class ClassWithInvalidAnnotationTargetAtMethod in Drupal 9
Same name and namespace in other branches
- 8 core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/ClassWithInvalidAnnotationTargetAtMethod.php \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\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 10
Namespace
Drupal\Tests\Component\Annotation\Doctrine\FixturesView source
class ClassWithInvalidAnnotationTargetAtMethod {
/**
* @AnnotationTargetClass("functionName")
*/
public function functionName($param) {
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ClassWithInvalidAnnotationTargetAtMethod:: |
public | function | Plugin annotation @AnnotationTargetClass("functionName"); |