class FooDerived

Same name in other branches
  1. 8.9.x core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/Operation/test/FooDerived.php \Drupal\image_test\Plugin\ImageToolkit\Operation\test\FooDerived
  2. 10 core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/Operation/test/FooDerived.php \Drupal\image_test\Plugin\ImageToolkit\Operation\test\FooDerived
  3. 11.x core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/Operation/test/FooDerived.php \Drupal\image_test\Plugin\ImageToolkit\Operation\test\FooDerived

Builds an image toolkit operation.

Plugin annotation


@ImageToolkitOperation(
  id = "foo_derived",
  toolkit = "test:derived_toolkit",
  operation = "blur",
  label = @Translation("Blur Derived"),
  description = @Translation("Foo derived.")
)

Hierarchy

Expanded class hierarchy of FooDerived

File

core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/Operation/test/FooDerived.php, line 16

Namespace

Drupal\image_test\Plugin\ImageToolkit\Operation\test
View source
class FooDerived extends OperationBase {

}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.