Issue #3060875 by pavnish, Dakwamine, martin107, Neslee Canil Pinto, mikelutz, Berdir: ImageStyleStorage should extend ConfigEntityStorageInterface

merge-requests/1961/head^2
catch 2022-03-10 07:47:16 +00:00
parent be839ae79c
commit 982b89aa99
1 changed files with 3 additions and 1 deletions

View File

@ -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.