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 |
---|---|---|---|
image.style.thumbnail.yml | file | core/ |
core/modules/image/config/install/image.style.thumbnail.yml |
image.theme.css | file | core/ |
Theme styles for the Image module's in-place editor. |
image.theme.css | file | core/ |
Theme styles for the Image module's in-place editor. |
image.toolkit.manager | service | core/ |
Drupal\Core\ImageToolkit\ImageToolkitManager |
image.toolkit.operation.manager | service | core/ |
Drupal\Core\ImageToolkit\ImageToolkitOperationManager |
image.views.inc | file | core/ |
Provide views data for image.module. |
Image::$fileSize | property | core/ |
File size in bytes. |
Image::$fileSystem | property | core/ |
The file system service. |
Image::$imageFactory | property | core/ |
The image factory service. |
Image::$source | property | core/ |
Path of the image file. |
Image::$toolkit | property | core/ |
An image toolkit object. |
Image::apply | function | core/ |
Applies a toolkit operation to the image. |
Image::chmod | function | core/ |
Provides a wrapper for drupal_chmod() to allow unit testing. |
Image::convert | function | core/ |
Instructs the toolkit to save the image in the format specified by the extension. |
Image::create | function | core/ |
Creates an instance of the plugin. |
Image::createNew | function | core/ |
Prepares a new image, without loading it from a file. |
Image::createSourceField | function | core/ |
Creates the source field definition for a type. |
Image::crop | function | core/ |
Crops an image to a rectangle specified by the given dimensions. |
Image::desaturate | function | core/ |
Converts an image to grayscale. |
Image::getAttachments | function | core/ |
Returns the attachments for this editor. |
Image::getFileSize | function | core/ |
Returns the size of the image file. |
Image::getHeight | function | core/ |
Returns the height of the image. |
Image::getMetadata | function | core/ |
Gets the value for a metadata attribute for a given media item. |
Image::getMetadataAttributes | function | core/ |
Gets a list of metadata attributes provided by this plugin. |
Image::getMimeType | function | core/ |
Returns the MIME type of the image file. |
Image::getSource | function | core/ |
Retrieves the source path of the image file. |
Image::getToolkit | function | core/ |
Returns the image toolkit used for this image file. |
Image::getToolkitId | function | core/ |
Returns the ID of the image toolkit used for this image file. |
Image::getWidth | function | core/ |
Returns the width of the image. |
Image::isCompatible | function | core/ |
Checks whether this in-place editor is compatible with a given field. |
Image::isValid | function | core/ |
Checks if the image is valid. |
Image::METADATA_ATTRIBUTE_HEIGHT | constant | core/ |
Key for "image height" metadata attribute. |
Image::METADATA_ATTRIBUTE_WIDTH | constant | core/ |
Key for "image width" metadata attribute. |
Image::prepareViewDisplay | function | core/ |
Prepares the media type fields for this source in the view display. |
Image::resize | function | core/ |
Resizes an image to the given dimensions (ignoring aspect ratio). |
Image::rotate | function | core/ |
Rotates an image by the given number of degrees. |
Image::save | function | core/ |
Closes the image and saves the changes to a file. |
Image::scale | function | core/ |
Scales an image while maintaining aspect ratio. |
Image::scaleAndCrop | function | core/ |
Scales an image to the exact width and height given. |
Image::scaleDimensions | function | core/ |
Scales image dimensions while maintaining aspect ratio. |
Image::__construct | function | core/ |
Constructs a new Image object. |
Image::__construct | function | core/ |
Constructs a new class instance. |
ImageAdminStylesTest | class | core/ |
Tests creation, deletion, and editing of image styles and effects. |
ImageAdminStylesTest | class | core/ |
Tests creation, deletion, and editing of image styles and effects. |
ImageAdminStylesTest.php | file | core/ |
|
ImageAdminStylesTest.php | file | core/ |
|
ImageAdminStylesTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
ImageAdminStylesTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
ImageAdminStylesTest::createSampleImage | function | core/ |
Given an image style, generate an image. |
ImageAdminStylesTest::getImageCount | function | core/ |
Count the number of images currently create for a style. |
Pagination
- Previous page
- Page 7
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.