TypedConfigManagerInterface::get

public TypedConfigManagerInterface::get($name)

Gets typed configuration data.

Parameters

string $name: Configuration object name.

Return value

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

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);
doc_Drupal
2016-10-29 09:49:57
Comments
Leave a Comment

Please login to continue.