function 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();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.