public function Entity::getPropertyPath

Implements \Drupal\Core\TypedData\TypedDataInterface::getPropertyPath().

Overrides TypedDataInterface::getPropertyPath

File

drupal/core/lib/Drupal/Core/Entity/Entity.php, line 506
Contains \Drupal\Core\Entity\Entity.

Class

Entity
Defines a base entity class.

Namespace

Drupal\Core\Entity

Code

public function getPropertyPath() {
  return '';
}