FooDerived.php in Drupal 9
Same filename and directory in other branches
File
core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/Operation/test/FooDerived.phpView source
<?php
namespace Drupal\image_test\Plugin\ImageToolkit\Operation\test;
/**
* Builds an image toolkit operation.
*
* @ImageToolkitOperation(
* id = "foo_derived",
* toolkit = "test:derived_toolkit",
* operation = "blur",
* label = @Translation("Blur Derived"),
* description = @Translation("Foo derived.")
* )
*/
class FooDerived extends OperationBase {
}
Classes
Name | Description |
---|---|
FooDerived | Builds an image toolkit operation. |