class Foo
Same name in other branches
- 9 core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/Operation/test/Foo.php \Drupal\image_test\Plugin\ImageToolkit\Operation\test\Foo
- 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
- 10 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.
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\Foo 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 Foo
653 string references to 'Foo'
- AccessPolicyProcessorTest::testAlterPermissions in core/
tests/ Drupal/ Tests/ Core/ Session/ AccessPolicyProcessorTest.php - Tests that access policies can alter the final result.
- AccessPolicyProcessorTest::testAlterPermissionsNoApply in core/
tests/ Drupal/ Tests/ Core/ Session/ AccessPolicyProcessorTest.php - Tests that alters that do not apply are not processed.
- AccessPolicyProcessorTest::testCacheContexts in core/
tests/ Drupal/ Tests/ Core/ Session/ AccessPolicyProcessorTest.php - Tests that only the cache contexts for policies that apply are added.
- AccessPolicyProcessorTest::testMultipleScopeAlterException in core/
tests/ Drupal/ Tests/ Core/ Session/ AccessPolicyProcessorTest.php - Tests the multiple scopes exception.
- AccessPolicyProcessorTest::testMultipleScopeException in core/
tests/ Drupal/ Tests/ Core/ Session/ AccessPolicyProcessorTest.php - Tests the multiple scopes exception.
File
-
core/
modules/ system/ tests/ modules/ image_test/ src/ Plugin/ ImageToolkit/ Operation/ test/ Foo.php, line 13
Namespace
Drupal\image_test\Plugin\ImageToolkit\Operation\testView source
class Foo extends OperationBase {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.