public function ComplexDataInterface::getPropertyDefinition

Gets the definition of a contained property.

Parameters

string $name: The name of property.

Return value

array|FALSE The definition of the property or FALSE if the property does not exist.

7 methods override ComplexDataInterface::getPropertyDefinition()

File

drupal/core/lib/Drupal/Core/TypedData/ComplexDataInterface.php, line 105
Contains \Drupal\Core\TypedData\ComplexDataInterface.

Class

ComplexDataInterface
Interface for complex data; i.e. data containing named and typed properties.

Namespace

Drupal\Core\TypedData

Code

public function getPropertyDefinition($name);