Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ImplicitlyIgnoredAnnotationNames.php

ImplicitlyIgnoredAnnotationNames::Reserved

File

vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/ImplicitlyIgnoredAnnotationNames.php, line 14

Class

ImplicitlyIgnoredAnnotationNames
A list of annotations that are implicitly ignored during the parsing process.

Namespace

Doctrine\Common\Annotations

Code

private const Reserved = [
    'Annotation' => true,
    'Attribute' => true,
    'Attributes' => true,
    
    /* Can we enable this? 'Enum' => true, */
'Required' => true,
    'Target' => true,
    'NamedArgumentConstructor' => true,
];

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal