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

Breadcrumb

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

class Attribute

Same name in this branch
  1. 11.1.x vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attribute.php \Doctrine\Common\Annotations\Annotation\Attribute
  2. 11.1.x vendor/nikic/php-parser/lib/PhpParser/Node/Attribute.php \PhpParser\Node\Attribute
  3. 11.1.x vendor/slevomat/coding-standard/SlevomatCodingStandard/Helpers/Attribute.php \SlevomatCodingStandard\Helpers\Attribute
  4. 11.1.x vendor/mck89/peast/lib/Peast/Selector/Node/Part/Attribute.php \Peast\Selector\Node\Part\Attribute
  5. 11.1.x core/lib/Drupal/Core/Template/Attribute.php \Drupal\Core\Template\Attribute

Hierarchy

  • class \PHPStan\PhpDocParser\Ast\Attribute

Expanded class hierarchy of Attribute

4 files declare their use of Attribute
AnnotationHelper.php in vendor/slevomat/coding-standard/SlevomatCodingStandard/Helpers/AnnotationHelper.php
CloningVisitor.php in vendor/phpstan/phpdoc-parser/src/Ast/NodeVisitor/CloningVisitor.php
ParsedDocComment.php in vendor/slevomat/coding-standard/SlevomatCodingStandard/Helpers/ParsedDocComment.php
Printer.php in vendor/phpstan/phpdoc-parser/src/Printer/Printer.php
16 string references to 'Attribute'
Attribute::getType in vendor/nikic/php-parser/lib/PhpParser/Node/Attribute.php
Gets the type of the node.
AttributeClassLoader::supports in vendor/symfony/routing/Loader/AttributeClassLoader.php
AttributeDirectoryLoader::supports in vendor/symfony/routing/Loader/AttributeDirectoryLoader.php
AttributeFileLoader::supports in vendor/symfony/routing/Loader/AttributeFileLoader.php
claro_preprocess_input in core/themes/claro/claro.theme
Implements template_preprocess_HOOK() for input.

... See full list

File

vendor/phpstan/phpdoc-parser/src/Ast/Attribute.php, line 5

Namespace

PHPStan\PhpDocParser\Ast
View source
final class Attribute {
    public const START_LINE = 'startLine';
    public const END_LINE = 'endLine';
    public const START_INDEX = 'startIndex';
    public const END_INDEX = 'endIndex';
    public const ORIGINAL_NODE = 'originalNode';

}

Members

Title Sort descending Modifiers Object type Summary
Attribute::END_INDEX public constant
Attribute::END_LINE public constant
Attribute::ORIGINAL_NODE public constant
Attribute::START_INDEX public constant
Attribute::START_LINE public constant

API Navigation

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