[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

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

   1  services:
   2      installer.requirements.check_filesystem_update:
   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              - false
  10          tags:
  11              - { name: update_requirements, order: 10 }
  12  
  13      installer.requirements.update_requirements:
  14          class: phpbb\install\module\requirements\task\check_update
  15          arguments:
  16              - '@installer.helper.container_factory'
  17              - '@filesystem'
  18              - '@installer.helper.config'
  19              - '@installer.helper.iohandler'
  20              - '@installer.helper.update_helper'
  21              - '%core.root_path%'
  22              - '%core.php_ext%'
  23          tags:
  24              - { name: update_requirements, order: 30 }
  25  
  26      installer.module.update_requirements_collection:
  27          class: phpbb\di\ordered_service_collection
  28          arguments:
  29              - '@service_container'
  30          tags:
  31              - { name: service_collection, tag: update_requirements, class_name_aware: true }
  32  
  33      installer.module.requirements_update:
  34          class: phpbb\install\module\requirements\update_module
  35          parent: installer.module_base
  36          arguments:
  37              - '@installer.module.update_requirements_collection'
  38              - true
  39              - false
  40          tags:
  41              - { name: installer_update_module, order: 10 }


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