public function EntityRoutingMapBase::getEditFormClass in Form mode manager 8.2
Same name and namespace in other branches
- 8 src/EntityRoutingMapBase.php \Drupal\form_mode_manager\EntityRoutingMapBase::getEditFormClass()
Get the edit form class Definition.
Return value
string The name of entity default form class.
Overrides EntityRoutingMapInterface::getEditFormClass
File
- src/
EntityRoutingMapBase.php, line 127
Class
- EntityRoutingMapBase
- Base class for form mode manager entity routing plugin.
Namespace
Drupal\form_mode_managerCode
public function getEditFormClass() {
return $this->editFormClass;
}