class AnnotationTargetAll

Same name and namespace in other branches
  1. 9 core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationTargetAll.php \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\AnnotationTargetAll
  2. 8.9.x core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationTargetAll.php \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\AnnotationTargetAll
  3. 10 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

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

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