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.
Auf den Verzeichnisnamen klicken, dies zeigt nur das Verzeichnis mit Inhalt an

(Beispiel Datei-Icons)

Auf das Icon klicken um den Quellcode anzuzeigen

services_cron.yml

Zuletzt modifiziert: 09.10.2024, 12:54 - Dateigröße: 6.33 KiB


001  services:
002      cron.manager:
003          class: phpbb\cron\manager
004          arguments:
005              - '@cron.task_collection'
006              - '%core.root_path%'
007              - '%core.php_ext%'
008   
009      cron.lock_db:
010          class: phpbb\lock\db
011          arguments:
012              - cron_lock
013              - '@config'
014              - '@dbal.conn'
015   
016  # ----- Cron tasks -----
017      cron.task_collection:
018          class: phpbb\di\service_collection
019          arguments:
020              - '@service_container'
021          tags:
022              - { name: service_collection, tag: cron.task }
023   
024      cron.task.core.prune_all_forums:
025          class: phpbb\cron\task\core\prune_all_forums
026          arguments:
027              - '%core.root_path%'
028              - '%core.php_ext%'
029              - '@config'
030              - '@dbal.conn'
031          calls:
032              - [set_name, [cron.task.core.prune_all_forums]]
033          tags:
034              - { name: cron.task }
035   
036      cron.task.core.prune_forum:
037          class: phpbb\cron\task\core\prune_forum
038          arguments:
039              - '%core.root_path%'
040              - '%core.php_ext%'
041              - '@config'
042              - '@dbal.conn'
043          calls:
044              - [set_name, [cron.task.core.prune_forum]]
045          tags:
046              - { name: cron.task }
047   
048      cron.task.core.prune_shadow_topics:
049          class: phpbb\cron\task\core\prune_shadow_topics
050          arguments:
051              - '%core.root_path%'
052              - '%core.php_ext%'
053              - '@config'
054              - '@dbal.conn'
055              - '@log'
056              - '@user'
057          calls:
058              - [set_name, [cron.task.core.prune_shadow_topics]]
059          tags:
060              - { name: cron.task }
061   
062      cron.task.core.prune_notifications:
063          class: phpbb\cron\task\core\prune_notifications
064          arguments:
065              - '@config'
066              - '@notification_manager'
067          calls:
068              - [set_name, [cron.task.core.prune_notifications]]
069          tags:
070              - { name: cron.task }
071   
072      cron.task.core.queue:
073          class: phpbb\cron\task\core\queue
074          arguments:
075              - '%core.root_path%'
076              - '%core.php_ext%'
077              - '@config'
078              - '%core.cache_dir%'
079          calls:
080              - [set_name, [cron.task.core.queue]]
081          tags:
082              - { name: cron.task }
083   
084      cron.task.core.tidy_cache:
085          class: phpbb\cron\task\core\tidy_cache
086          arguments:
087              - '@config'
088              - '@cache.driver'
089          calls:
090              - [set_name, [cron.task.core.tidy_cache]]
091          tags:
092              - { name: cron.task }
093   
094      cron.task.core.tidy_database:
095          class: phpbb\cron\task\core\tidy_database
096          arguments:
097              - '%core.root_path%'
098              - '%core.php_ext%'
099              - '@config'
100          calls:
101              - [set_name, [cron.task.core.tidy_database]]
102          tags:
103              - { name: cron.task }
104   
105      cron.task.core.tidy_plupload:
106          class: phpbb\cron\task\core\tidy_plupload
107          arguments:
108              - '%core.root_path%'
109              - '@config'
110              - '@log'
111              - '@user'
112          calls:
113              - [set_name, [cron.task.core.tidy_plupload]]
114          tags:
115              - { name: cron.task }
116   
117      cron.task.core.tidy_search:
118          class: phpbb\cron\task\core\tidy_search
119          arguments:
120              - '%core.root_path%'
121              - '%core.php_ext%'
122              - '@auth'
123              - '@config'
124              - '@dbal.conn'
125              - '@user'
126              - '@dispatcher'
127          calls:
128              - [set_name, [cron.task.core.tidy_search]]
129          tags:
130              - { name: cron.task }
131   
132      cron.task.core.tidy_sessions:
133          class: phpbb\cron\task\core\tidy_sessions
134          arguments:
135              - '@config'
136              - '@user'
137          calls:
138              - [set_name, [cron.task.core.tidy_sessions]]
139          tags:
140              - { name: cron.task }
141   
142      cron.task.core.tidy_warnings:
143          class: phpbb\cron\task\core\tidy_warnings
144          arguments:
145              - '%core.root_path%'
146              - '%core.php_ext%'
147              - '@config'
148          calls:
149              - [set_name, [cron.task.core.tidy_warnings]]
150          tags:
151              - { name: cron.task }
152   
153      cron.task.text_reparser.pm_text:
154          class: phpbb\cron\task\text_reparser\reparser
155          arguments:
156              - '@config'
157              - '@config_text'
158              - '@text_reparser.lock'
159              - '@text_reparser.manager'
160              - '@text_reparser_collection'
161          calls:
162              - [set_name, [cron.task.text_reparser.pm_text]]
163              - [set_reparser, [text_reparser.pm_text]]
164          tags:
165              - { name: cron.task }
166   
167      cron.task.text_reparser.poll_option:
168          class: phpbb\cron\task\text_reparser\reparser
169          arguments:
170              - '@config'
171              - '@config_text'
172              - '@text_reparser.lock'
173              - '@text_reparser.manager'
174              - '@text_reparser_collection'
175          calls:
176              - [set_name, [cron.task.text_reparser.poll_option]]
177              - [set_reparser, [text_reparser.poll_option]]
178          tags:
179              - { name: cron.task }
180   
181      cron.task.text_reparser.poll_title:
182          class: phpbb\cron\task\text_reparser\reparser
183          arguments:
184              - '@config'
185              - '@config_text'
186              - '@text_reparser.lock'
187              - '@text_reparser.manager'
188              - '@text_reparser_collection'
189          calls:
190              - [set_name, [cron.task.text_reparser.poll_title]]
191              - [set_reparser, [text_reparser.poll_title]]
192          tags:
193              - { name: cron.task }
194   
195      cron.task.text_reparser.post_text:
196          class: phpbb\cron\task\text_reparser\reparser
197          arguments:
198              - '@config'
199              - '@config_text'
200              - '@text_reparser.lock'
201              - '@text_reparser.manager'
202              - '@text_reparser_collection'
203          calls:
204              - [set_name, [cron.task.text_reparser.post_text]]
205              - [set_reparser, [text_reparser.post_text]]
206          tags:
207              - { name: cron.task }
208   
209      cron.task.text_reparser.user_signature:
210          class: phpbb\cron\task\text_reparser\reparser
211          arguments:
212              - '@config'
213              - '@config_text'
214              - '@text_reparser.lock'
215              - '@text_reparser.manager'
216              - '@text_reparser_collection'
217          calls:
218              - [set_name, [cron.task.text_reparser.user_signature]]
219              - [set_reparser, [text_reparser.user_signature]]
220          tags:
221              - { name: cron.task }
222