final class AnnotationTargetClass in Drupal 10
Same name and namespace in other branches
- 8 core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationTargetClass.php \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\AnnotationTargetClass
- 9 core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationTargetClass.php \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\AnnotationTargetClass
Plugin annotation
@Target("CLASS");
Hierarchy
- class \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\AnnotationTargetClass
Expanded class hierarchy of AnnotationTargetClass
Related topics
3 files declare their use of AnnotationTargetClass
- ClassWithInvalidAnnotationTargetAtMethod.php in core/
tests/ Drupal/ Tests/ Component/ Annotation/ Doctrine/ Fixtures/ ClassWithInvalidAnnotationTargetAtMethod.php - ClassWithInvalidAnnotationTargetAtProperty.php in core/
tests/ Drupal/ Tests/ Component/ Annotation/ Doctrine/ Fixtures/ ClassWithInvalidAnnotationTargetAtProperty.php - ClassWithValidAnnotationTarget.php in core/
tests/ Drupal/ Tests/ Component/ Annotation/ Doctrine/ Fixtures/ ClassWithValidAnnotationTarget.php
4 classes are annotated with AnnotationTargetClass
- ClassWithInvalidAnnotationTargetAtMethod in core/
tests/ Drupal/ Tests/ Component/ Annotation/ Doctrine/ Fixtures/ ClassWithInvalidAnnotationTargetAtMethod.php - Plugin annotation @AnnotationTargetClass("Some data");
- ClassWithInvalidAnnotationTargetAtMethod::functionName in core/
tests/ Drupal/ Tests/ Component/ Annotation/ Doctrine/ Fixtures/ ClassWithInvalidAnnotationTargetAtMethod.php - Plugin annotation @AnnotationTargetClass("functionName");
- ClassWithInvalidAnnotationTargetAtProperty in core/
tests/ Drupal/ Tests/ Component/ Annotation/ Doctrine/ Fixtures/ ClassWithInvalidAnnotationTargetAtProperty.php - Plugin annotation @AnnotationTargetClass("Some data");
- ClassWithValidAnnotationTarget in core/
tests/ Drupal/ Tests/ Component/ Annotation/ Doctrine/ Fixtures/ ClassWithValidAnnotationTarget.php - Plugin annotation @AnnotationTargetClass("Some data");
File
- core/
tests/ Drupal/ Tests/ Component/ Annotation/ Doctrine/ Fixtures/ AnnotationTargetClass.php, line 10
Namespace
Drupal\Tests\Component\Annotation\Doctrine\FixturesView source
final class AnnotationTargetClass {
public $data;
public $name;
public $target;
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
AnnotationTargetClass:: |
public | property | ||
AnnotationTargetClass:: |
public | property | ||
AnnotationTargetClass:: |
public | property |