public function EntityRoutingMapBase::label in Form mode manager 8
Same name and namespace in other branches
- 8.2 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 167
Class
- EntityRoutingMapBase
- Base class for form mode manager entity routing plugin.
Namespace
Drupal\form_mode_managerCode
public function label() {
return $this->label;
}