You are here

public function ImageEffectInterface::getUuid in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/image/src/ImageEffectInterface.php \Drupal\image\ImageEffectInterface::getUuid()
  2. 9 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.

File

core/modules/image/src/ImageEffectInterface.php, line 86

Class

ImageEffectInterface
Defines the interface for image effects.

Namespace

Drupal\image

Code

public function getUuid();