function 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\Field

Code

public function getLabel() {
  return $this->label();
}

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