ImageStyleStorageInterface::setReplacementId

public ImageStyleStorageInterface::setReplacementId($name, $replacement)

Stores a replacement ID for an image style being deleted.

The method stores a replacement style to be used by the configuration dependency system when a image style is deleted. The replacement style is replacing the deleted style in other configuration entities that are depending on the image style being deleted.

Parameters

string $name: The ID of the image style to be deleted.

string $replacement: The ID of the image style used as replacement.

File

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

Class

ImageStyleStorageInterface
Interface for storage controller for "image style" configuration entities.

Namespace

Drupal\image

Code

public function setReplacementId($name, $replacement);
doc_Drupal
2016-10-29 09:20:02
Comments
Leave a Comment

Please login to continue.