You are here

service form_mode.manager in Form mode manager 8

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

Class

Drupal\form_mode_manager\FormModeManager
8 string references to form_mode.manager
EntityFormModeBase::create in src/Controller/EntityFormModeBase.php
Instantiates a new instance of this class.
EntityTypeInfo::create in src/EntityTypeInfo.php
Instantiates a new instance of this class.
FormModeManagerBase::setUpFormMode in tests/src/Functional/FormModeManagerBase.php
Helper method to create all users needed for tests.
FormModeManagerForm::create in src/Form/FormModeManagerForm.php
Instantiates a new instance of this class.
FormModeManagerLinksForm::create in src/Form/FormModeManagerLinksForm.php
Instantiates a new instance of this class.

... 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'