[ Index ] |
PHP Cross Reference of phpBB-3.3.14-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 - '%tables.poll_options%' 77 calls: 78 - [set_name, [poll_option]] 79 tags: 80 - { name: text_reparser.plugin } 81 82 text_reparser.poll_title: 83 class: phpbb\textreparser\plugins\poll_title 84 arguments: 85 - '@dbal.conn' 86 - '%tables.topics%' 87 calls: 88 - [set_name, [poll_title]] 89 tags: 90 - { name: text_reparser.plugin } 91 92 text_reparser.post_text: 93 class: phpbb\textreparser\plugins\post_text 94 arguments: 95 - '@dbal.conn' 96 - '%tables.posts%' 97 calls: 98 - [set_name, [post_text]] 99 tags: 100 - { name: text_reparser.plugin } 101 102 text_reparser.user_signature: 103 class: phpbb\textreparser\plugins\user_signature 104 arguments: 105 - '@dbal.conn' 106 - '%tables.users%' 107 calls: 108 - [set_name, [user_signature]] 109 tags: 110 - { name: text_reparser.plugin }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |