public function Entity::getString

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

Overrides TypedDataInterface::getString

File

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

Class

Entity
Defines a base entity class.

Namespace

Drupal\Core\Entity

Code

public function getString() {

  // @todo: Implement by making entities proper typed data. See
  // http://drupal.org/node/1868004.
}