[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

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

   1  services:
   2      installer.install_data.add_bots:
   3          class: phpbb\install\module\install_data\task\add_bots
   4          arguments:
   5              - '@installer.helper.config'
   6              - '@installer.helper.iohandler'
   7              - '@installer.helper.container_factory'
   8              - '@language'
   9              - '%core.root_path%'
  10              - '%core.php_ext%'
  11          tags:
  12              - { name: install_data_install, order: 20 }
  13  
  14      installer.install_data.add_languages:
  15          class: phpbb\install\module\install_data\task\add_languages
  16          arguments:
  17              - '@installer.helper.iohandler'
  18              - '@installer.helper.container_factory'
  19              - '@language.helper.language_file'
  20          tags:
  21              - { name: install_data_install, order: 10 }
  22  
  23      installer.install_data.add_modules:
  24          class: phpbb\install\module\install_data\task\add_modules
  25          arguments:
  26              - '@installer.helper.config'
  27              - '@installer.helper.iohandler'
  28              - '@installer.helper.container_factory'
  29          tags:
  30              - { name: install_data_install, order: 30 }
  31  
  32      installer.install_data.create_search_index:
  33          class: phpbb\install\module\install_data\task\create_search_index
  34          arguments:
  35              - '@config'
  36              - '@installer.helper.container_factory'
  37              - '%core.root_path%'
  38              - '%core.php_ext%'
  39          tags:
  40              - { name: install_data_install, order: 40 }
  41  
  42      installer.module.data_install_collection:
  43          class: phpbb\di\ordered_service_collection
  44          arguments:
  45              - '@service_container'
  46          tags:
  47              - { name: service_collection, tag: install_data_install, class_name_aware: true }
  48  
  49      installer.module.data_install:
  50          class: phpbb\install\module\install_data\module
  51          parent: installer.module_base
  52          arguments:
  53              - '@installer.module.data_install_collection'
  54          tags:
  55              - { name: installer_install_module, order: 50 }


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