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
1 2 3 | public function getLabel() { return $this ->label(); } |
Please login to continue.