You are here

public function EntityRoutingMapInterface::getEditFormClass in Form mode manager 8

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

Get the edit form class Definition.

Return value

string The name of entity default form class.

1 method overrides EntityRoutingMapInterface::getEditFormClass()
EntityRoutingMapBase::getEditFormClass in src/EntityRoutingMapBase.php
Get the edit form class Definition.

File

src/EntityRoutingMapInterface.php, line 69

Class

EntityRoutingMapInterface
EntityRoutingMapInterface interface class.

Namespace

Drupal\form_mode_manager

Code

public function getEditFormClass();