class Foo

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

Builds an image toolkit operation.

Plugin annotation


@ImageToolkitOperation(
  id = "foo",
  toolkit = "test",
  operation = "blur",
  label = @Translation("Blur"),
  description = @Translation("Foo.")
)

Hierarchy

Expanded class hierarchy of Foo

613 string references to 'Foo'
AccessResultTest::testCacheContexts in core/tests/Drupal/Tests/Core/Access/AccessResultTest.php
@covers ::addCacheContexts @covers ::resetCacheContexts @covers ::getCacheContexts @covers ::cachePerPermissions @covers ::cachePerUser @covers ::allowedIfHasPermission
ActionsTest::buildForm in core/tests/Drupal/KernelTests/Core/Render/Element/ActionsTest.php
Form constructor.
ActionsTest::testDropbuttonWithBubbleableMetadata in core/tests/Drupal/KernelTests/Core/Render/Element/ActionsTest.php
ActiveLinkResponseFilterTest::providerTestSetLinkActiveClass in core/tests/Drupal/Tests/Core/EventSubscriber/ActiveLinkResponseFilterTest.php
Provides test data for testSetLinkActiveClass().
AnnotationBridgeDecoratorTest::testGetDefinitions in core/tests/Drupal/Tests/Component/Annotation/Plugin/Discovery/AnnotationBridgeDecoratorTest.php
@covers ::getDefinitions

... See full list

File

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

Namespace

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

}

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