You are here

gridstack.services.yml in GridStack 8

Same filename and directory in other branches
  1. 8.2 gridstack.services.yml

File

gridstack.services.yml
View source
  1. services:
  2. gridstack.manager:
  3. class: Drupal\gridstack\GridStackManager
  4. parent: blazy.manager.base
  5. gridstack.formatter:
  6. class: Drupal\gridstack\GridStackFormatter
  7. parent: blazy.formatter.manager
  8. gridstack.admin:
  9. class: Drupal\gridstack\Form\GridStackAdmin
  10. arguments: ['@blazy.admin.extended', '@gridstack.manager']