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