public property ImageToolkitOperation::$label in Drupal 8
Same name and namespace in other branches
- 9 core/lib/Drupal/Core/ImageToolkit/Annotation/ImageToolkitOperation.php \Drupal\Core\ImageToolkit\Annotation\ImageToolkitOperation::label
The human-readable name of the image toolkit operation.
The string should be wrapped in a @Translation().
Type: \Drupal\Core\Annotation\Translation
Related topics
File
- core/
lib/ Drupal/ Core/ ImageToolkit/ Annotation/ ImageToolkitOperation.php, line 72
Class
- ImageToolkitOperation
- Defines a Plugin annotation object for the image toolkit operation plugin.
Namespace
Drupal\Core\ImageToolkit\AnnotationCode
public $label;