public function ImageEffectInterface::setWeight in Drupal 8
Same name and namespace in other branches
- 9 core/modules/image/src/ImageEffectInterface.php \Drupal\image\ImageEffectInterface::setWeight()
- 10 core/modules/image/src/ImageEffectInterface.php \Drupal\image\ImageEffectInterface::setWeight()
Sets the weight for this image effect.
Parameters
int $weight: The weight for this image effect.
Return value
$this
1 method overrides ImageEffectInterface::setWeight()
- ImageEffectBase::setWeight in core/
modules/ image/ src/ ImageEffectBase.php - Sets the weight for this image effect.
File
- core/
modules/ image/ src/ ImageEffectInterface.php, line 105
Class
- ImageEffectInterface
- Defines the interface for image effects.
Namespace
Drupal\imageCode
public function setWeight($weight);