class Example5
Provides a test plugin with a custom attribute.
This plugin ensures that StaticReflectionParser::parse() correctly determines the fully qualified attribute name.
Attributes
#[\Attribute]
#[\Drupal\plugin_test\Plugin\Attribute\PluginExample(id: "example_5", custom: "Example 5")]
  Hierarchy
- class \Drupal\plugin_test\Plugin\plugin_test\custom_annotation\Example5
Expanded class hierarchy of Example5
See also
\Drupal\Component\Annotation\Doctrine\StaticReflectionParser::parse()
5 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.
