diff options
author | JoshyPHP <s9e.dev@gmail.com> | 2015-12-06 22:08:00 +0100 |
---|---|---|
committer | JoshyPHP <s9e.dev@gmail.com> | 2015-12-26 14:20:39 +0100 |
commit | ad2c032d3b748d177403fd495685977f7964f8d4 (patch) | |
tree | 6f7e4d53f9aa1e8389849bf0434f98620e2b0fd1 /phpBB/config/default/container/services_text_formatter.yml | |
parent | f9d8866aee9bca746801ef0360a5ab350d04061d (diff) | |
download | forums-ad2c032d3b748d177403fd495685977f7964f8d4.tar forums-ad2c032d3b748d177403fd495685977f7964f8d4.tar.gz forums-ad2c032d3b748d177403fd495685977f7964f8d4.tar.bz2 forums-ad2c032d3b748d177403fd495685977f7964f8d4.tar.xz forums-ad2c032d3b748d177403fd495685977f7964f8d4.zip |
[ticket/14323] Moved autolink-related functions to a separate helper
PHPBB3-14323
Diffstat (limited to 'phpBB/config/default/container/services_text_formatter.yml')
-rw-r--r-- | phpBB/config/default/container/services_text_formatter.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/config/default/container/services_text_formatter.yml b/phpBB/config/default/container/services_text_formatter.yml index f86d30658e..01a833aef3 100644 --- a/phpBB/config/default/container/services_text_formatter.yml +++ b/phpBB/config/default/container/services_text_formatter.yml @@ -26,6 +26,9 @@ services: text_formatter.utils: alias: text_formatter.s9e.utils + text_formatter.s9e.autolink_helper: + class: phpbb\textformatter\s9e\autolink_helper + text_formatter.s9e.factory: class: phpbb\textformatter\s9e\factory arguments: @@ -33,6 +36,7 @@ services: - '@cache.driver' - '@dispatcher' - '@config' + - '@text_formatter.s9e.autolink_helper' - '%text_formatter.cache.dir%' - '%text_formatter.cache.parser.key%' - '%text_formatter.cache.renderer.key%' |