public function ImageAPIOptimizeProcessorInterface::getWeight in Image Optimize (or ImageAPI Optimize) 8.3
Same name and namespace in other branches
- 8.2 src/ImageAPIOptimizeProcessorInterface.php \Drupal\imageapi_optimize\ImageAPIOptimizeProcessorInterface::getWeight()
- 4.x src/ImageAPIOptimizeProcessorInterface.php \Drupal\imageapi_optimize\ImageAPIOptimizeProcessorInterface::getWeight()
Returns the weight of the image optimize processor.
Return value
int|string Either the integer weight of the image optimize processor, or an empty string.
1 method overrides ImageAPIOptimizeProcessorInterface::getWeight()
- ImageAPIOptimizeProcessorBase::getWeight in src/
ImageAPIOptimizeProcessorBase.php - Returns the weight of the image optimize processor.
File
- src/
ImageAPIOptimizeProcessorInterface.php, line 51
Class
- ImageAPIOptimizeProcessorInterface
- Defines the interface for image optimize processors.
Namespace
Drupal\imageapi_optimizeCode
public function getWeight();