protected property ImageStyleStorage::$replacement in Drupal 9
Same name and namespace in other branches
- 8 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\imageCode
protected $replacement = [];