1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/13740] Fix itteration problems, implement class name aware collections

PHPBB3-13740
This commit is contained in:
Mate Bartus
2015-07-09 19:08:28 +02:00
parent b284e31a9e
commit e967f3c1a8
12 changed files with 88 additions and 83 deletions

View File

@@ -33,7 +33,7 @@ services:
arguments:
- @service_container
tags:
- { name: service_collection, tag: install_data_install }
- { name: service_collection, tag: install_data_install, class_name_aware: true }
installer.module.data_install:
class: phpbb\install\module\install_data\module

View File

@@ -40,7 +40,7 @@ services:
arguments:
- @service_container
tags:
- { name: service_collection, tag: install_database_install }
- { name: service_collection, tag: install_database_install, class_name_aware: true }
installer.module.database_install:
class: phpbb\install\module\install_database\module

View File

@@ -16,7 +16,7 @@ services:
arguments:
- @service_container
tags:
- { name: service_collection, tag: install_filesystem_install }
- { name: service_collection, tag: install_filesystem_install, class_name_aware: true }
installer.module.filesystem_install:
class: phpbb\install\module\install_filesystem\module

View File

@@ -22,7 +22,7 @@ services:
arguments:
- @service_container
tags:
- { name: service_collection, tag: install_finish }
- { name: service_collection, tag: install_finish, class_name_aware: true }
installer.module.finish_install:
class: phpbb\install\module\install_filesystem\module

View File

@@ -53,7 +53,7 @@ services:
arguments:
- @service_container
tags:
- { name: service_collection, tag: install_obtain_data }
- { name: service_collection, tag: install_obtain_data, class_name_aware: true }
installer.module.obtain_data_install:
class: phpbb\install\module\obtain_data\module

View File

@@ -22,7 +22,7 @@ services:
arguments:
- @service_container
tags:
- { name: service_collection, tag: installer_requirements }
- { name: service_collection, tag: installer_requirements, class_name_aware: true }
# Please note, that the name of this module is hard coded in the installer service
installer.module.requirements_install: