public property AnnotationWithRequiredAttributesWithoutContructor::$value in Drupal 10
Same name and namespace in other branches
- 8 core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationWithRequiredAttributesWithoutContructor.php \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\AnnotationWithRequiredAttributesWithoutContructor::value
- 9 core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationWithRequiredAttributesWithoutContructor.php \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\AnnotationWithRequiredAttributesWithoutContructor::value
@Required
Type: string
File
- core/
tests/ Drupal/ Tests/ Component/ Annotation/ Doctrine/ Fixtures/ AnnotationWithRequiredAttributesWithoutContructor.php, line 16
Class
- AnnotationWithRequiredAttributesWithoutContructor
- Plugin annotation @Target("ALL");
Namespace
Drupal\Tests\Component\Annotation\Doctrine\FixturesCode
public $value;