TypedDataInterface::getPropertyPath

public TypedDataInterface::getPropertyPath()

Returns the property path of the data.

The trail of property names relative to the root of the typed data tree, separated by dots; e.g. 'field_text.0.format'.

Return value

string The property path relative to the root of the typed tree, or an empty string if this is the root.

File

core/lib/Drupal/Core/TypedData/TypedDataInterface.php, line 145

Class

TypedDataInterface
Interface for typed data objects.

Namespace

Drupal\Core\TypedData

Code

public function getPropertyPath();
doc_Drupal
2016-10-29 09:50:04
Comments
Leave a Comment

Please login to continue.