class Example5
Same name in other branches
- 11.x core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/custom_annotation/Example5.php \Drupal\plugin_test\Plugin\plugin_test\custom_annotation\Example5
Provides a test plugin with a custom attribute.
This plugin ensures that StaticReflectionParser::parse() correctly determines the fully qualified attribute name.
Hierarchy
- class \Drupal\plugin_test\Plugin\plugin_test\custom_annotation\Example5
Expanded class hierarchy of Example5
See also
\Drupal\Component\Annotation\Doctrine\StaticReflectionParser::parse()
6 string references to 'Example5'
- DefaultMenuLinkTreeManipulatorsTest::mockTree in core/
tests/ Drupal/ Tests/ Core/ Menu/ DefaultMenuLinkTreeManipulatorsTest.php - Creates a mock tree.
- DefaultMenuLinkTreeManipulatorsTest::testCheckAccess in core/
tests/ Drupal/ Tests/ Core/ Menu/ DefaultMenuLinkTreeManipulatorsTest.php - Tests the checkAccess() tree manipulator.
- MenuLinkTreeTest::testCreateLinksInMenu in core/
tests/ Drupal/ KernelTests/ Core/ Menu/ MenuLinkTreeTest.php - Tests creating links with an expected tree structure.
- SystemMenuBlockTest::configExpandedTestCases in core/
modules/ system/ tests/ src/ Kernel/ Block/ SystemMenuBlockTest.php - SystemMenuBlockTest::setUp in core/
modules/ system/ tests/ src/ Kernel/ Block/ SystemMenuBlockTest.php
File
-
core/
modules/ system/ tests/ modules/ plugin_test/ src/ Plugin/ plugin_test/ custom_annotation/ Example5.php, line 13
Namespace
Drupal\plugin_test\Plugin\plugin_test\custom_annotationView source
class Example5 {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.