You are here

class AnnotWithDefaultValue in Drupal 10

Same name and namespace in other branches
  1. 8 core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/Annotation/AnnotWithDefaultValue.php \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\Annotation\AnnotWithDefaultValue
  2. 9 core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/Annotation/AnnotWithDefaultValue.php \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\Annotation\AnnotWithDefaultValue

Hierarchy

Expanded class hierarchy of AnnotWithDefaultValue

Related topics

File

core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/Annotation/AnnotWithDefaultValue.php, line 6

Namespace

Drupal\Tests\Component\Annotation\Doctrine\Fixtures\Annotation
View source
class AnnotWithDefaultValue {

  /** @var string */
  public $foo = 'bar';

}

Members