private property 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

drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/DocParser.php, line 115

Class

DocParser
A parser for docblock annotations.

Namespace

Doctrine\Common\Annotations

Code

private $ignoredAnnotationNames = array();