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

Breadcrumb

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

AnnotationNameSniff::STANDARD_ANNOTATIONS

File

vendor/slevomat/coding-standard/SlevomatCodingStandard/Sniffs/Commenting/AnnotationNameSniff.php, line 33

Class

AnnotationNameSniff

Namespace

SlevomatCodingStandard\Sniffs\Commenting

Code

private const STANDARD_ANNOTATIONS = [
    'api',
    'author',
    'category',
    'copyright',
    'deprecated',
    'example',
    'filesource',
    'global',
    'ignore',
    'inheritDoc',
    'internal',
    'license',
    'link',
    'method',
    'package',
    'param',
    'property',
    'property-read',
    'property-write',
    'return',
    'see',
    'since',
    'source',
    'subpackage',
    'throws',
    'todo',
    'uses',
    'used-by',
    'var',
    'version',
];

API Navigation

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