function DataDefinition::getLabel
Same name and namespace in other branches
- 8.9.x core/lib/Drupal/Core/TypedData/DataDefinition.php \Drupal\Core\TypedData\DataDefinition::getLabel()
- 10 core/lib/Drupal/Core/TypedData/DataDefinition.php \Drupal\Core\TypedData\DataDefinition::getLabel()
- 11.x core/lib/Drupal/Core/TypedData/DataDefinition.php \Drupal\Core\TypedData\DataDefinition::getLabel()
Returns a human readable label.
Return value
string|\Drupal\Core\StringTranslation\TranslatableMarkup|null The label. A string or an instance of TranslatableMarkup will be returned based on the way the label translation is handled. NULL if no label is available.
Overrides DataDefinitionInterface::getLabel
File
-
core/
lib/ Drupal/ Core/ TypedData/ DataDefinition.php, line 74
Class
- DataDefinition
- A typed data definition class for defining data based on defined data types.
Namespace
Drupal\Core\TypedDataCode
public function getLabel() {
return $this->definition['label'] ?? NULL;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.