class 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 11  
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.