You are here

varbase.services.yml in Varbase: The Ultimate Drupal CMS Starter Kit (Bootstrap Ready) 8.8

File

varbase.services.yml
View source
  1. services:
  2. varbase.form_helper:
  3. class: '\Drupal\varbase\Form\FormHelper'
  4. arguments:
  5. - '@element_info'
  6. varbase.config_bit:
  7. class: '\Drupal\varbase\Config\ConfigBit'
  8. arguments: ['@config.factory', '@config.manager', '@module_handler', '@database', '@plugin.cache_clearer']
  9. tags:
  10. - { name: 'event_subscriber' }
  11. varbase.definition_update_manager:
  12. class: '\Drupal\varbase\Entity\VarbaseEntityDefinitionUpdateManager'
  13. arguments: ['@class_resolver', '@entity.definition_update_manager']