function TypedData::getDataDefinition
Same name in other branches
- 9 core/lib/Drupal/Core/TypedData/TypedData.php \Drupal\Core\TypedData\TypedData::getDataDefinition()
- 8.9.x core/lib/Drupal/Core/TypedData/TypedData.php \Drupal\Core\TypedData\TypedData::getDataDefinition()
- 10 core/lib/Drupal/Core/TypedData/TypedData.php \Drupal\Core\TypedData\TypedData::getDataDefinition()
Overrides TypedDataInterface::getDataDefinition
1 call to TypedData::getDataDefinition()
- Mapping::getDefinedKeys in core/
lib/ Drupal/ Core/ Config/ Schema/ Mapping.php - Gets the keys defined for this mapping (locally defined + inherited).
File
-
core/
lib/ Drupal/ Core/ TypedData/ TypedData.php, line 87
Class
- TypedData
- The abstract base class for typed data.
Namespace
Drupal\Core\TypedDataCode
public function getDataDefinition() {
return $this->definition;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.