class AnnotationTargetAll
Plugin annotation
@Target("ALL");
  
  Hierarchy
- class \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\AnnotationTargetAll
 
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\FixturesView 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.