function 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 
- #[ActionMethod(adminLabel: new TranslatableMarkup('Set field label'), pluralize: FALSE)]
File
- 
              core/lib/ Drupal/ Core/ Field/ FieldConfigInterface.php, line 27 
Class
- FieldConfigInterface
- Defines an interface for configurable field definitions.
Namespace
Drupal\Core\FieldCode
public function setLabel($label);Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
