image.style.square_medium.yml |
file |
core/profiles/demo_umami/config/install/image.style.square_medium.yml |
core/profiles/demo_umami/config/install/image.style.square_medium.yml |
image.style.square_small.yml |
file |
core/profiles/demo_umami/config/install/image.style.square_small.yml |
core/profiles/demo_umami/config/install/image.style.square_small.yml |
image.style.thumbnail.yml |
file |
core/modules/image/config/install/image.style.thumbnail.yml |
core/modules/image/config/install/image.style.thumbnail.yml |
image.style.wide.yml |
file |
core/modules/image/config/install/image.style.wide.yml |
core/modules/image/config/install/image.style.wide.yml |
image.theme.css |
file |
core/themes/stable9/css/quickedit/editors/image.theme.css |
Theme styles for the Quick Edit image in-place editor. |
image.theme.css |
file |
core/themes/stable/css/quickedit/editors/image.theme.css |
Theme styles for the Quick Edit image in-place editor. |
image.theme.css |
file |
core/modules/quickedit/css/editors/image.theme.css |
Theme styles for the Quick Edit image in-place editor. |
image.toolkit.manager |
service |
core/core.services.yml |
Drupal\Core\ImageToolkit\ImageToolkitManager |
image.toolkit.operation.manager |
service |
core/core.services.yml |
Drupal\Core\ImageToolkit\ImageToolkitOperationManager |
image.views.inc |
file |
core/modules/image/image.views.inc |
Provide views data for image.module. |
Image::$fileSize |
property |
core/lib/Drupal/Core/Image/Image.php |
File size in bytes. |
Image::$fileSystem |
property |
core/modules/media/src/Plugin/media/Source/Image.php |
The file system service. |
Image::$imageFactory |
property |
core/modules/media/src/Plugin/media/Source/Image.php |
The image factory service. |
Image::$source |
property |
core/lib/Drupal/Core/Image/Image.php |
Path of the image file. |
Image::$toolkit |
property |
core/lib/Drupal/Core/Image/Image.php |
An image toolkit object. |
Image::apply |
function |
core/lib/Drupal/Core/Image/Image.php |
Applies a toolkit operation to the image. |
Image::buildConfigurationForm |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Image.php |
|
Image::convert |
function |
core/lib/Drupal/Core/Image/Image.php |
Converts an image to the format specified by the extension. |
Image::create |
function |
core/modules/media/src/Plugin/media/Source/Image.php |
Creates an instance of the plugin. |
Image::createNew |
function |
core/lib/Drupal/Core/Image/Image.php |
Prepares a new image, without loading it from a file. |
Image::createSourceField |
function |
core/modules/media/src/Plugin/media/Source/Image.php |
Creates the source field definition for a type. |
Image::crop |
function |
core/lib/Drupal/Core/Image/Image.php |
Crops an image to a rectangle specified by the given dimensions. |
Image::defaultConfiguration |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Image.php |
This returns an empty array as image upload config is stored out of band. |
Image::desaturate |
function |
core/lib/Drupal/Core/Image/Image.php |
Converts an image to grayscale. |
Image::getAttachments |
function |
core/modules/quickedit/src/Plugin/InPlaceEditor/Image.php |
Returns the attachments for this editor. |
Image::getAttachments |
function |
core/modules/image/src/Plugin/InPlaceEditor/Image.php |
Returns the attachments for this editor. |
Image::getDynamicPluginConfig |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Image.php |
Allows a plugin to modify its static configuration. |
Image::getFileSize |
function |
core/lib/Drupal/Core/Image/Image.php |
Returns the size of the image file. |
Image::getHeight |
function |
core/lib/Drupal/Core/Image/Image.php |
Returns the height of the image. |
Image::getMetadata |
function |
core/modules/media/src/Plugin/media/Source/Image.php |
Gets the value for a metadata attribute for a given media item. |
Image::getMetadataAttributes |
function |
core/modules/media/src/Plugin/media/Source/Image.php |
Gets a list of metadata attributes provided by this plugin. |
Image::getMimeType |
function |
core/lib/Drupal/Core/Image/Image.php |
Returns the MIME type of the image file. |
Image::getSource |
function |
core/lib/Drupal/Core/Image/Image.php |
Retrieves the source path of the image file. |
Image::getToolkit |
function |
core/lib/Drupal/Core/Image/Image.php |
Returns the image toolkit used for this image file. |
Image::getToolkitId |
function |
core/lib/Drupal/Core/Image/Image.php |
Returns the ID of the image toolkit used for this image file. |
Image::getWidth |
function |
core/lib/Drupal/Core/Image/Image.php |
Returns the width of the image. |
Image::isCompatible |
function |
core/modules/quickedit/src/Plugin/InPlaceEditor/Image.php |
Checks whether this in-place editor is compatible with a given field. |
Image::isCompatible |
function |
core/modules/image/src/Plugin/InPlaceEditor/Image.php |
Checks whether this in-place editor is compatible with a given field. |
Image::isValid |
function |
core/lib/Drupal/Core/Image/Image.php |
Checks if the image is valid. |
Image::METADATA_ATTRIBUTE_HEIGHT |
constant |
core/modules/media/src/Plugin/media/Source/Image.php |
Key for "image height" metadata attribute. |
Image::METADATA_ATTRIBUTE_WIDTH |
constant |
core/modules/media/src/Plugin/media/Source/Image.php |
Key for "image width" metadata attribute. |
Image::prepareViewDisplay |
function |
core/modules/media/src/Plugin/media/Source/Image.php |
Prepares the media type fields for this source in the view display. |
Image::resize |
function |
core/lib/Drupal/Core/Image/Image.php |
Resizes an image to the given dimensions (ignoring aspect ratio). |
Image::rotate |
function |
core/lib/Drupal/Core/Image/Image.php |
Rotates an image by the given number of degrees. |
Image::save |
function |
core/lib/Drupal/Core/Image/Image.php |
Closes the image and saves the changes to a file. |
Image::scale |
function |
core/lib/Drupal/Core/Image/Image.php |
Scales an image while maintaining aspect ratio. |
Image::scaleAndCrop |
function |
core/lib/Drupal/Core/Image/Image.php |
Scales an image to the exact width and height given. |
Image::scaleDimensions |
function |
core/lib/Drupal/Component/Utility/Image.php |
Scales image dimensions while maintaining aspect ratio. |
Image::submitConfigurationForm |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Image.php |
|
Image::validateConfigurationForm |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Image.php |
|