Search for interface

  1. Search 7.x for interface
  2. Search 9.5.x for interface
  3. Search 8.9.x for interface
  4. Search 10.3.x for interface
  5. Other projects
Title Object type File name Summary
ImageStyleInterface::buildUrl function core/modules/image/src/ImageStyleInterface.php Returns the URL of this image derivative for an original image path or URI.
ImageStyleInterface::createDerivative function core/modules/image/src/ImageStyleInterface.php Creates a new image derivative based on this image style.
ImageStyleInterface::deleteImageEffect function core/modules/image/src/ImageStyleInterface.php Deletes an image effect from this style.
ImageStyleInterface::flush function core/modules/image/src/ImageStyleInterface.php Flushes cached media for this style.
ImageStyleInterface::getDerivativeExtension function core/modules/image/src/ImageStyleInterface.php Determines the extension of the derivative without generating it.
ImageStyleInterface::getEffect function core/modules/image/src/ImageStyleInterface.php Returns a specific image effect.
ImageStyleInterface::getEffects function core/modules/image/src/ImageStyleInterface.php Returns the image effects for this style.
ImageStyleInterface::getName function core/modules/image/src/ImageStyleInterface.php Returns the image style.
ImageStyleInterface::getPathToken function core/modules/image/src/ImageStyleInterface.php Generates a token to protect an image style derivative.
ImageStyleInterface::setName function core/modules/image/src/ImageStyleInterface.php Sets the name of the image style.
ImageStyleInterface::supportsUri function core/modules/image/src/ImageStyleInterface.php Determines if this style can be applied to a given image.
ImageStyleInterface::transformDimensions function core/modules/image/src/ImageStyleInterface.php Determines the dimensions of this image style.
ImageStyleStorageInterface interface core/modules/image/src/ImageStyleStorageInterface.php Interface for storage controller for "image style" configuration entities.
ImageStyleStorageInterface.php file core/modules/image/src/ImageStyleStorageInterface.php
ImageStyleStorageInterface::clearReplacementId function core/modules/image/src/ImageStyleStorageInterface.php Clears a replacement ID from the storage.
ImageStyleStorageInterface::getReplacementId function core/modules/image/src/ImageStyleStorageInterface.php Retrieves the replacement ID of a deleted image style.
ImageStyleStorageInterface::setReplacementId function core/modules/image/src/ImageStyleStorageInterface.php Stores a replacement ID for an image style being deleted.
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.
ImageToolkitOperationInterface interface core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationInterface.php Defines an interface for image toolkit operations.
ImageToolkitOperationInterface.php file core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationInterface.php
ImageToolkitOperationInterface::apply function core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationInterface.php Applies a toolkit specific operation to an image.
ImageToolkitOperationManagerInterface interface core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationManagerInterface.php Defines an interface for image toolkit operation managers.
ImageToolkitOperationManagerInterface.php file core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationManagerInterface.php
ImageToolkitOperationManagerInterface::getToolkitOperation function core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationManagerInterface.php Returns a toolkit operation plugin instance.
ImportableEntityStorageInterface interface core/lib/Drupal/Core/Config/Entity/ImportableEntityStorageInterface.php Provides an interface for responding to configuration imports.
ImportableEntityStorageInterface.php file core/lib/Drupal/Core/Config/Entity/ImportableEntityStorageInterface.php
ImportableEntityStorageInterface::importCreate function core/lib/Drupal/Core/Config/Entity/ImportableEntityStorageInterface.php Creates entities upon synchronizing configuration changes.
ImportableEntityStorageInterface::importDelete function core/lib/Drupal/Core/Config/Entity/ImportableEntityStorageInterface.php Delete entities upon synchronizing configuration changes.
ImportableEntityStorageInterface::importRename function core/lib/Drupal/Core/Config/Entity/ImportableEntityStorageInterface.php Renames entities upon synchronizing configuration changes.
ImportableEntityStorageInterface::importUpdate function core/lib/Drupal/Core/Config/Entity/ImportableEntityStorageInterface.php Updates entities upon synchronizing configuration changes.
ImportAwareInterface interface core/modules/migrate/src/Event/ImportAwareInterface.php Interface for plugins that react to pre- or post-import events.
ImportAwareInterface.php file core/modules/migrate/src/Event/ImportAwareInterface.php
ImportAwareInterface::postImport function core/modules/migrate/src/Event/ImportAwareInterface.php Performs post-import tasks.
ImportAwareInterface::preImport function core/modules/migrate/src/Event/ImportAwareInterface.php Performs pre-import tasks.
InboundPathProcessorInterface interface core/lib/Drupal/Core/PathProcessor/InboundPathProcessorInterface.php Defines an interface for classes that process the inbound path.
InboundPathProcessorInterface.php file core/lib/Drupal/Core/PathProcessor/InboundPathProcessorInterface.php
InboundPathProcessorInterface::processInbound function core/lib/Drupal/Core/PathProcessor/InboundPathProcessorInterface.php Processes the inbound path.

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