1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-19 06:51:33 +02:00

[ticket/15044] Add module task for creating search index during install

PHPBB3-15044
This commit is contained in:
Marc Alexander
2017-01-24 21:47:20 +01:00
parent 3c30cbd39e
commit a03047da5b
3 changed files with 148 additions and 3 deletions

View File

@@ -29,6 +29,16 @@ services:
tags:
- { name: install_data_install, order: 30 }
installer.install_data.create_search_index:
class: phpbb\install\module\install_data\task\create_search_index
arguments:
- '@config'
- '@installer.helper.container_factory'
- '%core.root_path%'
- '%core.php_ext%'
tags:
- { name: install_data_install, order: 40 }
installer.module.data_install_collection:
class: phpbb\di\ordered_service_collection
arguments: