public function EntityRoutingMapInterface::label in Form mode manager 8.2
Same name and namespace in other branches
- 8 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 20
Class
- EntityRoutingMapInterface
- EntityRoutingMapInterface interface class.
Namespace
Drupal\form_mode_managerCode
public function label();