ImageEffectBase::getWeight

public ImageEffectBase::getWeight()

Returns the weight of the image effect.

Return value

int|string Either the integer weight of the image effect, or an empty string.

Overrides ImageEffectInterface::getWeight

File

core/modules/image/src/ImageEffectBase.php, line 123

Class

ImageEffectBase
Provides a base class for image effects.

Namespace

Drupal\image

Code

public function getWeight() {
  return $this->weight;
}
doc_Drupal
2016-10-29 09:19:15
Comments
Leave a Comment

Please login to continue.