ImageEffectInterface::getWeight

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();
doc_Drupal
2016-10-29 09:19:17
Comments
Leave a Comment

Please login to continue.