function ImageEffectBase::getWeight

Same name and namespace in other branches
  1. 8.9.x core/modules/image/src/ImageEffectBase.php \Drupal\image\ImageEffectBase::getWeight()
  2. 10 core/modules/image/src/ImageEffectBase.php \Drupal\image\ImageEffectBase::getWeight()
  3. 11.x core/modules/image/src/ImageEffectBase.php \Drupal\image\ImageEffectBase::getWeight()

Overrides ImageEffectInterface::getWeight

1 call to ImageEffectBase::getWeight()
ImageEffectBase::getConfiguration in core/modules/image/src/ImageEffectBase.php

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;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.