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

Breadcrumb

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

ImplicitlyIgnoredAnnotationNames::PhpDocumentor1

File

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

Class

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

Namespace

Doctrine\Common\Annotations

Code

private const PhpDocumentor1 = [
    'abstract' => true,
    'access' => true,
    'code' => true,
    'deprec' => true,
    'endcode' => true,
    'exception' => true,
    'final' => true,
    'ingroup' => true,
    'inheritdoc' => true,
    'inheritDoc' => true,
    'magic' => true,
    'name' => true,
    'private' => true,
    'static' => true,
    'staticvar' => true,
    'staticVar' => true,
    'toc' => true,
    'tutorial' => true,
    'throw' => true,
];

API Navigation

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