Issue #3060875 by pavnish, Dakwamine, martin107, Neslee Canil Pinto, mikelutz, Berdir: ImageStyleStorage should extend ConfigEntityStorageInterface
parent
be839ae79c
commit
982b89aa99
|
@ -2,10 +2,12 @@
|
|||
|
||||
namespace Drupal\image;
|
||||
|
||||
use Drupal\Core\Config\Entity\ConfigEntityStorageInterface;
|
||||
|
||||
/**
|
||||
* Interface for storage controller for "image style" configuration entities.
|
||||
*/
|
||||
interface ImageStyleStorageInterface {
|
||||
interface ImageStyleStorageInterface extends ConfigEntityStorageInterface {
|
||||
|
||||
/**
|
||||
* Stores a replacement ID for an image style being deleted.
|
||||
|
|
Loading…
Reference in New Issue