You are here

class SettingsAnnotation in Drupal 10

Same name and namespace in other branches
  1. 8 core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php \Drupal\Tests\Component\Annotation\Doctrine\SettingsAnnotation
  2. 9 core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php \Drupal\Tests\Component\Annotation\Doctrine\SettingsAnnotation

Hierarchy

Expanded class hierarchy of SettingsAnnotation

Related topics

File

core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php, line 1290

Namespace

Drupal\Tests\Component\Annotation\Doctrine
View source
class SettingsAnnotation {
  public $settings;
  public function __construct($settings) {
    $this->settings = $settings;
  }

}

Members