class AnnotationTargetAnnotation

Same name and namespace in other branches
  1. 9 core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationTargetAnnotation.php \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\AnnotationTargetAnnotation
  2. 8.9.x core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationTargetAnnotation.php \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\AnnotationTargetAnnotation
  3. 10 core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationTargetAnnotation.php \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\AnnotationTargetAnnotation

Plugin annotation


@Target({ "ANNOTATION" })

Hierarchy

Expanded class hierarchy of AnnotationTargetAnnotation

Related topics

1 file declares its use of AnnotationTargetAnnotation
ClassWithInvalidAnnotationTargetAtProperty.php in core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/ClassWithInvalidAnnotationTargetAtProperty.php

File

core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationTargetAnnotation.php, line 11

Namespace

Drupal\Tests\Component\Annotation\Doctrine\Fixtures
View source
final class AnnotationTargetAnnotation {
    public $data;
    public $name;
    public $target;

}

Members

Title Sort descending Modifiers Object type Summary
AnnotationTargetAnnotation::$data public property
AnnotationTargetAnnotation::$name public property
AnnotationTargetAnnotation::$target public property

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.