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