Verzeichnisstruktur phpBB-3.2.0
- Veröffentlicht
- 06.01.2017
So funktioniert es
|
Auf das letzte Element klicken. Dies geht jeweils ein Schritt zurück |
Auf das Icon klicken, dies öffnet das Verzeichnis. Nochmal klicken schließt das Verzeichnis. |
|
(Beispiel Datei-Icons)
|
Auf das Icon klicken um den Quellcode anzuzeigen |
services_install_filesystem.yml
01 services:
02 installer.install_filesystem.create_config_file:
03 class: phpbb\install\module\install_filesystem\task\create_config_file
04 arguments:
05 - '@filesystem'
06 - '@installer.helper.config'
07 - '@installer.helper.database'
08 - '@installer.helper.iohandler'
09 - '%core.root_path%'
10 - '%core.php_ext%'
11 - '%installer.create_config_file.options%'
12 tags:
13 - { name: install_filesystem_install, order: 10 }
14
15 installer.module.install_filesystem_collection:
16 class: phpbb\di\ordered_service_collection
17 arguments:
18 - '@service_container'
19 tags:
20 - { name: service_collection, tag: install_filesystem_install, class_name_aware: true }
21
22 installer.module.filesystem_install:
23 class: phpbb\install\module\install_filesystem\module
24 parent: installer.module_base
25 arguments:
26 - '@installer.module.install_filesystem_collection'
27 tags:
28 - { name: installer_install_module, order: 30 }
29