You are here

public function ImageEffectInterface::getUuid in Drupal 9

Same name and namespace in other branches
  1. 8 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\image

Code

public function getUuid();