Search for image

  1. Search 7.x for image
  2. Search 9.5.x for image
  3. Search 8.9.x for image
  4. Search 10.3.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/ckeditor5/src/Plugin/CKEditor5Plugin/Image.php CKEditor 5 Image plugin.
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
ImageToolkitBase::getRequirements function core/lib/Drupal/Core/ImageToolkit/ImageToolkitBase.php Gets toolkit requirements in a format suitable for hook_requirements().
ImageToolkitBase::getSource function core/lib/Drupal/Core/ImageToolkit/ImageToolkitBase.php Gets the source path of the image file.
ImageToolkitBase::getToolkitOperation function core/lib/Drupal/Core/ImageToolkit/ImageToolkitBase.php Gets a toolkit operation plugin instance.
ImageToolkitBase::setSource function core/lib/Drupal/Core/ImageToolkit/ImageToolkitBase.php Sets the source path of the image file.
ImageToolkitBase::validateConfigurationForm function core/lib/Drupal/Core/ImageToolkit/ImageToolkitBase.php Form validation handler.
ImageToolkitBase::__construct function core/lib/Drupal/Core/ImageToolkit/ImageToolkitBase.php Constructs an ImageToolkitBase object.
ImageToolkitForm class core/modules/system/src/Form/ImageToolkitForm.php Configures image toolkit settings for this site.
ImageToolkitForm.php file core/modules/system/src/Form/ImageToolkitForm.php
ImageToolkitForm::$availableToolkits property core/modules/system/src/Form/ImageToolkitForm.php An array containing currently available toolkits.
ImageToolkitForm::buildForm function core/modules/system/src/Form/ImageToolkitForm.php Form constructor.
ImageToolkitForm::create function core/modules/system/src/Form/ImageToolkitForm.php Instantiates a new instance of this class.
ImageToolkitForm::getEditableConfigNames function core/modules/system/src/Form/ImageToolkitForm.php Gets the configuration names that will be editable.
ImageToolkitForm::getFormId function core/modules/system/src/Form/ImageToolkitForm.php Returns a unique string identifying the form.
ImageToolkitForm::submitForm function core/modules/system/src/Form/ImageToolkitForm.php Form submission handler.
ImageToolkitForm::validateForm function core/modules/system/src/Form/ImageToolkitForm.php Form validation handler.
ImageToolkitForm::__construct function core/modules/system/src/Form/ImageToolkitForm.php Constructs an ImageToolkitForm object.
ImageToolkitInterface interface core/lib/Drupal/Core/ImageToolkit/ImageToolkitInterface.php Defines an interface for image toolkits.
ImageToolkitInterface.php file core/lib/Drupal/Core/ImageToolkit/ImageToolkitInterface.php
ImageToolkitInterface::apply function core/lib/Drupal/Core/ImageToolkit/ImageToolkitInterface.php Applies a toolkit operation to an image.
ImageToolkitInterface::getHeight function core/lib/Drupal/Core/ImageToolkit/ImageToolkitInterface.php Returns the height of the image.
ImageToolkitInterface::getMimeType function core/lib/Drupal/Core/ImageToolkit/ImageToolkitInterface.php Returns the MIME type of the image file.
ImageToolkitInterface::getRequirements function core/lib/Drupal/Core/ImageToolkit/ImageToolkitInterface.php Gets toolkit requirements in a format suitable for hook_requirements().
ImageToolkitInterface::getSource function core/lib/Drupal/Core/ImageToolkit/ImageToolkitInterface.php Gets the source path of the image file.
ImageToolkitInterface::getSupportedExtensions function core/lib/Drupal/Core/ImageToolkit/ImageToolkitInterface.php Returns a list of image file extensions supported by the toolkit.
ImageToolkitInterface::getWidth function core/lib/Drupal/Core/ImageToolkit/ImageToolkitInterface.php Returns the width of the image.
ImageToolkitInterface::isAvailable function core/lib/Drupal/Core/ImageToolkit/ImageToolkitInterface.php Verifies that the Image Toolkit is set up correctly.
ImageToolkitInterface::isValid function core/lib/Drupal/Core/ImageToolkit/ImageToolkitInterface.php Checks if the image is valid.
ImageToolkitInterface::parseFile function core/lib/Drupal/Core/ImageToolkit/ImageToolkitInterface.php Determines if a file contains a valid image.
ImageToolkitInterface::save function core/lib/Drupal/Core/ImageToolkit/ImageToolkitInterface.php Writes an image resource to a destination file.
ImageToolkitInterface::setSource function core/lib/Drupal/Core/ImageToolkit/ImageToolkitInterface.php Sets the source path of the image file.
ImageToolkitManager class core/lib/Drupal/Core/ImageToolkit/ImageToolkitManager.php Manages image toolkit plugins.
ImageToolkitManager.php file core/lib/Drupal/Core/ImageToolkit/ImageToolkitManager.php
ImageToolkitManager::$configFactory property core/lib/Drupal/Core/ImageToolkit/ImageToolkitManager.php The config factory.
ImageToolkitManager::getAllValidExtensions function core/lib/Drupal/Core/ImageToolkit/ImageToolkitManager.php Returns all valid extensions.
ImageToolkitManager::getAvailableToolkits function core/lib/Drupal/Core/ImageToolkit/ImageToolkitManager.php Gets a list of available toolkits.
ImageToolkitManager::getDefaultToolkit function core/lib/Drupal/Core/ImageToolkit/ImageToolkitManager.php Gets the default image toolkit.
ImageToolkitManager::getDefaultToolkitId function core/lib/Drupal/Core/ImageToolkit/ImageToolkitManager.php Gets the default image toolkit ID.
ImageToolkitManager::__construct function core/lib/Drupal/Core/ImageToolkit/ImageToolkitManager.php Constructs the ImageToolkitManager object.
ImageToolkitOperation class core/lib/Drupal/Core/ImageToolkit/Attribute/ImageToolkitOperation.php Defines a Plugin attribute for the image toolkit plugin.
ImageToolkitOperation class core/lib/Drupal/Core/ImageToolkit/Annotation/ImageToolkitOperation.php Defines a Plugin annotation object for the image toolkit operation plugin.
ImageToolkitOperation.php file core/lib/Drupal/Core/ImageToolkit/Attribute/ImageToolkitOperation.php
ImageToolkitOperation.php file core/lib/Drupal/Core/ImageToolkit/Annotation/ImageToolkitOperation.php
ImageToolkitOperation::$description property core/lib/Drupal/Core/ImageToolkit/Annotation/ImageToolkitOperation.php The description of the image toolkit operation.
ImageToolkitOperation::$id property core/lib/Drupal/Core/ImageToolkit/Annotation/ImageToolkitOperation.php The plugin ID.
ImageToolkitOperation::$label property core/lib/Drupal/Core/ImageToolkit/Annotation/ImageToolkitOperation.php The human-readable name of the image toolkit operation.
ImageToolkitOperation::$operation property core/lib/Drupal/Core/ImageToolkit/Annotation/ImageToolkitOperation.php The machine name of the image toolkit operation implemented (e.g. "crop").
ImageToolkitOperation::$toolkit property core/lib/Drupal/Core/ImageToolkit/Annotation/ImageToolkitOperation.php The id of the image toolkit plugin for which the operation is implemented.
ImageToolkitOperation::__construct function core/lib/Drupal/Core/ImageToolkit/Attribute/ImageToolkitOperation.php Constructs a new ImageToolkitOperation instance.
ImageToolkitOperationBase class core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationBase.php Provides a base class for image toolkit operation plugins.
ImageToolkitOperationBase.php file core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationBase.php

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