function ImageEffectInterface::getUuid
Same name in other branches
- 9 core/modules/image/src/ImageEffectInterface.php \Drupal\image\ImageEffectInterface::getUuid()
- 8.9.x core/modules/image/src/ImageEffectInterface.php \Drupal\image\ImageEffectInterface::getUuid()
- 10 core/modules/image/src/ImageEffectInterface.php \Drupal\image\ImageEffectInterface::getUuid()
Returns the unique ID representing the image effect.
Return value
string The image effect ID.
1 method overrides ImageEffectInterface::getUuid()
- ImageEffectBase::getUuid in core/
modules/ image/ src/ ImageEffectBase.php - Returns the unique ID representing the image effect.
File
-
core/
modules/ image/ src/ ImageEffectInterface.php, line 86
Class
- ImageEffectInterface
- Defines the interface for image effects.
Namespace
Drupal\imageCode
public function getUuid();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.