You are here

public function FormModeManagerInterface::setEntityHandlersPerFormModes in Form mode manager 8.2

Same name and namespace in other branches
  1. 8 src/FormModeManagerInterface.php \Drupal\form_mode_manager\FormModeManagerInterface::setEntityHandlersPerFormModes()

Set all entity handlers needed by form mode manager on entity type basis.

Parameters

\Drupal\Core\Entity\EntityTypeInterface $entity_definition: The entity type to alter.

1 method overrides FormModeManagerInterface::setEntityHandlersPerFormModes()
FormModeManager::setEntityHandlersPerFormModes in src/FormModeManager.php
Set all entity handlers needed by form mode manager on entity type basis.

File

src/FormModeManagerInterface.php, line 235

Class

FormModeManagerInterface
Interface FormModeManagerInterface.

Namespace

Drupal\form_mode_manager

Code

public function setEntityHandlersPerFormModes(EntityTypeInterface $entity_definition);