Search for all

  1. Search 7.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Search main for all
  6. Other projects
Title Object type File name Summary
image.style.medium.yml file core/modules/image/config/install/image.style.medium.yml core/modules/image/config/install/image.style.medium.yml
image.style.medium_21_9.yml file core/profiles/demo_umami/config/install/image.style.medium_21_9.yml core/profiles/demo_umami/config/install/image.style.medium_21_9.yml
image.style.medium_3_2_2x.yml file core/profiles/demo_umami/config/install/image.style.medium_3_2_2x.yml core/profiles/demo_umami/config/install/image.style.medium_3_2_2x.yml
image.style.medium_3_2_600x400.yml file core/profiles/demo_umami/config/install/image.style.medium_3_2_600x400.yml core/profiles/demo_umami/config/install/image.style.medium_3_2_600x400.yml
image.style.medium_8_7.yml file core/profiles/demo_umami/config/install/image.style.medium_8_7.yml core/profiles/demo_umami/config/install/image.style.medium_8_7.yml
image.style.scale_crop_7_3_large.yml file core/profiles/demo_umami/config/install/image.style.scale_crop_7_3_large.yml core/profiles/demo_umami/config/install/image.style.scale_crop_7_3_large.yml
image.style.small_21_9.yml file core/profiles/demo_umami/config/install/image.style.small_21_9.yml core/profiles/demo_umami/config/install/image.style.small_21_9.yml
image.style.square_large.yml file core/profiles/demo_umami/config/install/image.style.square_large.yml core/profiles/demo_umami/config/install/image.style.square_large.yml
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/modules/quickedit/css/editors/image.theme.css Theme styles for the Quick Edit image in-place editor.
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.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/image/src/Plugin/InPlaceEditor/Image.php Checks whether this in-place editor is compatible with a given field.
Image::isCompatible function core/modules/quickedit/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.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.