mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-02 12:34:59 +02:00
43 lines
1.4 KiB
YAML
43 lines
1.4 KiB
YAML
services:
|
|
installer.navigation.provider:
|
|
class: phpbb\install\helper\navigation\navigation_provider
|
|
arguments:
|
|
- '@installer.navigation.service_collection'
|
|
|
|
installer.navigation.service_collection:
|
|
class: phpbb\di\service_collection
|
|
arguments:
|
|
- '@service_container'
|
|
tags:
|
|
- { name: service_collection, tag: installer.navigation }
|
|
|
|
installer.navigation.main_navigation:
|
|
class: phpbb\install\helper\navigation\main_navigation
|
|
shared: false
|
|
tags:
|
|
- { name: installer.navigation }
|
|
|
|
installer.navigation.install_navigation:
|
|
class: phpbb\install\helper\navigation\install_navigation
|
|
arguments:
|
|
- '@installer.helper.install_helper'
|
|
shared: false
|
|
tags:
|
|
- { name: installer.navigation }
|
|
|
|
installer.navigation.update_navigation:
|
|
class: phpbb\install\helper\navigation\update_navigation
|
|
arguments:
|
|
- '@installer.helper.install_helper'
|
|
shared: false
|
|
tags:
|
|
- { name: installer.navigation }
|
|
|
|
installer.navigation.convertor_navigation:
|
|
class: phpbb\install\helper\navigation\convertor_navigation
|
|
arguments:
|
|
- '@installer.helper.install_helper'
|
|
shared: false
|
|
tags:
|
|
- { name: installer.navigation }
|