[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/config/installer/container/ -> services_install_navigation.yml (source)

   1  services:
   2      installer.navigation.provider:
   3          class: phpbb\install\helper\navigation\navigation_provider
   4          arguments:
   5              - '@installer.navigation.service_collection'
   6  
   7      installer.navigation.service_collection:
   8              class: phpbb\di\service_collection
   9              arguments:
  10                  - '@service_container'
  11              tags:
  12                  - { name: service_collection, tag: installer.navigation }
  13  
  14      installer.navigation.main_navigation:
  15          class: phpbb\install\helper\navigation\main_navigation
  16          shared: false
  17          tags:
  18              - { name: installer.navigation }
  19  
  20      installer.navigation.install_navigation:
  21          class: phpbb\install\helper\navigation\install_navigation
  22          arguments:
  23              - '@installer.helper.install_helper'
  24          shared: false
  25          tags:
  26              - { name: installer.navigation }
  27  
  28      installer.navigation.update_navigation:
  29          class: phpbb\install\helper\navigation\update_navigation
  30          arguments:
  31              - '@installer.helper.install_helper'
  32          shared: false
  33          tags:
  34              - { name: installer.navigation }
  35  
  36      installer.navigation.convertor_navigation:
  37          class: phpbb\install\helper\navigation\convertor_navigation
  38          arguments:
  39              - '@installer.helper.install_helper'
  40          shared: false
  41          tags:
  42              - { name: installer.navigation }


Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1