You are here

public function TypedConfigManagerInterface::get in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Config/TypedConfigManagerInterface.php \Drupal\Core\Config\TypedConfigManagerInterface::get()

Gets typed configuration data.

Parameters

string $name: Configuration object name.

Return value

\Drupal\Core\TypedData\TraversableTypedDataInterface Typed configuration element.

1 method overrides TypedConfigManagerInterface::get()
TypedConfigManager::get in core/lib/Drupal/Core/Config/TypedConfigManager.php
Gets typed configuration data.

File

core/lib/Drupal/Core/Config/TypedConfigManagerInterface.php, line 26

Class

TypedConfigManagerInterface
Defines an interface for managing config schema type plugins.

Namespace

Drupal\Core\Config

Code

public function get($name);