public function ImageAPIOptimizeProcessorInterface::getUuid in Image Optimize (or ImageAPI Optimize) 8.3
Same name and namespace in other branches
- 8.2 src/ImageAPIOptimizeProcessorInterface.php \Drupal\imageapi_optimize\ImageAPIOptimizeProcessorInterface::getUuid()
- 4.x src/ImageAPIOptimizeProcessorInterface.php \Drupal\imageapi_optimize\ImageAPIOptimizeProcessorInterface::getUuid()
Returns the unique ID representing the image optimize processor.
Return value
string The image optimize processor ID.
1 method overrides ImageAPIOptimizeProcessorInterface::getUuid()
- ImageAPIOptimizeProcessorBase::getUuid in src/
ImageAPIOptimizeProcessorBase.php - Returns the unique ID representing the image optimize processor.
File
- src/
ImageAPIOptimizeProcessorInterface.php, line 43
Class
- ImageAPIOptimizeProcessorInterface
- Defines the interface for image optimize processors.
Namespace
Drupal\imageapi_optimizeCode
public function getUuid();