class Bar
Same name in other branches
- 9 core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/Operation/test/Bar.php \Drupal\image_test\Plugin\ImageToolkit\Operation\test\Bar
- 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
- 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.
Hierarchy
- class \Drupal\Component\Plugin\PluginBase implements \Drupal\Component\Plugin\PluginInspectionInterface, \Drupal\Component\Plugin\DerivativeInspectionInterface
- class \Drupal\Core\Plugin\PluginBase extends \Drupal\Component\Plugin\PluginBase uses \Drupal\Core\StringTranslation\StringTranslationTrait, \Drupal\Core\DependencyInjection\DependencySerializationTrait, \Drupal\Core\Messenger\MessengerTrait
- class \Drupal\Core\ImageToolkit\ImageToolkitOperationBase extends \Drupal\Core\Plugin\PluginBase implements \Drupal\Core\ImageToolkit\ImageToolkitOperationInterface
- class \Drupal\image_test\Plugin\ImageToolkit\Operation\test\OperationBase extends \Drupal\Core\ImageToolkit\ImageToolkitOperationBase
- class \Drupal\image_test\Plugin\ImageToolkit\Operation\test\Bar extends \Drupal\image_test\Plugin\ImageToolkit\Operation\test\OperationBase
- class \Drupal\image_test\Plugin\ImageToolkit\Operation\test\OperationBase extends \Drupal\Core\ImageToolkit\ImageToolkitOperationBase
- class \Drupal\Core\ImageToolkit\ImageToolkitOperationBase extends \Drupal\Core\Plugin\PluginBase implements \Drupal\Core\ImageToolkit\ImageToolkitOperationInterface
- class \Drupal\Core\Plugin\PluginBase extends \Drupal\Component\Plugin\PluginBase uses \Drupal\Core\StringTranslation\StringTranslationTrait, \Drupal\Core\DependencyInjection\DependencySerializationTrait, \Drupal\Core\Messenger\MessengerTrait
Expanded class hierarchy of Bar
480 string references to 'Bar'
- AccessDeniedTest::testAccessDenied in core/
modules/ system/ tests/ src/ Functional/ System/ AccessDeniedTest.php - AccessPolicyProcessorTest::testAccountSwitcher in core/
tests/ Drupal/ Tests/ Core/ Session/ AccessPolicyProcessorTest.php - Tests if the account switcher switches properly when user cache context is present.
- AccessPolicyProcessorTest::testCacheContexts in core/
tests/ Drupal/ Tests/ Core/ Session/ AccessPolicyProcessorTest.php - Tests that only the cache contexts for policies that apply are added.
- AccessPolicyProcessorTest::testCaching in core/
tests/ Drupal/ Tests/ Core/ Session/ AccessPolicyProcessorTest.php - Tests if the caches are called correctly.
- AccessPolicyProcessorTest::testCalculatePermissions in core/
tests/ Drupal/ Tests/ Core/ Session/ AccessPolicyProcessorTest.php - Tests that access policies are properly processed.
File
-
core/
modules/ system/ tests/ modules/ image_test/ src/ Plugin/ ImageToolkit/ Operation/ test/ Bar.php, line 11
Namespace
Drupal\image_test\Plugin\ImageToolkit\Operation\testView source
class Bar extends OperationBase {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.