2013-11-03 04:14:36 +01:00
|
|
|
services:
|
2014-05-06 16:50:18 +02:00
|
|
|
console.command.cache.purge:
|
|
|
|
class: phpbb\console\command\cache\purge
|
|
|
|
arguments:
|
|
|
|
- @cache.driver
|
|
|
|
- @dbal.conn
|
|
|
|
- @auth
|
|
|
|
- @log
|
|
|
|
- @user
|
2014-05-09 00:30:09 +03:00
|
|
|
- @config
|
2014-05-06 16:50:18 +02:00
|
|
|
tags:
|
|
|
|
- { name: console.command }
|
|
|
|
|
2013-11-26 18:11:54 +01:00
|
|
|
console.command.config.delete:
|
|
|
|
class: phpbb\console\command\config\delete
|
|
|
|
arguments:
|
|
|
|
- @config
|
|
|
|
tags:
|
|
|
|
- { name: console.command }
|
|
|
|
|
|
|
|
console.command.config.increment:
|
|
|
|
class: phpbb\console\command\config\increment
|
|
|
|
arguments:
|
|
|
|
- @config
|
|
|
|
tags:
|
|
|
|
- { name: console.command }
|
|
|
|
|
2013-11-27 14:16:34 +01:00
|
|
|
console.command.config.get:
|
|
|
|
class: phpbb\console\command\config\get
|
|
|
|
arguments:
|
|
|
|
- @config
|
|
|
|
tags:
|
|
|
|
- { name: console.command }
|
|
|
|
|
2013-11-26 18:11:54 +01:00
|
|
|
console.command.config.set:
|
|
|
|
class: phpbb\console\command\config\set
|
|
|
|
arguments:
|
|
|
|
- @config
|
|
|
|
tags:
|
|
|
|
- { name: console.command }
|
|
|
|
|
|
|
|
console.command.config.set_atomic:
|
|
|
|
class: phpbb\console\command\config\set_atomic
|
|
|
|
arguments:
|
|
|
|
- @config
|
|
|
|
tags:
|
2014-05-02 19:02:49 +02:00
|
|
|
- { name: console.command }
|
|
|
|
|
|
|
|
console.command.db.migrate:
|
|
|
|
class: phpbb\console\command\db\migrate
|
|
|
|
arguments:
|
|
|
|
- @migrator
|
|
|
|
- @ext.manager
|
|
|
|
- @config
|
|
|
|
- @cache
|
|
|
|
- @log
|
|
|
|
- @user
|
|
|
|
tags:
|
2013-11-26 18:11:54 +01:00
|
|
|
- { name: console.command }
|
|
|
|
|
2013-11-05 21:40:42 +01:00
|
|
|
console.command.extension.disable:
|
|
|
|
class: phpbb\console\command\extension\disable
|
|
|
|
arguments:
|
|
|
|
- @ext.manager
|
|
|
|
tags:
|
|
|
|
- { name: console.command }
|
|
|
|
|
|
|
|
console.command.extension.enable:
|
|
|
|
class: phpbb\console\command\extension\enable
|
|
|
|
arguments:
|
|
|
|
- @ext.manager
|
|
|
|
tags:
|
|
|
|
- { name: console.command }
|
|
|
|
|
|
|
|
console.command.extension.purge:
|
|
|
|
class: phpbb\console\command\extension\purge
|
|
|
|
arguments:
|
|
|
|
- @ext.manager
|
|
|
|
tags:
|
|
|
|
- { name: console.command }
|
|
|
|
|
|
|
|
console.command.extension.show:
|
|
|
|
class: phpbb\console\command\extension\show
|
|
|
|
arguments:
|
|
|
|
- @ext.manager
|
|
|
|
tags:
|
|
|
|
- { name: console.command }
|
|
|
|
|
2013-11-03 04:14:36 +01:00
|
|
|
console.command.fixup.recalculate_email_hash:
|
|
|
|
class: phpbb\console\command\fixup\recalculate_email_hash
|
|
|
|
arguments:
|
|
|
|
- @dbal.conn
|
|
|
|
tags:
|
|
|
|
- { name: console.command }
|