1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/14323] Moved autolink-related functions to a separate helper

PHPBB3-14323
This commit is contained in:
JoshyPHP
2015-12-06 22:08:00 +01:00
parent f9d8866aee
commit ad2c032d3b
6 changed files with 150 additions and 67 deletions

View File

@@ -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%'