class ClassWithInvalidAnnotationTargetAtMethod
Plugin annotation
@AnnotationTargetClass("Some data");
  
  Hierarchy
- class \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\ClassWithInvalidAnnotationTargetAtMethod
 
Expanded class hierarchy of ClassWithInvalidAnnotationTargetAtMethod
File
- 
              core/
tests/ Drupal/ Tests/ Component/ Annotation/ Doctrine/ Fixtures/ ClassWithInvalidAnnotationTargetAtMethod.php, line 12  
Namespace
Drupal\Tests\Component\Annotation\Doctrine\FixturesView source
class ClassWithInvalidAnnotationTargetAtMethod {
  
  /**
   * @AnnotationTargetClass("functionName")
   */
  public function functionName($param) {
  }
}
Members
| Title Sort descending | Modifiers | Object type | Summary | 
|---|---|---|---|
| ClassWithInvalidAnnotationTargetAtMethod::functionName | public | function | Plugin annotation @AnnotationTargetClass("functionName");  | 
              
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.