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