[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

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

   1  services:
   2      installer.install_filesystem.create_config_file:
   3          class: phpbb\install\module\install_filesystem\task\create_config_file
   4          arguments:
   5              - '@filesystem'
   6              - '@installer.helper.config'
   7              - '@installer.helper.database'
   8              - '@installer.helper.iohandler'
   9              - '%core.root_path%'
  10              - '%core.php_ext%'
  11              - '%installer.create_config_file.options%'
  12          tags:
  13              - { name: install_filesystem_install, order: 10 }
  14  
  15      installer.module.install_filesystem_collection:
  16          class: phpbb\di\ordered_service_collection
  17          arguments:
  18              - '@service_container'
  19          tags:
  20              - { name: service_collection, tag: install_filesystem_install, class_name_aware: true }
  21  
  22      installer.module.filesystem_install:
  23          class: phpbb\install\module\install_filesystem\module
  24          parent: installer.module_base
  25          arguments:
  26              - '@installer.module.install_filesystem_collection'
  27          tags:
  28              - { name: installer_install_module, order: 30 }


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