You are here

final class AnnotationTargetAnnotation in Drupal 8

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

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 10

Namespace

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

}

Members