function ListDataDefinition::getItemDefinition
Gets the data definition of an item of the list.
Return value
\Drupal\Core\TypedData\DataDefinitionInterface A data definition describing the list items.
Overrides ListDataDefinitionInterface::getItemDefinition
File
-
core/
lib/ Drupal/ Core/ TypedData/ ListDataDefinition.php, line 92
Class
- ListDataDefinition
- A typed data definition class for defining lists.
Namespace
Drupal\Core\TypedDataCode
public function getItemDefinition() {
return $this->itemDefinition;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.