TypedConfigManagerInterface::buildDataDefinition

public TypedConfigManagerInterface::buildDataDefinition(array $definition, $value, $name = NULL, $parent = NULL)

Creates a new data definition object from a type definition array and actual configuration data. Since type definitions may contain variables to be replaced, we need the configuration value to create it.

Parameters

array $definition: The base type definition array, for which a data definition should be created.

$value: Optional value of the configuration element.

string $name: Optional name of the configuration element.

object $parent: Optional parent element.

Return value

\Drupal\Core\TypedData\DataDefinitionInterface A data definition for the given data type.

File

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

Class

TypedConfigManagerInterface
Defines an interface for managing config schema type plugins.

Namespace

Drupal\Core\Config

Code

public function buildDataDefinition(array $definition, $value, $name = NULL, $parent = NULL);
doc_Drupal
2016-10-29 09:49:57
Comments
Leave a Comment

Please login to continue.