ecd4aaafdefc18d7f46266ba57fd8cd424894aea
[yaffs-website] / web / core / modules / system / tests / modules / image_test / src / Plugin / ImageToolkit / Operation / test / Bar.php
1 <?php
2
3 namespace Drupal\image_test\Plugin\ImageToolkit\Operation\test;
4
5 /**
6  * Builds an image toolkit operation.
7  *
8  * @ImageToolkitOperation(
9  *   id = "bar",
10  *   toolkit = "test",
11  *   operation = "invert",
12  *   label = @Translation("Invert"),
13  *   description = @Translation("Bar.")
14  * )
15  */
16 class Bar extends OperationBase {}