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

Breadcrumb

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

class Attributes

Same name in this branch
  1. 11.1.x vendor/open-telemetry/sdk/Common/Attribute/Attributes.php \OpenTelemetry\SDK\Common\Attribute\Attributes

Annotation that can be used to signal to the parser to check the types of all declared attributes during the parsing process.

@Annotation

Hierarchy

  • class \Doctrine\Common\Annotations\Annotation\Attributes

Expanded class hierarchy of Attributes

2 files declare their use of Attributes
DocParser.php in vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php
DocParser.php in core/lib/Drupal/Component/Annotation/Doctrine/DocParser.php
This class is a near-copy of Doctrine\Common\Annotations\DocParser, which is part of the Doctrine project: <http://www.doctrine-project.org&gt;. It was copied from version 1.2.7.
22 string references to 'Attributes'
badge.component.yml in core/profiles/demo_umami/themes/umami/components/badge/badge.component.yml
core/profiles/demo_umami/themes/umami/components/badge/badge.component.yml
banner.component.yml in core/profiles/demo_umami/themes/umami/components/banner/banner.component.yml
core/profiles/demo_umami/themes/umami/components/banner/banner.component.yml
branding.component.yml in core/profiles/demo_umami/themes/umami/components/branding/branding.component.yml
core/profiles/demo_umami/themes/umami/components/branding/branding.component.yml
card.component.yml in core/profiles/demo_umami/themes/umami/components/card/card.component.yml
core/profiles/demo_umami/themes/umami/components/card/card.component.yml
claro_preprocess_admin_block_content in core/themes/claro/claro.theme
Implements template_preprocess_HOOK() for admin_block.

... See full list

1 class is annotated with Attributes
Enum in vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Enum.php
Annotation that can be used to signal to the parser to check the available values during the parsing process.

File

vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attributes.php, line 11

Namespace

Doctrine\Common\Annotations\Annotation
View source
final class Attributes {
    
    /** @var array<Attribute> */
    public $value;

}

Members

Title Sort descending Modifiers Object type Summary
Attributes::$value public property @var array&lt;Attribute&gt;

API Navigation

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