aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2013-11-05 21:40:42 +0100
committerAndreas Fischer <bantu@phpbb.com>2013-11-05 21:40:42 +0100
commit00294e3dae2840fa01acaf47db4e14ae08c0720a (patch)
tree928acbbecc5aa44e789c53f85f4bc6fccebcc1e0 /phpBB/config
parent73ea5daf97bf5447b9bb2ff912cce4a9ea21c58e (diff)
downloadforums-00294e3dae2840fa01acaf47db4e14ae08c0720a.tar
forums-00294e3dae2840fa01acaf47db4e14ae08c0720a.tar.gz
forums-00294e3dae2840fa01acaf47db4e14ae08c0720a.tar.bz2
forums-00294e3dae2840fa01acaf47db4e14ae08c0720a.tar.xz
forums-00294e3dae2840fa01acaf47db4e14ae08c0720a.zip
[ticket/11998] Turn develop/extensions.php into console commands.
PHPBB3-11998
Diffstat (limited to 'phpBB/config')
-rw-r--r--phpBB/config/console.yml28
1 files changed, 28 insertions, 0 deletions
diff --git a/phpBB/config/console.yml b/phpBB/config/console.yml
index a30ca3722c..c85a9d19ed 100644
--- a/phpBB/config/console.yml
+++ b/phpBB/config/console.yml
@@ -1,4 +1,32 @@
services:
+ 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 }
+
console.command.fixup.recalculate_email_hash:
class: phpbb\console\command\fixup\recalculate_email_hash
arguments: