function TypedData::getDataDefinition

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/TypedData/TypedData.php \Drupal\Core\TypedData\TypedData::getDataDefinition()
  2. 8.9.x core/lib/Drupal/Core/TypedData/TypedData.php \Drupal\Core\TypedData\TypedData::getDataDefinition()
  3. 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\TypedData

Code

public function getDataDefinition() {
    return $this->definition;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.