public property ClassWithInvalidAnnotationTargetAtProperty::$bar in Drupal 8
Same name and namespace in other branches
- 9 core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/ClassWithInvalidAnnotationTargetAtProperty.php \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\ClassWithInvalidAnnotationTargetAtProperty::bar
Plugin annotation
@AnnotationTargetAnnotation("Foo");
File
- core/
tests/ Drupal/ Tests/ Component/ Annotation/ Doctrine/ Fixtures/ ClassWithInvalidAnnotationTargetAtProperty.php, line 24
Class
- ClassWithInvalidAnnotationTargetAtProperty
- Plugin annotation @AnnotationTargetClass("Some data");
Namespace
Drupal\Tests\Component\Annotation\Doctrine\FixturesCode
public $bar;