Search for image

  1. Search 7.x for image
  2. Search 9.5.x for image
  3. Search 10.3.x for image
  4. Search 11.x for image
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Image class core/modules/media/src/Plugin/media/Source/Image.php Image entity media source.
Image class core/modules/image/src/Plugin/InPlaceEditor/Image.php Defines the image text in-place editor.
Image class core/lib/Drupal/Core/Image/Image.php Defines an image object to represent an image file.
Image class core/lib/Drupal/Component/Utility/Image.php Provides helpers to operate on images.

All search results

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.