You are here

public function ImageEffectInterface::getWeight in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/image/src/ImageEffectInterface.php \Drupal\image\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.

1 method overrides ImageEffectInterface::getWeight()
ImageEffectBase::getWeight in core/modules/image/src/ImageEffectBase.php
Returns the weight of the image effect.

File

core/modules/image/src/ImageEffectInterface.php, line 99
Contains \Drupal\image\ImageEffectInterface.

Class

ImageEffectInterface
Defines the interface for image effects.

Namespace

Drupal\image

Code

public function getWeight();