You are here

public function EntityRoutingMapInterface::label in Form mode manager 8

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

Returns the display label.

Return value

string The display label.

1 method overrides EntityRoutingMapInterface::label()
EntityRoutingMapBase::label in src/EntityRoutingMapBase.php
Returns the display label.

File

src/EntityRoutingMapInterface.php, line 19

Class

EntityRoutingMapInterface
EntityRoutingMapInterface interface class.

Namespace

Drupal\form_mode_manager

Code

public function label();