function TypedDataInterface::getString
Same name in other branches
- 9 core/lib/Drupal/Core/TypedData/TypedDataInterface.php \Drupal\Core\TypedData\TypedDataInterface::getString()
- 10 core/lib/Drupal/Core/TypedData/TypedDataInterface.php \Drupal\Core\TypedData\TypedDataInterface::getString()
- 11.x 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\TypedDataCode
public function getString();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.