Bar.php in Drupal 9
Same filename and directory in other branches
File
core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/Operation/test/Bar.phpView source
<?php
namespace Drupal\image_test\Plugin\ImageToolkit\Operation\test;
/**
* Builds an image toolkit operation.
*
* @ImageToolkitOperation(
* id = "bar",
* toolkit = "test",
* operation = "invert",
* label = @Translation("Invert"),
* description = @Translation("Bar.")
* )
*/
class Bar extends OperationBase {
}