public function ImageAPIOptimizeProcessorInterface::setWeight in Image Optimize (or ImageAPI Optimize) 8.2
Same name and namespace in other branches
- 8.3 src/ImageAPIOptimizeProcessorInterface.php \Drupal\imageapi_optimize\ImageAPIOptimizeProcessorInterface::setWeight()
- 4.x src/ImageAPIOptimizeProcessorInterface.php \Drupal\imageapi_optimize\ImageAPIOptimizeProcessorInterface::setWeight()
Sets the weight for this image optimize processor.
Parameters
int $weight: The weight for this image optimize processor.
Return value
$this
1 method overrides ImageAPIOptimizeProcessorInterface::setWeight()
- ImageAPIOptimizeProcessorBase::setWeight in src/
ImageAPIOptimizeProcessorBase.php - Sets the weight for this image optimize processor.
File
- src/
ImageAPIOptimizeProcessorInterface.php, line 62
Class
- ImageAPIOptimizeProcessorInterface
- Defines the interface for image optimize processors.
Namespace
Drupal\imageapi_optimizeCode
public function setWeight($weight);