Commit 982b89aa 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
parent be839ae7
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.