public function ImageStyleInterface::getReplacementID in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/image/src/ImageStyleInterface.php \Drupal\image\ImageStyleInterface::getReplacementID()
Returns the replacement ID.
Return value
string The name of the image style to use as replacement upon delete.
1 method overrides ImageStyleInterface::getReplacementID()
- ImageStyle::getReplacementID in core/
modules/ image/ src/ Entity/ ImageStyle.php - Returns the replacement ID.
File
- core/
modules/ image/ src/ ImageStyleInterface.php, line 23 - Contains \Drupal\image\ImageStyleInterface.
Class
- ImageStyleInterface
- Provides an interface defining an image style entity.
Namespace
Drupal\imageCode
public function getReplacementID();