ImageImportTest |
class |
core/modules/image/tests/src/Kernel/ImageImportTest.php |
Tests config import for Image styles. |
ImageImportTest.php |
file |
core/modules/image/tests/src/Kernel/ImageImportTest.php |
|
ImageImportTest::$modules |
property |
core/modules/image/tests/src/Kernel/ImageImportTest.php |
Modules to install. |
ImageImportTest::testImport |
function |
core/modules/image/tests/src/Kernel/ImageImportTest.php |
Tests importing image styles. |
ImageInterface |
interface |
core/lib/Drupal/Core/Image/ImageInterface.php |
Provides an interface for image objects. |
ImageInterface.php |
file |
core/lib/Drupal/Core/Image/ImageInterface.php |
|
ImageInterface::apply |
function |
core/lib/Drupal/Core/Image/ImageInterface.php |
Applies a toolkit operation to the image. |
ImageInterface::convert |
function |
core/lib/Drupal/Core/Image/ImageInterface.php |
Converts an image to the format specified by the extension. |
ImageInterface::createNew |
function |
core/lib/Drupal/Core/Image/ImageInterface.php |
Prepares a new image, without loading it from a file. |
ImageInterface::crop |
function |
core/lib/Drupal/Core/Image/ImageInterface.php |
Crops an image to a rectangle specified by the given dimensions. |
ImageInterface::desaturate |
function |
core/lib/Drupal/Core/Image/ImageInterface.php |
Converts an image to grayscale. |
ImageInterface::getFileSize |
function |
core/lib/Drupal/Core/Image/ImageInterface.php |
Returns the size of the image file. |
ImageInterface::getHeight |
function |
core/lib/Drupal/Core/Image/ImageInterface.php |
Returns the height of the image. |
ImageInterface::getMimeType |
function |
core/lib/Drupal/Core/Image/ImageInterface.php |
Returns the MIME type of the image file. |
ImageInterface::getSource |
function |
core/lib/Drupal/Core/Image/ImageInterface.php |
Retrieves the source path of the image file. |
ImageInterface::getToolkit |
function |
core/lib/Drupal/Core/Image/ImageInterface.php |
Returns the image toolkit used for this image file. |
ImageInterface::getToolkitId |
function |
core/lib/Drupal/Core/Image/ImageInterface.php |
Returns the ID of the image toolkit used for this image file. |
ImageInterface::getWidth |
function |
core/lib/Drupal/Core/Image/ImageInterface.php |
Returns the width of the image. |
ImageInterface::isValid |
function |
core/lib/Drupal/Core/Image/ImageInterface.php |
Checks if the image is valid. |
ImageInterface::resize |
function |
core/lib/Drupal/Core/Image/ImageInterface.php |
Resizes an image to the given dimensions (ignoring aspect ratio). |
ImageInterface::rotate |
function |
core/lib/Drupal/Core/Image/ImageInterface.php |
Rotates an image by the given number of degrees. |
ImageInterface::save |
function |
core/lib/Drupal/Core/Image/ImageInterface.php |
Closes the image and saves the changes to a file. |
ImageInterface::scale |
function |
core/lib/Drupal/Core/Image/ImageInterface.php |
Scales an image while maintaining aspect ratio. |
ImageInterface::scaleAndCrop |
function |
core/lib/Drupal/Core/Image/ImageInterface.php |
Scales an image to the exact width and height given. |
ImageItem |
class |
core/modules/image/src/Plugin/Field/FieldType/ImageItem.php |
Plugin implementation of the 'image' field type. |
ImageItem.php |
file |
core/modules/image/src/Plugin/Field/FieldType/ImageItem.php |
|
ImageItem::defaultFieldSettings |
function |
core/modules/image/src/Plugin/Field/FieldType/ImageItem.php |
|
ImageItem::defaultImageForm |
function |
core/modules/image/src/Plugin/Field/FieldType/ImageItem.php |
Builds the default_image details element. |
ImageItem::defaultStorageSettings |
function |
core/modules/image/src/Plugin/Field/FieldType/ImageItem.php |
|
ImageItem::fieldSettingsForm |
function |
core/modules/image/src/Plugin/Field/FieldType/ImageItem.php |
|
ImageItem::generateSampleValue |
function |
core/modules/image/src/Plugin/Field/FieldType/ImageItem.php |
|
ImageItem::isDisplayed |
function |
core/modules/image/src/Plugin/Field/FieldType/ImageItem.php |
Determines whether an item should be displayed when rendering the field. |
ImageItem::preSave |
function |
core/modules/image/src/Plugin/Field/FieldType/ImageItem.php |
|
ImageItem::propertyDefinitions |
function |
core/modules/image/src/Plugin/Field/FieldType/ImageItem.php |
|
ImageItem::schema |
function |
core/modules/image/src/Plugin/Field/FieldType/ImageItem.php |
|
ImageItem::storageSettingsForm |
function |
core/modules/image/src/Plugin/Field/FieldType/ImageItem.php |
|
ImageItem::storageSettingsSummary |
function |
core/modules/image/src/Plugin/Field/FieldType/ImageItem.php |
|
ImageItem::validateDefaultImageForm |
function |
core/modules/image/src/Plugin/Field/FieldType/ImageItem.php |
Validates the managed_file element for the default Image form. |
ImageItem::validateResolution |
function |
core/modules/image/src/Plugin/Field/FieldType/ImageItem.php |
Element validate function for dimensions fields. |
ImageItemTest |
class |
core/modules/image/tests/src/Kernel/ImageItemTest.php |
Tests using entity fields of the image field type. |
ImageItemTest.php |
file |
core/modules/image/tests/src/Kernel/ImageItemTest.php |
|
ImageItemTest::$image |
property |
core/modules/image/tests/src/Kernel/ImageItemTest.php |
Created file entity. |
ImageItemTest::$imageFactory |
property |
core/modules/image/tests/src/Kernel/ImageItemTest.php |
|
ImageItemTest::$modules |
property |
core/modules/image/tests/src/Kernel/ImageItemTest.php |
Modules to install. |
ImageItemTest::setUp |
function |
core/modules/image/tests/src/Kernel/ImageItemTest.php |
Set the default field storage backend for fields created during tests. |
ImageItemTest::testImageItem |
function |
core/modules/image/tests/src/Kernel/ImageItemTest.php |
Tests using entity fields of the image field type. |
ImageItemTest::testImageItemMalformed |
function |
core/modules/image/tests/src/Kernel/ImageItemTest.php |
Tests a malformed image. |
ImageItemTest::testImageItemSampleValueGeneration |
function |
core/modules/image/tests/src/Kernel/ImageItemTest.php |
Tests generateSampleItems() method under different dimensions. |
ImageLazyLoadController |
class |
core/modules/system/tests/modules/image_lazy_load_test/src/Controller/ImageLazyLoadController.php |
The ImageLazyLoadController class. |
ImageLazyLoadController.php |
file |
core/modules/system/tests/modules/image_lazy_load_test/src/Controller/ImageLazyLoadController.php |
|