image.factory
Same name in other branches
- 9 core/core.services.yml \image.factory
- 8.9.x core/core.services.yml \image.factory
Class
Drupal\Core\Image\ImageFactory17 string references to image.factory
- EditorFileReference::create in core/
modules/ editor/ src/ Plugin/ Filter/ EditorFileReference.php - Creates an instance of the plugin.
- FileImageDimensionsConstraintValidator::create in core/
modules/ file/ src/ Plugin/ Validation/ Constraint/ FileImageDimensionsConstraintValidator.php - Instantiates a new instance of this class.
- FileIsImageConstraintValidator::create in core/
modules/ file/ src/ Plugin/ Validation/ Constraint/ FileIsImageConstraintValidator.php - Instantiates a new instance of this class.
- file_validate_image_resolution in core/
modules/ file/ file.module - Verifies that image dimensions are within the specified maximum and minimum.
- file_validate_is_image in core/
modules/ file/ file.module - Checks that the file is recognized as a valid image.
File
-
core/
core.services.yml
View source
- class: Drupal\Core\Image\ImageFactory
- arguments:
- - '@image.toolkit.manager'
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.