function TypedData::getParent
Same name in other branches
- 9 core/lib/Drupal/Core/TypedData/TypedData.php \Drupal\Core\TypedData\TypedData::getParent()
- 8.9.x core/lib/Drupal/Core/TypedData/TypedData.php \Drupal\Core\TypedData\TypedData::getParent()
- 11.x core/lib/Drupal/Core/TypedData/TypedData.php \Drupal\Core\TypedData\TypedData::getParent()
Overrides TypedDataInterface::getParent
3 calls to TypedData::getParent()
- ComputedString::getValue in core/
modules/ system/ tests/ modules/ entity_test/ src/ TypedData/ ComputedString.php - Gets the data value.
- DateTimeComputed::getValue in core/
modules/ datetime/ src/ DateTimeComputed.php - Gets the data value.
- TextProcessed::getValue in core/
modules/ text/ src/ TextProcessed.php - Gets the data value.
File
-
core/
lib/ Drupal/ Core/ TypedData/ TypedData.php, line 195
Class
- TypedData
- The abstract base class for typed data.
Namespace
Drupal\Core\TypedDataCode
public function getParent() {
return $this->parent;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.