Search for all
- Search 7.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ImageImportTest::$modules | property | core/ |
Modules to enable. |
| 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. |
| ImageItem::validateDefaultImageForm | function | core/ |
Validates the managed_file element for the default Image form. |
| ImageItem::validateResolution | function | core/ |
Element validate function for resolution fields. |
| ImageItemTest | class | core/ |
Tests using entity fields of the image field type. |
| ImageItemTest.php | file | core/ |
|
| ImageItemTest::$image | property | core/ |
Created file entity. |
| ImageItemTest::$imageFactory | property | core/ |
|
| ImageItemTest::$modules | property | core/ |
Modules to enable. |
| ImageItemTest::setUp | function | core/ |
Set the default field storage backend for fields created during tests. |
| ImageItemTest::testImageItem | function | core/ |
Tests using entity fields of the image field type. |
| ImageItemTest::testImageItemMalformed | function | core/ |
Tests a malformed image. |
| ImageLazyLoadController | class | core/ |
The ImageLazyLoadController class. |
| ImageLazyLoadController.php | file | core/ |
|
| ImageLazyLoadController::renderImage | function | core/ |
Render an image using image theme. |
| ImageLazyLoadUpdateTest | class | core/ |
Tests lazy-load upgrade path. |
| ImageLazyLoadUpdateTest.php | file | core/ |
|
| ImageLazyLoadUpdateTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
Pagination
- Previous page
- Page 776
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.