class AnnotationTargetAnnotation
Same name in other branches
- 8.9.x core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationTargetAnnotation.php \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\AnnotationTargetAnnotation
- 10 core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationTargetAnnotation.php \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\AnnotationTargetAnnotation
- 11.x core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationTargetAnnotation.php \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\AnnotationTargetAnnotation
Plugin annotation
@Target({ "ANNOTATION" })
Hierarchy
- class \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\AnnotationTargetAnnotation
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 9
Namespace
Drupal\Tests\Component\Annotation\Doctrine\FixturesView 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.