varbase.services.yml in Varbase: The Ultimate Drupal CMS Starter Kit (Bootstrap Ready) 8.6
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:
- - '@element_info'
- varbase.definition_update_manager:
- class: '\Drupal\varbase\Entity\VarbaseEntityDefinitionUpdateManager'
- arguments: ['@class_resolver', '@entity.definition_update_manager']
Services
Name | Description |
---|---|
varbase.config_bit | \Drupal\varbase\Config\ConfigBit |
varbase.definition_update_manager | \Drupal\varbase\Entity\VarbaseEntityDefinitionUpdateManager |
varbase.form_helper | \Drupal\varbase\Form\FormHelper |