Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / system / tests / modules / image_test / src / Plugin / ImageToolkit / Operation / test / FooDerived.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 = "foo_derived",
10  *   toolkit = "test:derived_toolkit",
11  *   operation = "blur",
12  *   label = @Translation("Blur Derived"),
13  *   description = @Translation("Foo derived.")
14  * )
15  */
16 class FooDerived extends OperationBase {}