2012-04-09 00:22:55 +02:00
|
|
|
services:
|
|
|
|
cron.task.core.prune_all_forums:
|
|
|
|
class: phpbb_cron_task_core_prune_all_forums
|
|
|
|
arguments:
|
|
|
|
- %core.root_path%
|
|
|
|
- %core.php_ext%
|
|
|
|
- @config
|
|
|
|
- @dbal.conn
|
2012-12-07 21:23:20 -06:00
|
|
|
calls:
|
|
|
|
- [set_name, [cron.task.core.prune_all_forums]]
|
2012-04-09 00:22:55 +02:00
|
|
|
tags:
|
|
|
|
- { name: cron.task }
|
|
|
|
|
|
|
|
cron.task.core.prune_forum:
|
|
|
|
class: phpbb_cron_task_core_prune_forum
|
|
|
|
arguments:
|
|
|
|
- %core.root_path%
|
|
|
|
- %core.php_ext%
|
|
|
|
- @config
|
|
|
|
- @dbal.conn
|
2012-12-07 21:23:20 -06:00
|
|
|
calls:
|
|
|
|
- [set_name, [cron.task.core.prune_forum]]
|
2012-04-09 00:22:55 +02:00
|
|
|
tags:
|
|
|
|
- { name: cron.task }
|
|
|
|
|
|
|
|
cron.task.core.queue:
|
|
|
|
class: phpbb_cron_task_core_queue
|
|
|
|
arguments:
|
|
|
|
- %core.root_path%
|
|
|
|
- %core.php_ext%
|
|
|
|
- @config
|
2012-12-07 21:23:20 -06:00
|
|
|
calls:
|
|
|
|
- [set_name, [cron.task.core.queue]]
|
2012-04-09 00:22:55 +02:00
|
|
|
tags:
|
|
|
|
- { name: cron.task }
|
|
|
|
|
|
|
|
cron.task.core.tidy_cache:
|
|
|
|
class: phpbb_cron_task_core_tidy_cache
|
|
|
|
arguments:
|
|
|
|
- @config
|
|
|
|
- @cache.driver
|
2012-12-07 21:23:20 -06:00
|
|
|
calls:
|
|
|
|
- [set_name, [cron.task.core.tidy_cache]]
|
2012-04-09 00:22:55 +02:00
|
|
|
tags:
|
|
|
|
- { name: cron.task }
|
|
|
|
|
|
|
|
cron.task.core.tidy_database:
|
|
|
|
class: phpbb_cron_task_core_tidy_database
|
|
|
|
arguments:
|
|
|
|
- %core.root_path%
|
|
|
|
- %core.php_ext%
|
|
|
|
- @config
|
2012-12-07 21:23:20 -06:00
|
|
|
calls:
|
|
|
|
- [set_name, [cron.task.core.tidy_database]]
|
2012-04-09 00:22:55 +02:00
|
|
|
tags:
|
|
|
|
- { name: cron.task }
|
|
|
|
|
|
|
|
cron.task.core.tidy_search:
|
|
|
|
class: phpbb_cron_task_core_tidy_search
|
|
|
|
arguments:
|
|
|
|
- %core.root_path%
|
|
|
|
- %core.php_ext%
|
2012-08-25 17:00:40 +02:00
|
|
|
- @auth
|
2012-04-09 00:22:55 +02:00
|
|
|
- @config
|
2012-08-25 17:00:40 +02:00
|
|
|
- @dbal.conn
|
|
|
|
- @user
|
2012-12-07 21:23:20 -06:00
|
|
|
calls:
|
|
|
|
- [set_name, [cron.task.core.tidy_search]]
|
2012-04-09 00:22:55 +02:00
|
|
|
tags:
|
|
|
|
- { name: cron.task }
|
|
|
|
|
|
|
|
cron.task.core.tidy_sessions:
|
|
|
|
class: phpbb_cron_task_core_tidy_sessions
|
|
|
|
arguments:
|
|
|
|
- @config
|
|
|
|
- @user
|
2012-12-07 21:23:20 -06:00
|
|
|
calls:
|
|
|
|
- [set_name, [cron.task.core.tidy_sessions]]
|
2012-04-09 00:22:55 +02:00
|
|
|
tags:
|
|
|
|
- { name: cron.task }
|
|
|
|
|
|
|
|
cron.task.core.tidy_warnings:
|
|
|
|
class: phpbb_cron_task_core_tidy_warnings
|
|
|
|
arguments:
|
|
|
|
- %core.root_path%
|
|
|
|
- %core.php_ext%
|
|
|
|
- @config
|
2012-12-07 21:23:20 -06:00
|
|
|
calls:
|
|
|
|
- [set_name, [cron.task.core.tidy_warnings]]
|
2012-04-09 00:22:55 +02:00
|
|
|
tags:
|
|
|
|
- { name: cron.task }
|