You are here

service form_mode.manager in Form mode manager 8.2

Same name and namespace in other branches
  1. 8 form_mode_manager.services.yml \form_mode.manager

Class

Drupal\form_mode_manager\FormModeManager
12 string references to form_mode.manager
EntityTypeInfo::create in src/EntityTypeInfo.php
Instantiates a new instance of this class.
FormAlter::create in src/FormAlter.php
Instantiates a new instance of this class.
FormAlter::create in modules/form_mode_user_roles_assign/src/FormAlter.php
Instantiates a new instance of this class.
FormModeManagerBase::setUpFormMode in tests/src/Functional/FormModeManagerBase.php
Helper method to configure form display for given form_mode.
FormModeManagerContextualLinks::create in src/Plugin/Derivative/FormModeManagerContextualLinks.php
Creates a new class instance.

... See full list

File

./form_mode_manager.services.yml
form_mode_manager.services.yml

View source
  1. class: Drupal\form_mode_manager\FormModeManager
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@config.factory'
  5. - '@entity_display.repository'
  6. - '@entity_type.bundle.info'
  7. - '@plugin.manager.entity_routing_map'