[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

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

   1  services:
   2      phpbb.installer.controller.welcome:
   3          class: phpbb\install\controller\installer_index
   4          arguments:
   5              - '@phpbb.installer.controller.helper'
   6              - '@language'
   7              - '@template'
   8              - '%core.root_path%'
   9  
  10      phpbb.installer.controller.helper:
  11          class: phpbb\install\controller\helper
  12          arguments:
  13              - '@installer.helper.config'
  14              - '@language'
  15              - '@language.helper.language_file'
  16              - '@installer.navigation.provider'
  17              - '@template'
  18              - '@path_helper'
  19              - '@request'
  20              - '@symfony_request'
  21              - '@router'
  22              - '%core.root_path%'
  23  
  24      phpbb.installer.controller.install:
  25          class: phpbb\install\controller\install
  26          arguments:
  27              - '@phpbb.installer.controller.helper'
  28              - '@installer.helper.iohandler_factory'
  29              - '@installer.navigation.provider'
  30              - '@language'
  31              - '@template'
  32              - '@request'
  33              - '@installer.installer.install'
  34              - '@installer.helper.install_helper'
  35  
  36      phpbb.installer.controller.update:
  37          class: phpbb\install\controller\update
  38          arguments:
  39              - '@phpbb.installer.controller.helper'
  40              - '@installer.installer.update'
  41              - '@installer.helper.install_helper'
  42              - '@installer.helper.iohandler_factory'
  43              - '@language'
  44              - '@installer.navigation.provider'
  45              - '@request'
  46              - '@template'
  47  
  48      phpbb.installer.controller.file_downloader:
  49          class: phpbb\install\controller\archive_download
  50          arguments:
  51              - '@installer.helper.config'
  52  
  53      phpbb.installer.controller.convert:
  54          class: phpbb\convert\controller\convertor
  55          arguments:
  56              - '@cache.driver'
  57              - '@installer.helper.container_factory'
  58              - '@installer.helper.database'
  59              - '@phpbb.installer.controller.helper'
  60              - '@installer.helper.install_helper'
  61              - '@installer.helper.iohandler_factory'
  62              - '@language'
  63              - '@installer.navigation.provider'
  64              - '@request'
  65              - '@template'
  66              - '%core.root_path%'
  67              - '%core.php_ext%'
  68  
  69      phpbb.installer.controller.status:
  70          class: phpbb\install\controller\timeout_check
  71          arguments:
  72              - '@phpbb.installer.controller.helper'
  73              - '%core.root_path%'


Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1