DocParser::$ignoredAnnotationNames
Same name in this branch
- 11.1.x core/lib/Drupal/Component/Annotation/Doctrine/DocParser.php \Drupal\Component\Annotation\Doctrine\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
Type: bool[] indexed by annotation name
File
-
vendor/
doctrine/ annotations/ lib/ Doctrine/ Common/ Annotations/ DocParser.php, line 134
Class
- DocParser
- A parser for docblock annotations.
Namespace
Doctrine\Common\AnnotationsCode
private $ignoredAnnotationNames = [];