[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

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

   1  services:
   2      installer.requirements.check_filesystem:
   3          class: phpbb\install\module\requirements\task\check_filesystem
   4          arguments:
   5              - '@filesystem'
   6              - '@installer.helper.iohandler'
   7              - '%core.root_path%'
   8              - '%core.php_ext%'
   9          tags:
  10              - { name: installer_requirements, order: 10 }
  11  
  12      installer.requirements.check_server_environment:
  13          class: phpbb\install\module\requirements\task\check_server_environment
  14          arguments:
  15              - '@installer.helper.database'
  16              - '@installer.helper.iohandler'
  17          tags:
  18              - { name: installer_requirements, order: 20 }
  19              - { name: update_requirements, order: 20 }
  20  
  21      installer.module.install_requirements_collection:
  22          class: phpbb\di\ordered_service_collection
  23          arguments:
  24              - '@service_container'
  25          tags:
  26              - { name: service_collection, tag: installer_requirements, class_name_aware: true }
  27  
  28  # Please note, that the name of this module is hard coded in the installer service
  29      installer.module.requirements_install:
  30          class: phpbb\install\module\requirements\install_module
  31          parent: installer.module_base
  32          arguments:
  33              - '@installer.module.install_requirements_collection'
  34              - true
  35              - false
  36          tags:
  37              - { name: installer_install_module, order: 10 }


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