[ Index ] |
PHP Cross Reference of phpBB-3.2.11-deutsch |
[Summary view] [Print] [Text view]
1 services: 2 text_reparser.manager: 3 class: phpbb\textreparser\manager 4 arguments: 5 - '@config' 6 - '@config_text' 7 - '@text_reparser_collection' 8 9 text_reparser.lock: 10 class: phpbb\lock\db 11 arguments: 12 - reparse_lock 13 - '@config' 14 - '@dbal.conn' 15 16 text_reparser_collection: 17 class: phpbb\di\service_collection 18 arguments: 19 - '@service_container' 20 tags: 21 - { name: service_collection, tag: text_reparser.plugin } 22 23 text_reparser.contact_admin_info: 24 class: phpbb\textreparser\plugins\contact_admin_info 25 arguments: 26 - '@config_text' 27 calls: 28 - [set_name, [contact_admin_info]] 29 tags: 30 - { name: text_reparser.plugin } 31 32 text_reparser.forum_description: 33 class: phpbb\textreparser\plugins\forum_description 34 arguments: 35 - '@dbal.conn' 36 - '%tables.forums%' 37 calls: 38 - [set_name, [forum_description]] 39 tags: 40 - { name: text_reparser.plugin } 41 42 text_reparser.forum_rules: 43 class: phpbb\textreparser\plugins\forum_rules 44 arguments: 45 - '@dbal.conn' 46 - '%tables.forums%' 47 calls: 48 - [set_name, [forum_rules]] 49 tags: 50 - { name: text_reparser.plugin } 51 52 text_reparser.group_description: 53 class: phpbb\textreparser\plugins\group_description 54 arguments: 55 - '@dbal.conn' 56 - '%tables.groups%' 57 calls: 58 - [set_name, [group_description]] 59 tags: 60 - { name: text_reparser.plugin } 61 62 text_reparser.pm_text: 63 class: phpbb\textreparser\plugins\pm_text 64 arguments: 65 - '@dbal.conn' 66 - '%tables.privmsgs%' 67 calls: 68 - [set_name, [pm_text]] 69 tags: 70 - { name: text_reparser.plugin } 71 72 text_reparser.poll_option: 73 class: phpbb\textreparser\plugins\poll_option 74 arguments: 75 - '@dbal.conn' 76 calls: 77 - [set_name, [poll_option]] 78 tags: 79 - { name: text_reparser.plugin } 80 81 text_reparser.poll_title: 82 class: phpbb\textreparser\plugins\poll_title 83 arguments: 84 - '@dbal.conn' 85 - '%tables.topics%' 86 calls: 87 - [set_name, [poll_title]] 88 tags: 89 - { name: text_reparser.plugin } 90 91 text_reparser.post_text: 92 class: phpbb\textreparser\plugins\post_text 93 arguments: 94 - '@dbal.conn' 95 - '%tables.posts%' 96 calls: 97 - [set_name, [post_text]] 98 tags: 99 - { name: text_reparser.plugin } 100 101 text_reparser.user_signature: 102 class: phpbb\textreparser\plugins\user_signature 103 arguments: 104 - '@dbal.conn' 105 - '%tables.users%' 106 calls: 107 - [set_name, [user_signature]] 108 tags: 109 - { name: text_reparser.plugin }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |