Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| ImageFormatterTest::testImageFormatterSvg | function | core/ |
Tests ImageFormatter's handling of SVG images. |
| ImageFormatterTest::testImageFormatterUrlOptions | function | core/ |
Tests Image Formatter URL options handling. |
| ImageHooks | class | core/ |
Hook implementations for image. |
| ImageHooks.php | file | core/ |
|
| ImageHooks::entityPresave | function | core/ |
Implements hook_entity_presave(). |
| ImageHooks::fieldConfigDelete | function | core/ |
Implements hook_ENTITY_TYPE_delete() for 'field_config'. |
| ImageHooks::fieldConfigUpdate | function | core/ |
Implements hook_ENTITY_TYPE_update() for 'field_config'. |
| ImageHooks::fieldStorageConfigDelete | function | core/ |
Implements hook_ENTITY_TYPE_delete() for 'field_storage_config'. |
| ImageHooks::fieldStorageConfigUpdate | function | core/ |
Implements hook_ENTITY_TYPE_update() for 'field_storage_config'. |
| ImageHooks::fileDownload | function | core/ |
Implements hook_file_download(). |
| ImageHooks::fileMove | function | core/ |
Implements hook_file_move(). |
| ImageHooks::filePredelete | function | core/ |
Implements hook_ENTITY_TYPE_predelete() for file entities. |
| ImageHooks::help | function | core/ |
Implements hook_help(). |
| ImageHooks::__construct | function | core/ |
|
| ImageImportTest | class | core/ |
Tests config import for Image styles. |
| ImageImportTest.php | file | core/ |
|
| ImageImportTest::$modules | property | core/ |
Modules to install. |
| ImageImportTest::testImport | function | core/ |
Tests importing image styles. |
| ImageInterface | interface | core/ |
Provides an interface for image objects. |
| ImageInterface.php | file | core/ |
|
| ImageInterface::apply | function | core/ |
Applies a toolkit operation to the image. |
| ImageInterface::convert | function | core/ |
Converts an image to the format specified by the extension. |
| ImageInterface::createNew | function | core/ |
Prepares a new image, without loading it from a file. |
| ImageInterface::crop | function | core/ |
Crops an image to a rectangle specified by the given dimensions. |
| ImageInterface::desaturate | function | core/ |
Converts an image to grayscale. |
| ImageInterface::getFileSize | function | core/ |
Returns the size of the image file. |
| ImageInterface::getHeight | function | core/ |
Returns the height of the image. |
| ImageInterface::getMimeType | function | core/ |
Returns the MIME type of the image file. |
| ImageInterface::getSource | function | core/ |
Retrieves the source path of the image file. |
| ImageInterface::getToolkit | function | core/ |
Returns the image toolkit used for this image file. |
| ImageInterface::getToolkitId | function | core/ |
Returns the ID of the image toolkit used for this image file. |
| ImageInterface::getWidth | function | core/ |
Returns the width of the image. |
| ImageInterface::isValid | function | core/ |
Checks if the image is valid. |
| ImageInterface::resize | function | core/ |
Resizes an image to the given dimensions (ignoring aspect ratio). |
| ImageInterface::rotate | function | core/ |
Rotates an image by the given number of degrees. |
| ImageInterface::save | function | core/ |
Closes the image and saves the changes to a file. |
| ImageInterface::scale | function | core/ |
Scales an image while maintaining aspect ratio. |
| ImageInterface::scaleAndCrop | function | core/ |
Scales an image to the exact width and height given. |
| ImageItem | class | core/ |
Plugin implementation of the 'image' field type. |
| ImageItem.php | file | core/ |
|
| ImageItem::defaultFieldSettings | function | core/ |
Defines the field-level settings for this plugin. |
| ImageItem::defaultImageForm | function | core/ |
Builds the default_image details element. |
| ImageItem::defaultStorageSettings | function | core/ |
Defines the storage-level settings for this plugin. |
| ImageItem::fieldSettingsForm | function | core/ |
Returns a form for the field-level settings. |
| ImageItem::generateSampleValue | function | core/ |
Generates placeholder field values. |
| ImageItem::isDisplayed | function | core/ |
Determines whether an item should be displayed when rendering the field. |
| ImageItem::preSave | function | core/ |
Defines custom presave behavior for field values. |
| ImageItem::propertyDefinitions | function | core/ |
Defines field item properties. |
| ImageItem::schema | function | core/ |
Returns the schema for the field. |
| ImageItem::storageSettingsForm | function | core/ |
Returns a form for the storage-level settings. |
Pagination
- Previous page
- Page 857
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.