final class AnnotationTargetAnnotation in Drupal 9
Same name and namespace in other branches
- 8 core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationTargetAnnotation.php \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\AnnotationTargetAnnotation
- 10 core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationTargetAnnotation.php \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\AnnotationTargetAnnotation
Plugin annotation
@Target({ "ANNOTATION" })
Hierarchy
- class \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\AnnotationTargetAnnotation
Expanded class hierarchy of AnnotationTargetAnnotation
Related topics
1 file declares its use of AnnotationTargetAnnotation
- ClassWithInvalidAnnotationTargetAtProperty.php in core/
tests/ Drupal/ Tests/ Component/ Annotation/ Doctrine/ Fixtures/ ClassWithInvalidAnnotationTargetAtProperty.php
File
- core/
tests/ Drupal/ Tests/ Component/ Annotation/ Doctrine/ Fixtures/ AnnotationTargetAnnotation.php, line 9
Namespace
Drupal\Tests\Component\Annotation\Doctrine\FixturesView source
final class AnnotationTargetAnnotation {
public $data;
public $name;
public $target;
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
AnnotationTargetAnnotation:: |
public | property | ||
AnnotationTargetAnnotation:: |
public | property | ||
AnnotationTargetAnnotation:: |
public | property |