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