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 = [];
doc_Drupal
2016-10-29 09:20:01
Comments
Leave a Comment

Please login to continue.