function FieldConfigBase::getLabel
Same name and namespace in other branches
- 9 core/lib/Drupal/Core/Field/FieldConfigBase.php \Drupal\Core\Field\FieldConfigBase::getLabel()
- 8.9.x core/lib/Drupal/Core/Field/FieldConfigBase.php \Drupal\Core\Field\FieldConfigBase::getLabel()
- 11.x core/lib/Drupal/Core/Field/FieldConfigBase.php \Drupal\Core\Field\FieldConfigBase::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/ Field/ FieldConfigBase.php, line 325
Class
- FieldConfigBase
- Base class for configurable field definitions.
Namespace
Drupal\Core\FieldCode
public function getLabel() {
return $this->label();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.