ImageEffect::$description

Same name and namespace in other branches
  1. 9 core/modules/image/src/Annotation/ImageEffect.php \Drupal\image\Annotation\ImageEffect::description
  2. 8.9.x core/modules/image/src/Annotation/ImageEffect.php \Drupal\image\Annotation\ImageEffect::description
  3. 10 core/modules/image/src/Annotation/ImageEffect.php \Drupal\image\Annotation\ImageEffect::description

A brief description of the image effect.

This property is optional and it does not need to be declared.

This will be shown when adding or configuring this image effect.

Type: \Drupal\Core\Annotation\Translation

Related topics

File

core/modules/image/src/Annotation/ImageEffect.php, line 55

Class

ImageEffect
Defines an image effect annotation object.

Namespace

Drupal\image\Annotation

Code

public $description = '';

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