function ImageEffectBase::label

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

Overrides ImageEffectInterface::label

1 call to ImageEffectBase::label()
ImageEffectBase::getSummary in core/modules/image/src/ImageEffectBase.php
Returns a render array summarizing the configuration of the image effect.

File

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

Class

ImageEffectBase
Provides a base class for image effects.

Namespace

Drupal\image

Code

public function label() {
    return $this->pluginDefinition['label'];
}

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