You are here

service flexiform.manager in Flexiform 8

Class

Drupal\flexiform\FlexiformManager
2 string references to flexiform.manager
EntityForm::create in src/Plugin/Block/EntityForm.php
Creates an instance of the plugin.
FlexiformController::create in src/Controller/FlexiformController.php
Instantiates a new instance of this class.

File

./flexiform.services.yml
flexiform.services.yml

View source
  1. class: Drupal\flexiform\FlexiformManager
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@class_resolver'
  5. - '@string_translation'
  6. - '@module_handler'