class SomeAnnotationClassNameWithoutConstructor in Drupal 10
Same name and namespace in other branches
- 8 core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php \Drupal\Tests\Component\Annotation\Doctrine\SomeAnnotationClassNameWithoutConstructor
- 9 core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php \Drupal\Tests\Component\Annotation\Doctrine\SomeAnnotationClassNameWithoutConstructor
Hierarchy
- class \Drupal\Tests\Component\Annotation\Doctrine\SomeAnnotationClassNameWithoutConstructor
Expanded class hierarchy of SomeAnnotationClassNameWithoutConstructor
Related topics
File
- core/
tests/ Drupal/ Tests/ Component/ Annotation/ Doctrine/ DocParserTest.php, line 1301
Namespace
Drupal\Tests\Component\Annotation\DoctrineView source
class SomeAnnotationClassNameWithoutConstructor {
public $data;
public $name;
}