You are here

public function TypedDataInterface::getString in Zircon Profile 8

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

Returns a string representation of the data.

Return value

string

2 methods override TypedDataInterface::getString()
TestComplexData::getString in core/modules/serialization/tests/src/Unit/Normalizer/ComplexDataNormalizerTest.php
Returns a string representation of the data.
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 79
Contains \Drupal\Core\TypedData\TypedDataInterface.

Class

TypedDataInterface
Interface for typed data objects.

Namespace

Drupal\Core\TypedData

Code

public function getString();