Foo.php

Same filename and directory in other branches
  1. 8.9.x core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/Operation/test/Foo.php
  2. 10 core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/Operation/test/Foo.php
  3. 11.x core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/Operation/test/Foo.php

Namespace

Drupal\image_test\Plugin\ImageToolkit\Operation\test

File

core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/Operation/test/Foo.php

View source
<?php

namespace Drupal\image_test\Plugin\ImageToolkit\Operation\test;


/**
 * Builds an image toolkit operation.
 *
 * @ImageToolkitOperation(
 *   id = "foo",
 *   toolkit = "test",
 *   operation = "blur",
 *   label = @Translation("Blur"),
 *   description = @Translation("Foo.")
 * )
 */
class Foo extends OperationBase {

}

Classes

Title Deprecated Summary
Foo Builds an image toolkit operation.

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