public function FormModeManagerInterface::getFormModeManagerPath in Form mode manager 8.2
Same name and namespace in other branches
- 8 src/FormModeManagerInterface.php \Drupal\form_mode_manager\FormModeManagerInterface::getFormModeManagerPath()
Gets the path of specified entity type for a form mode.
Parameters
\Drupal\Core\Entity\EntityTypeInterface $entity_type: The entity type.
string $form_mode_id: The form mode machine name.
Return value
string The path to use the specified form mode.
1 method overrides FormModeManagerInterface::getFormModeManagerPath()
- FormModeManager::getFormModeManagerPath in src/
FormModeManager.php - Gets the path of specified entity type for a form mode.
File
- src/
FormModeManagerInterface.php, line 44
Class
- FormModeManagerInterface
- Interface FormModeManagerInterface.
Namespace
Drupal\form_mode_managerCode
public function getFormModeManagerPath(EntityTypeInterface $entity_type, $form_mode_id);