[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Summary view] [Print] [Text view]
1 services: 2 installer.install_finish.populate_migrations: 3 class: phpbb\install\module\install_finish\task\populate_migrations 4 arguments: 5 - '@installer.helper.config' 6 - '@installer.helper.container_factory' 7 tags: 8 - { name: install_finish, order: 10 } 9 10 installer.install_finish.install_extensions: 11 class: phpbb\install\module\install_finish\task\install_extensions 12 arguments: 13 - '@installer.helper.container_factory' 14 - '@installer.helper.config' 15 - '@installer.helper.iohandler' 16 - '%core.root_path%' 17 tags: 18 - { name: install_finish, order: 20 } 19 20 installer.install_finish.notify_user: 21 class: phpbb\install\module\install_finish\task\notify_user 22 arguments: 23 - '@installer.helper.container_factory' 24 - '@installer.helper.config' 25 - '@installer.helper.iohandler' 26 - '%core.root_path%' 27 - '%core.php_ext%' 28 tags: 29 - { name: install_finish, order: 30 } 30 31 installer.module.install_finish_collection: 32 class: phpbb\di\ordered_service_collection 33 arguments: 34 - '@service_container' 35 tags: 36 - { name: service_collection, tag: install_finish, class_name_aware: true } 37 38 installer.module.finish_install: 39 class: phpbb\install\module\install_finish\module 40 parent: installer.module_base 41 arguments: 42 - '@installer.module.install_finish_collection' 43 tags: 44 - { name: installer_install_module, order: 60 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |