You are here

public function FieldConfigInterface::setLabel in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Field/FieldConfigInterface.php \Drupal\Core\Field\FieldConfigInterface::setLabel()

Sets the field definition label.

Parameters

string $label: The label to set.

Return value

$this

1 method overrides FieldConfigInterface::setLabel()
FieldConfigBase::setLabel in core/lib/Drupal/Core/Field/FieldConfigBase.php
Sets the field definition label.

File

core/lib/Drupal/Core/Field/FieldConfigInterface.php, line 27

Class

FieldConfigInterface
Defines an interface for configurable field definitions.

Namespace

Drupal\Core\Field

Code

public function setLabel($label);