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

Breadcrumb

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

ImplicitlyIgnoredAnnotationNames::PhpDocumentor2

File

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

Class

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

Namespace

Doctrine\Common\Annotations

Code

private const PhpDocumentor2 = [
    'api' => true,
    'author' => true,
    'category' => true,
    'copyright' => true,
    'deprecated' => true,
    'example' => true,
    'filesource' => true,
    'global' => true,
    'ignore' => true,
    
    /* Can we enable this? 'index' => true, */
'internal' => true,
    'license' => true,
    'link' => true,
    'method' => true,
    'package' => true,
    'param' => true,
    'property' => true,
    'property-read' => true,
    'property-write' => true,
    'return' => true,
    'see' => true,
    'since' => true,
    'source' => true,
    'subpackage' => true,
    'throws' => true,
    'todo' => true,
    'TODO' => true,
    'usedby' => true,
    'uses' => true,
    'var' => true,
    'version' => true,
];

API Navigation

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