You are here

service formassembly.markup in FormAssembly 8

Class

Drupal\formassembly\ApiMarkup
2 string references to formassembly.markup
FormAssemblyEntityForm::create in src/Form/FormAssemblyEntityForm.php
Instantiates a new instance of this class.
FormAssemblyEntityViewBuilder::createInstance in src/Entity/FormAssemblyEntityViewBuilder.php
Instantiates a new instance of this entity handler.

File

./formassembly.services.yml
formassembly.services.yml

View source
  1. class: Drupal\formassembly\ApiMarkup
  2. arguments:
  3. - '@config.factory'
  4. - '@logger.channel.formassembly'
  5. - '@http_client'
  6. - '@formassembly.authorize'
  7. - '@module_handler'
  8. - '@token'
  9. - '@current_route_match'
  10. - '@current_user'