class SettingsAnnotation in Drupal 10
Same name and namespace in other branches
- 8 core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php \Drupal\Tests\Component\Annotation\Doctrine\SettingsAnnotation
- 9 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 1290
Namespace
Drupal\Tests\Component\Annotation\DoctrineView source
class SettingsAnnotation {
public $settings;
public function __construct($settings) {
$this->settings = $settings;
}
}