You are here

public function EntityRoutingMapInterface::getEditFormClass in Form mode manager 8.2

Same name and namespace in other branches
  1. 8 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 94

Class

EntityRoutingMapInterface
EntityRoutingMapInterface interface class.

Namespace

Drupal\form_mode_manager

Code

public function getEditFormClass();