AnnotWithDefaultValue.php in Drupal 9
File
core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/Annotation/AnnotWithDefaultValue.phpView source
<?php
namespace Drupal\Tests\Component\Annotation\Doctrine\Fixtures\Annotation;
/** @Annotation */
class AnnotWithDefaultValue {
/** @var string */
public $foo = 'bar';
}
Classes
Name | Description |
---|---|
AnnotWithDefaultValue |