public ImageEffectInterface::getWeight()
Returns the weight of the image effect.
Return value
int|string Either the integer weight of the image effect, or an empty string.
File
- core/modules/image/src/ImageEffectInterface.php, line 94
Class
- ImageEffectInterface
- Defines the interface for image effects.
Namespace
Drupal\image
Code
public function getWeight();
Please login to continue.