You are here

protected property ImageStyleStorage::$replacement in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/image/src/ImageStyleStorage.php \Drupal\image\ImageStyleStorage::replacement
  2. 10 core/modules/image/src/ImageStyleStorage.php \Drupal\image\ImageStyleStorage::replacement

Image style replacement memory storage.

This value is not stored in the backend. It's used during the deletion of an image style to save the replacement image style in the same request. The value is used later, when resolving dependencies.

Type: string[]

See also

\Drupal\image\Form\ImageStyleDeleteForm::submitForm()

File

core/modules/image/src/ImageStyleStorage.php, line 23

Class

ImageStyleStorage
Storage controller class for "image style" configuration entities.

Namespace

Drupal\image

Code

protected $replacement = [];