class Bar

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

Builds an image toolkit operation.

Plugin annotation


@ImageToolkitOperation(
  id = "bar",
  toolkit = "test",
  operation = "invert",
  label = @Translation("Invert"),
  description = @Translation("Bar.")
)

Hierarchy

Expanded class hierarchy of Bar

455 string references to 'Bar'
AccessDeniedTest::testAccessDenied in core/modules/system/tests/src/Functional/System/AccessDeniedTest.php
AccessResultTest::testCacheContexts in core/tests/Drupal/Tests/Core/Access/AccessResultTest.php
@covers ::addCacheContexts @covers ::resetCacheContexts @covers ::getCacheContexts @covers ::cachePerPermissions @covers ::cachePerUser @covers ::allowedIfHasPermission
ActiveLinkResponseFilterTest::providerTestSetLinkActiveClass in core/tests/Drupal/Tests/Core/EventSubscriber/ActiveLinkResponseFilterTest.php
Provides test data for testSetLinkActiveClass().
AjaxFormCacheTest::testQueryString in core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormCacheTest.php
Tests AJAX forms on pages with a query string.
AjaxTestImageEffect::buildConfigurationForm in core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/AjaxTestImageEffect.php

... See full list

File

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

Namespace

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

}

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