You are here

class SomeAnnotationClassNameWithoutConstructor in Drupal 9

Same name and namespace in other branches
  1. 8 core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php \Drupal\Tests\Component\Annotation\Doctrine\SomeAnnotationClassNameWithoutConstructor

Hierarchy

Expanded class hierarchy of SomeAnnotationClassNameWithoutConstructor

Related topics

File

core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php, line 1325

Namespace

Drupal\Tests\Component\Annotation\Doctrine
View source
class SomeAnnotationClassNameWithoutConstructor {
  public $data;
  public $name;

}

Members