You are here

public function EntityTypeInterface::setLabelCallback in Drupal 8

Sets the label callback.

Parameters

callable $callback: A callable that returns the label of the entity.

Return value

$this

Deprecated

in drupal:8.0.0 and is removed from drupal:9.0.0. Override the EntityInterface::label() method instead for dynamic labels.

See also

\Drupal\Core\Entity\EntityInterface::label()

\Drupal\Core\Entity\EntityTypeInterface::getLabelCallback()

\Drupal\Core\Entity\EntityTypeInterface::hasLabelCallback()

1 method overrides EntityTypeInterface::setLabelCallback()
EntityType::setLabelCallback in core/lib/Drupal/Core/Entity/EntityType.php
Sets the label callback.

File

core/lib/Drupal/Core/Entity/EntityTypeInterface.php, line 522

Class

EntityTypeInterface
Provides an interface for an entity type and its metadata.

Namespace

Drupal\Core\Entity

Code

public function setLabelCallback($callback);