Commit 6b91f32a authored by catch's avatar catch
Browse files

Issue #3060875 by pavnish, Dakwamine, martin107, Neslee Canil Pinto, mikelutz,...

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

(cherry picked from commit 982b89aa)
parent 1ce85c7b
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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.