Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/TypedData/TypedDataInterface.php \Drupal\Core\TypedData\TypedDataInterface::getString()
  2. 9 core/lib/Drupal/Core/TypedData/TypedDataInterface.php \Drupal\Core\TypedData\TypedDataInterface::getString()

Returns a string representation of the data.

Return value

string The string representation of the data.

1 method overrides TypedDataInterface::getString()
TypedData::getString in core/lib/Drupal/Core/TypedData/TypedData.php
Returns a string representation of the data.

File

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

Class

TypedDataInterface
Interface for typed data objects.

Namespace

Drupal\Core\TypedData

Code

public function getString();