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

1
public function get($name);
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.