ImageStyleInterface::getReplacementID

public ImageStyleInterface::getReplacementID()

Returns the replacement ID.

Return value

string|null The replacement image style ID or NULL if no replacement has been selected.

Deprecated

in Drupal 8.0.x, will be removed before Drupal 9.0.x. Use \Drupal\image\ImageStyleStorageInterface::getReplacementId() instead.

See also

\Drupal\image\ImageStyleStorageInterface::getReplacementId()

File

core/modules/image/src/ImageStyleInterface.php, line 24

Class

ImageStyleInterface
Provides an interface defining an image style entity.

Namespace

Drupal\image

Code

public function getReplacementID();
doc_Drupal
2016-10-29 09:19:57
Comments
Leave a Comment

Please login to continue.