You are here

public function FieldStorageDefinitionInterface::getLabel in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php \Drupal\Core\Field\FieldStorageDefinitionInterface::getLabel()
  2. 10 core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php \Drupal\Core\Field\FieldStorageDefinitionInterface::getLabel()

Returns the human-readable label for the field.

Return value

string The field label.

1 method overrides FieldStorageDefinitionInterface::getLabel()
FieldStorageConfig::getLabel in core/modules/field/src/Entity/FieldStorageConfig.php
Returns the human-readable label for the field.

File

core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php, line 131

Class

FieldStorageDefinitionInterface
Defines an interface for entity field storage definitions.

Namespace

Drupal\Core\Field

Code

public function getLabel();