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();
Please login to continue.