[ Index ]

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


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