varbase.services.yml in Varbase: The Ultimate Drupal CMS Starter Kit (Bootstrap Ready) 9.0.x
Same filename and directory in other branches
File
varbase.services.ymlView source
- services:
- varbase.form_helper:
- class: '\Drupal\varbase\Form\FormHelper'
- arguments:
- - '@element_info'
- varbase.config_bit:
- class: '\Drupal\varbase\Config\ConfigBit'
- arguments: ['@config.factory', '@config.manager', '@module_handler', '@database', '@plugin.cache_clearer']
- tags:
- - { name: 'event_subscriber' }
- varbase.definition_update_manager:
- class: '\Drupal\varbase\Entity\VarbaseEntityDefinitionUpdateManager'
- arguments: ['@class_resolver']