mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-16 15:08:54 +00:00
27 lines
884 B
YAML
27 lines
884 B
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
|
|
scope: prototype
|
|
tags:
|
|
- { name: installer.navigation }
|
|
|
|
installer.navigation.install_navigation:
|
|
class: phpbb\install\helper\navigation\install_navigation
|
|
arguments:
|
|
- @installer.helper.install_helper
|
|
scope: prototype
|
|
tags:
|
|
- { name: installer.navigation }
|
|
|