class Attributes
Same name in this branch
- 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>. 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.
1 class is annotated with Attributes
File
-
vendor/
doctrine/ annotations/ lib/ Doctrine/ Common/ Annotations/ Annotation/ Attributes.php, line 11
Namespace
Doctrine\Common\Annotations\AnnotationView source
final class Attributes {
/** @var array<Attribute> */
public $value;
}
Members
Title Sort descending | Modifiers | Object type | Summary |
---|---|---|---|
Attributes::$value | public | property | @var array<Attribute> |