final class Attributes

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

@author Fabio B. Silva <fabio.bat.silva@gmail.com>

Hierarchy

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

Expanded class hierarchy of Attributes

1 file declares its use of Attributes
DocParser.php in drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/DocParser.php
2 string references to 'Attributes'
LinkItem::getPropertyDefinitions in drupal/core/modules/link/lib/Drupal/link/Type/LinkItem.php
Implements ComplexDataInterface::getPropertyDefinitions().
tour.schema.yml in drupal/core/modules/tour/config/schema/tour.schema.yml
drupal/core/modules/tour/config/schema/tour.schema.yml

File

drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/Annotation/Attributes.php, line 31

Namespace

Doctrine\Common\Annotations\Annotation
View source
final class Attributes {

  /**
   * @var array<Doctrine\Common\Annotations\Annotation\Attribute>
   */
  public $value;

}

Members