ImageStyleStorage::$replacement
Same name in other branches
- 9 core/modules/image/src/ImageStyleStorage.php \Drupal\image\ImageStyleStorage::replacement
- 10 core/modules/image/src/ImageStyleStorage.php \Drupal\image\ImageStyleStorage::replacement
- 11.x 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 = [];
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.