Search for image
- Search 7.x for image
- Search 9.5.x for image
- Search 10.3.x for image
- Search 11.x for image
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Image | class | core/ |
Image entity media source. |
Image | class | core/ |
Defines the image text in-place editor. |
Image | class | core/ |
Defines an image object to represent an image file. |
Image | class | core/ |
Provides helpers to operate on images. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
ImageFormatter::onDependencyRemoval | function | core/ |
Informs the plugin that some configuration it depends on will be deleted. |
ImageFormatter::settingsForm | function | core/ |
Returns a form to configure settings for the formatter. |
ImageFormatter::settingsSummary | function | core/ |
Returns a short summary for the current formatter settings. |
ImageFormatter::viewElements | function | core/ |
Builds a renderable array for a field value. |
ImageFormatter::__construct | function | core/ |
Constructs an ImageFormatter object. |
ImageFormatterBase | class | core/ |
Base class for image file formatters. |
ImageFormatterBase.php | file | core/ |
|
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 enable. |
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. |
ImageImportTest | class | core/ |
Tests config import for Image styles. |
ImageImportTest.php | file | core/ |
|
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/ |
Instructs the toolkit to save the image in 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::$entityManager | property | core/ |
The entity manager. |
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. |
Pagination
- Previous page
- Page 13
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.