FooDerived.php
Same filename in other branches
- 8.9.x core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/Operation/test/FooDerived.php
- 10 core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/Operation/test/FooDerived.php
- 11.x core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/Operation/test/FooDerived.php
Namespace
Drupal\image_test\Plugin\ImageToolkit\Operation\testFile
-
core/
modules/ system/ tests/ modules/ image_test/ src/ Plugin/ ImageToolkit/ Operation/ test/ FooDerived.php
View 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
Title | Deprecated | Summary |
---|---|---|
FooDerived | Builds an image toolkit operation. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.