public function TypedDataInterface::getString

Returns a string representation of the data.

Return value

string

1 method overrides TypedDataInterface::getString()
TypedData::getString in drupal/core/lib/Drupal/Core/TypedData/Type/TypedData.php
Implements TypedDataInterface::getString().

File

drupal/core/lib/Drupal/Core/TypedData/TypedDataInterface.php, line 57
Definition of Drupal\Core\TypedData\TypedDataInterface.

Class

TypedDataInterface
Interface for typed data objects.

Namespace

Drupal\Core\TypedData

Code

public function getString();