class SettingsAnnotation
Same name in other branches
- 9 core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php \Drupal\Tests\Component\Annotation\Doctrine\SettingsAnnotation
- 8.9.x core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php \Drupal\Tests\Component\Annotation\Doctrine\SettingsAnnotation
- 11.x core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php \Drupal\Tests\Component\Annotation\Doctrine\SettingsAnnotation
Hierarchy
- class \Drupal\Tests\Component\Annotation\Doctrine\SettingsAnnotation
Expanded class hierarchy of SettingsAnnotation
Related topics
File
-
core/
tests/ Drupal/ Tests/ Component/ Annotation/ Doctrine/ DocParserTest.php, line 1300
Namespace
Drupal\Tests\Component\Annotation\DoctrineView source
class SettingsAnnotation {
public $settings;
public function __construct($settings) {
$this->settings = $settings;
}
}
Members
Title Sort descending | Modifiers | Object type | Summary |
---|---|---|---|
SettingsAnnotation::$settings | public | property | |
SettingsAnnotation::__construct | public | function |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.