You are here

public function AutoEntityLabelManagerInterface::setLabel in Automatic Entity Label 8.2

Same name and namespace in other branches
  1. 8.3 src/AutoEntityLabelManagerInterface.php \Drupal\auto_entitylabel\AutoEntityLabelManagerInterface::setLabel()
  2. 8 src/AutoEntityLabelManagerInterface.php \Drupal\auto_entitylabel\AutoEntityLabelManagerInterface::setLabel()

Sets the automatically generated entity label.

Return value

string The applied label. The entity is updated with this label.

1 method overrides AutoEntityLabelManagerInterface::setLabel()
AutoEntityLabelManager::setLabel in src/AutoEntityLabelManager.php
Sets the automatically generated entity label.

File

src/AutoEntityLabelManagerInterface.php, line 16

Class

AutoEntityLabelManagerInterface
Provides an interface for AutoEntityLabelManager.

Namespace

Drupal\auto_entitylabel

Code

public function setLabel();