ImageStyleStorageInterface::clearReplacementId

public ImageStyleStorageInterface::clearReplacementId($name)

Clears a replacement ID from the storage.

The method clears the value previously stored with ::setReplacementId().

Parameters

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

See also

\Drupal\image\ImageStyleStorageInterface::setReplacementId()

File

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

Class

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

Namespace

Drupal\image

Code

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

Please login to continue.