service image.toolkit

Class

Drupal\system\Plugin\ImageToolkitInterface
3 string references to image.toolkit
image_get_info in drupal/core/includes/image.inc
Gets details about an image.
image_load in drupal/core/includes/image.inc
Loads an image file and returns an image object.
ValidatorTest::testFileValidateImageResolution in drupal/core/modules/file/lib/Drupal/file/Tests/ValidatorTest.php
This ensures the resolution of a specific file is within bounds. The image will be resized if it's too large.

File

drupal/core/core.services.yml
drupal/core/core.services.yml

View source
  1. class: Drupal\system\Plugin\ImageToolkitInterface
  2. factory_method: getDefaultToolkit
  3. factory_service: image.toolkit.manager