W3cubDocs

/Drupal 8

public function 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);

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Config!TypedConfigManagerInterface.php/function/TypedConfigManagerInterface::get/8.1.x