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