DocParser::$ignoredAnnotationNames
Same name in this branch
- 11.1.x vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php \Doctrine\Common\Annotations\DocParser::ignoredAnnotationNames
A list with annotations that are not causing exceptions when not resolved to an annotation class.
The names must be the raw names as used in the class, not the fully qualified class names.
Type: array
File
-
core/
lib/ Drupal/ Component/ Annotation/ Doctrine/ DocParser.php, line 124
Class
- DocParser
- A parser for docblock annotations.
Namespace
Drupal\Component\Annotation\DoctrineCode
private $ignoredAnnotationNames = array();