Interface for storage controller for "image style" configuration entities.
Hierarchy
- interface \Drupal\image\ImageStyleStorageInterface
File
- core/modules/image/src/ImageStyleStorageInterface.php, line 8
Namespace
Drupal\image
Members
Name | Modifiers | Type | Description |
---|---|---|---|
ImageStyleStorageInterface::clearReplacementId | public | function | Clears a replacement ID from the storage. |
ImageStyleStorageInterface::getReplacementId | public | function | Retrieves the replacement ID of a deleted image style. |
ImageStyleStorageInterface::setReplacementId | public | function | Stores a replacement ID for an image style being deleted. |
Please login to continue.