Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ImageFormatterBase::getEntitiesToView | function | core/ |
Returns the referenced entities for display. |
| ImageFormatterTest | class | core/ |
Tests the image field rendering using entity fields of the image field type. |
| ImageFormatterTest.php | file | core/ |
|
| ImageFormatterTest::$bundle | property | core/ |
|
| ImageFormatterTest::$display | property | core/ |
|
| ImageFormatterTest::$entityType | property | core/ |
|
| ImageFormatterTest::$fieldName | property | core/ |
|
| ImageFormatterTest::$modules | property | core/ |
Modules to install. |
| ImageFormatterTest::assertCacheTags | function | core/ |
Asserts that a renderable array has a set of cache tags. |
| ImageFormatterTest::setUp | function | core/ |
Set the default field storage backend for fields created during tests. |
| ImageFormatterTest::testImageFormatterCacheTags | function | core/ |
Tests the cache tags from image formatters. |
| 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. |
Pagination
- Previous page
- Page 836
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.