public function 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.

4 methods override TypedDataInterface::getPropertyPath()
Entity::getPropertyPath in drupal/core/lib/Drupal/Core/Entity/Entity.php
Implements \Drupal\Core\TypedData\TypedDataInterface::getPropertyPath().
EntityBCDecorator::getPropertyPath in drupal/core/lib/Drupal/Core/Entity/EntityBCDecorator.php
Forwards the call to the decorated entity.
TypedData::getPropertyPath in drupal/core/lib/Drupal/Core/TypedData/TypedData.php
Implements \Drupal\Core\TypedData\TypedDataInterface::getPropertyPath().
ViewUI::getPropertyPath in drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewUI.php
Implements \Drupal\Core\TypedData\TypedDataInterface::getPropertyPath().

File

drupal/core/lib/Drupal/Core/TypedData/TypedDataInterface.php, line 121
Contains \Drupal\Core\TypedData\TypedDataInterface.

Class

TypedDataInterface
Interface for typed data objects.

Namespace

Drupal\Core\TypedData

Code

public function getPropertyPath();