Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 8.9.x for interface
- Search 10.3.x for interface
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
ImageStyleInterface::buildUrl | function | core/ |
Returns the URL of this image derivative for an original image path or URI. |
ImageStyleInterface::createDerivative | function | core/ |
Creates a new image derivative based on this image style. |
ImageStyleInterface::deleteImageEffect | function | core/ |
Deletes an image effect from this style. |
ImageStyleInterface::flush | function | core/ |
Flushes cached media for this style. |
ImageStyleInterface::getDerivativeExtension | function | core/ |
Determines the extension of the derivative without generating it. |
ImageStyleInterface::getEffect | function | core/ |
Returns a specific image effect. |
ImageStyleInterface::getEffects | function | core/ |
Returns the image effects for this style. |
ImageStyleInterface::getName | function | core/ |
Returns the image style. |
ImageStyleInterface::getPathToken | function | core/ |
Generates a token to protect an image style derivative. |
ImageStyleInterface::setName | function | core/ |
Sets the name of the image style. |
ImageStyleInterface::supportsUri | function | core/ |
Determines if this style can be applied to a given image. |
ImageStyleInterface::transformDimensions | function | core/ |
Determines the dimensions of this image style. |
ImageStyleStorageInterface | interface | core/ |
Interface for storage controller for "image style" configuration entities. |
ImageStyleStorageInterface.php | file | core/ |
|
ImageStyleStorageInterface::clearReplacementId | function | core/ |
Clears a replacement ID from the storage. |
ImageStyleStorageInterface::getReplacementId | function | core/ |
Retrieves the replacement ID of a deleted image style. |
ImageStyleStorageInterface::setReplacementId | function | core/ |
Stores a replacement ID for an image style being deleted. |
ImageToolkitInterface | interface | core/ |
Defines an interface for image toolkits. |
ImageToolkitInterface.php | file | core/ |
|
ImageToolkitInterface::apply | function | core/ |
Applies a toolkit operation to an image. |
ImageToolkitInterface::getHeight | function | core/ |
Returns the height of the image. |
ImageToolkitInterface::getMimeType | function | core/ |
Returns the MIME type of the image file. |
ImageToolkitInterface::getRequirements | function | core/ |
Gets toolkit requirements in a format suitable for hook_requirements(). |
ImageToolkitInterface::getSource | function | core/ |
Gets the source path of the image file. |
ImageToolkitInterface::getSupportedExtensions | function | core/ |
Returns a list of image file extensions supported by the toolkit. |
ImageToolkitInterface::getWidth | function | core/ |
Returns the width of the image. |
ImageToolkitInterface::isAvailable | function | core/ |
Verifies that the Image Toolkit is set up correctly. |
ImageToolkitInterface::isValid | function | core/ |
Checks if the image is valid. |
ImageToolkitInterface::parseFile | function | core/ |
Determines if a file contains a valid image. |
ImageToolkitInterface::save | function | core/ |
Writes an image resource to a destination file. |
ImageToolkitInterface::setSource | function | core/ |
Sets the source path of the image file. |
ImageToolkitOperationInterface | interface | core/ |
Defines an interface for image toolkit operations. |
ImageToolkitOperationInterface.php | file | core/ |
|
ImageToolkitOperationInterface::apply | function | core/ |
Applies a toolkit specific operation to an image. |
ImageToolkitOperationManagerInterface | interface | core/ |
Defines an interface for image toolkit operation managers. |
ImageToolkitOperationManagerInterface.php | file | core/ |
|
ImageToolkitOperationManagerInterface::getToolkitOperation | function | core/ |
Returns a toolkit operation plugin instance. |
ImportableEntityStorageInterface | interface | core/ |
Provides an interface for responding to configuration imports. |
ImportableEntityStorageInterface.php | file | core/ |
|
ImportableEntityStorageInterface::importCreate | function | core/ |
Creates entities upon synchronizing configuration changes. |
ImportableEntityStorageInterface::importDelete | function | core/ |
Delete entities upon synchronizing configuration changes. |
ImportableEntityStorageInterface::importRename | function | core/ |
Renames entities upon synchronizing configuration changes. |
ImportableEntityStorageInterface::importUpdate | function | core/ |
Updates entities upon synchronizing configuration changes. |
ImportAwareInterface | interface | core/ |
Interface for plugins that react to pre- or post-import events. |
ImportAwareInterface.php | file | core/ |
|
ImportAwareInterface::postImport | function | core/ |
Performs post-import tasks. |
ImportAwareInterface::preImport | function | core/ |
Performs pre-import tasks. |
InboundPathProcessorInterface | interface | core/ |
Defines an interface for classes that process the inbound path. |
InboundPathProcessorInterface.php | file | core/ |
|
InboundPathProcessorInterface::processInbound | function | core/ |
Processes the inbound path. |
Pagination
- Previous page
- Page 48
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.