FieldStorageConfig::getLabel

public 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 615

Class

FieldStorageConfig
Defines the Field storage configuration entity.

Namespace

Drupal\field\Entity

Code

public function getLabel() {
  return $this->label();
}
doc_Drupal
2016-10-29 09:12:18
Comments
Leave a Comment

Please login to continue.