class AnnotWithDefaultValue
Same name in other branches
- 9 core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/Annotation/AnnotWithDefaultValue.php \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\Annotation\AnnotWithDefaultValue
- 8.9.x core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/Annotation/AnnotWithDefaultValue.php \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\Annotation\AnnotWithDefaultValue
- 11.x core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/Annotation/AnnotWithDefaultValue.php \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\Annotation\AnnotWithDefaultValue
Hierarchy
- class \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\Annotation\AnnotWithDefaultValue
Expanded class hierarchy of AnnotWithDefaultValue
Related topics
File
-
core/
tests/ Drupal/ Tests/ Component/ Annotation/ Doctrine/ Fixtures/ Annotation/ AnnotWithDefaultValue.php, line 8
Namespace
Drupal\Tests\Component\Annotation\Doctrine\Fixtures\AnnotationView source
class AnnotWithDefaultValue {
/** @var string */
public $foo = 'bar';
}
Members
Title Sort descending | Modifiers | Object type | Summary |
---|---|---|---|
AnnotWithDefaultValue::$foo | public | property | @var string |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.