You are here

protected property FormModesSubscriber::$formModeManager in Form mode manager 8.2

Same name and namespace in other branches
  1. 8 src/Routing/EventSubscriber/FormModesSubscriber.php \Drupal\form_mode_manager\Routing\EventSubscriber\FormModesSubscriber::formModeManager

The entity Form Mode manager service.

Type: \Drupal\form_mode_manager\FormModeManagerInterface

File

src/Routing/EventSubscriber/FormModesSubscriber.php, line 76

Class

FormModesSubscriber
Listens to the dynamic route event and add routes using form modes.

Namespace

Drupal\form_mode_manager\Routing\EventSubscriber

Code

protected $formModeManager;