class AnnotationWithInvalidTargetDeclaration in Drupal 8
Same name and namespace in other branches
- 9 core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php \Drupal\Tests\Component\Annotation\Doctrine\AnnotationWithInvalidTargetDeclaration
Plugin annotation
@Target("Foo");
Hierarchy
- class \Drupal\Tests\Component\Annotation\Doctrine\AnnotationWithInvalidTargetDeclaration
Expanded class hierarchy of AnnotationWithInvalidTargetDeclaration
Related topics
File
- core/
tests/ Drupal/ Tests/ Component/ Annotation/ Doctrine/ DocParserTest.php, line 1352
Namespace
Drupal\Tests\Component\Annotation\DoctrineView source
class AnnotationWithInvalidTargetDeclaration {
}