function TypedDataInterface::getValue
Same name in other branches
- 9 core/lib/Drupal/Core/TypedData/TypedDataInterface.php \Drupal\Core\TypedData\TypedDataInterface::getValue()
- 10 core/lib/Drupal/Core/TypedData/TypedDataInterface.php \Drupal\Core\TypedData\TypedDataInterface::getValue()
- 11.x core/lib/Drupal/Core/TypedData/TypedDataInterface.php \Drupal\Core\TypedData\TypedDataInterface::getValue()
Gets the data value.
Return value
mixed The data value.
1 method overrides TypedDataInterface::getValue()
- TypedData::getValue in core/
lib/ Drupal/ Core/ TypedData/ TypedData.php - Gets the data value.
File
-
core/
lib/ Drupal/ Core/ TypedData/ TypedDataInterface.php, line 48
Class
- TypedDataInterface
- Interface for typed data objects.
Namespace
Drupal\Core\TypedDataCode
public function getValue();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.