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

Plugin annotation

@Target("ALL");

Hierarchy

Expanded class hierarchy of AnnotationTargetAll

Related topics

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

File

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

Namespace

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

}

Members