class AnnotationTargetPropertyMethod
Plugin annotation
@Target({ "METHOD", "PROPERTY" })
  
  Hierarchy
- class \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\AnnotationTargetPropertyMethod
 
Expanded class hierarchy of AnnotationTargetPropertyMethod
Related topics
2 files declare their use of AnnotationTargetPropertyMethod
- ClassWithInvalidAnnotationTargetAtClass.php in core/
tests/ Drupal/ Tests/ Component/ Annotation/ Doctrine/ Fixtures/ ClassWithInvalidAnnotationTargetAtClass.php  - ClassWithValidAnnotationTarget.php in core/
tests/ Drupal/ Tests/ Component/ Annotation/ Doctrine/ Fixtures/ ClassWithValidAnnotationTarget.php  
2 classes are annotated with AnnotationTargetPropertyMethod
- ClassWithInvalidAnnotationTargetAtClass in core/
tests/ Drupal/ Tests/ Component/ Annotation/ Doctrine/ Fixtures/ ClassWithInvalidAnnotationTargetAtClass.php  - Plugin annotation @AnnotationTargetPropertyMethod("Some data");
 - ClassWithValidAnnotationTarget::someFunction in core/
tests/ Drupal/ Tests/ Component/ Annotation/ Doctrine/ Fixtures/ ClassWithValidAnnotationTarget.php  - Plugin annotation @AnnotationTargetPropertyMethod("Some data",name="Some name")
 
File
- 
              core/
tests/ Drupal/ Tests/ Component/ Annotation/ Doctrine/ Fixtures/ AnnotationTargetPropertyMethod.php, line 11  
Namespace
Drupal\Tests\Component\Annotation\Doctrine\FixturesView source
final class AnnotationTargetPropertyMethod {
  public $data;
  public $name;
  public $target;
}
Members
| Title Sort descending | Modifiers | Object type | Summary | 
|---|---|---|---|
| AnnotationTargetPropertyMethod::$data | public | property | |
| AnnotationTargetPropertyMethod::$name | public | property | |
| AnnotationTargetPropertyMethod::$target | public | property | 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.