class Foo

Same name and namespace in other branches
  1. 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[[api-linebreak]] @covers ::resetCacheContexts[[api-linebreak]] @covers ::getCacheContexts[[api-linebreak]] @covers ::cachePerPermissions[[api-linebreak]] @covers ::cachePerUser[[api-linebreak]] @covers…
ActionsTest::buildForm in core/tests/Drupal/KernelTests/Core/Render/Element/ActionsTest.php
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[[api-linebreak]]

... 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.