function ClassWithInvalidAnnotationTargetAtMethod::functionName

Plugin annotation

@AnnotationTargetClass("functionName");

File

core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/ClassWithInvalidAnnotationTargetAtMethod.php, line 16

Class

ClassWithInvalidAnnotationTargetAtMethod
Plugin annotation @AnnotationTargetClass("Some data");

Namespace

Drupal\Tests\Component\Annotation\Doctrine\Fixtures

Code

public function functionName($param) {
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.