function FieldStorageConfig::getLabel
Returns the human-readable label for the field.
Return value
string The field label.
Overrides FieldStorageDefinitionInterface::getLabel
File
- 
              core/
modules/ field/ src/ Entity/ FieldStorageConfig.php, line 617  
Class
- FieldStorageConfig
 - Defines the Field storage configuration entity.
 
Namespace
Drupal\field\EntityCode
public function getLabel() {
  return $this->label();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.