You are here

public function EntityRoutingMapBase::label in Form mode manager 8.2

Same name and namespace in other branches
  1. 8 src/EntityRoutingMapBase.php \Drupal\form_mode_manager\EntityRoutingMapBase::label()

Returns the display label.

Return value

string The display label.

Overrides EntityRoutingMapInterface::label

File

src/EntityRoutingMapBase.php, line 217

Class

EntityRoutingMapBase
Base class for form mode manager entity routing plugin.

Namespace

Drupal\form_mode_manager

Code

public function label() {
  return $this->label;
}