2012-04-09 00:22:55 +02:00
|
|
|
services:
|
|
|
|
cron.task.core.prune_all_forums:
|
2013-09-10 14:01:09 +02:00
|
|
|
class: phpbb\cron\task\core\prune_all_forums
|
2012-04-09 00:22:55 +02:00
|
|
|
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:
|
2013-09-10 14:01:09 +02:00
|
|
|
class: phpbb\cron\task\core\prune_forum
|
2012-04-09 00:22:55 +02:00
|
|
|
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 }
|
|
|
|
|
2014-01-31 23:06:03 +01:00
|
|
|
cron.task.core.prune_shadow_topics:
|
|
|
|
class: phpbb\cron\task\core\prune_shadow_topics
|
|
|
|
arguments:
|
|
|
|
- %core.root_path%
|
|
|
|
- %core.php_ext%
|
|
|
|
- @config
|
|
|
|
- @dbal.conn
|
2014-03-29 21:29:22 +01:00
|
|
|
- @log
|
2014-01-31 23:06:03 +01:00
|
|
|
calls:
|
|
|
|
- [set_name, [cron.task.core.prune_shadow_topics]]
|
|
|
|
tags:
|
|
|
|
- { name: cron.task }
|
|
|
|
|
2013-10-11 11:51:37 +02:00
|
|
|
cron.task.core.prune_notifications:
|
|
|
|
class: phpbb\cron\task\core\prune_notifications
|
|
|
|
arguments:
|
|
|
|
- @config
|
|
|
|
- @notification_manager
|
|
|
|
calls:
|
|
|
|
- [set_name, [cron.task.core.prune_notifications]]
|
|
|
|
tags:
|
|
|
|
- { name: cron.task }
|
|
|
|
|
2012-04-09 00:22:55 +02:00
|
|
|
cron.task.core.queue:
|
2013-09-10 14:01:09 +02:00
|
|
|
class: phpbb\cron\task\core\queue
|
2012-04-09 00:22:55 +02:00
|
|
|
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:
|
2013-09-10 14:01:09 +02:00
|
|
|
class: phpbb\cron\task\core\tidy_cache
|
2012-04-09 00:22:55 +02:00
|
|
|
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:
|
2013-09-10 14:01:09 +02:00
|
|
|
class: phpbb\cron\task\core\tidy_database
|
2012-04-09 00:22:55 +02:00
|
|
|
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 }
|
|
|
|
|
2013-07-17 02:42:24 +02:00
|
|
|
cron.task.core.tidy_plupload:
|
2013-10-11 15:51:33 +02:00
|
|
|
class: phpbb\cron\task\core\tidy_plupload
|
2013-07-17 02:42:24 +02:00
|
|
|
arguments:
|
|
|
|
- %core.root_path%
|
|
|
|
- @config
|
|
|
|
calls:
|
|
|
|
- [set_name, [cron.task.core.tidy_plupload]]
|
|
|
|
tags:
|
|
|
|
- { name: cron.task }
|
|
|
|
|
2012-04-09 00:22:55 +02:00
|
|
|
cron.task.core.tidy_search:
|
2013-09-10 14:01:09 +02:00
|
|
|
class: phpbb\cron\task\core\tidy_search
|
2012-04-09 00:22:55 +02:00
|
|
|
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:
|
2013-09-10 14:01:09 +02:00
|
|
|
class: phpbb\cron\task\core\tidy_sessions
|
2012-04-09 00:22:55 +02:00
|
|
|
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:
|
2013-09-10 14:01:09 +02:00
|
|
|
class: phpbb\cron\task\core\tidy_warnings
|
2012-04-09 00:22:55 +02:00
|
|
|
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 }
|