class ClassWithInvalidAnnotationTargetAtProperty 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
Plugin annotation
@AnnotationTargetClass("Some data");
Hierarchy
- class \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\ClassWithInvalidAnnotationTargetAtProperty
Expanded class hierarchy of ClassWithInvalidAnnotationTargetAtProperty
File
- core/
tests/ Drupal/ Tests/ Component/ Annotation/ Doctrine/ Fixtures/ ClassWithInvalidAnnotationTargetAtProperty.php, line 11
Namespace
Drupal\Tests\Component\Annotation\Doctrine\FixturesView source
class ClassWithInvalidAnnotationTargetAtProperty {
/**
* @AnnotationTargetClass("Bar")
*/
public $foo;
/**
* @AnnotationTargetAnnotation("Foo")
*/
public $bar;
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ClassWithInvalidAnnotationTargetAtProperty:: |
public | property | Plugin annotation @AnnotationTargetAnnotation("Foo"); | |
ClassWithInvalidAnnotationTargetAtProperty:: |
public | property | Plugin annotation @AnnotationTargetClass("Bar"); |