Go to the documentation of this file.
63 return $this->container->run(
70 return $this->container->run(
72 [ $module, $user, &$message ]
77 return $this->container->run(
84 return $this->container->run(
85 'ApiFeedContributions::feedItem',
91 return $this->container->run(
98 return $this->container->run(
99 'APIGetAllowedParams',
100 [ $module, &$params, $flags ]
105 return $this->container->run(
106 'APIGetDescriptionMessages',
112 return $this->container->run(
113 'APIGetParamDescriptionMessages',
119 return $this->container->run(
120 'APIHelpModifyOutput',
121 [ $module, &
$help, $options, &$tocData ]
126 return $this->container->run(
127 'ApiMain::moduleManager',
133 return $this->container->run(
134 'ApiMain::onException',
140 &$reset, &$suppressCache
142 return $this->container->run(
143 'ApiMakeParserOptions',
144 [ $options,
$title, $params, $module, &$reset, &$suppressCache ]
149 $this->container->run(
152 [
'abortable' =>
false ]
157 return $this->container->run(
158 'ApiOpenSearchSuggest',
163 public function onApiOptions( $apiModule, $user, $changes, $resetKinds ) {
164 return $this->container->run(
166 [ $apiModule, $user, $changes, $resetKinds ]
171 return $this->container->run(
172 'ApiParseMakeOutputPage',
178 return $this->container->run(
179 'APIQueryAfterExecute',
185 return $this->container->run(
186 'ApiQueryBaseAfterQuery',
187 [ $module, $result, &$hookData ]
192 &$conds, &$query_options, &$join_conds, &$hookData
194 return $this->container->run(
195 'ApiQueryBaseBeforeQuery',
196 [ $module, &$tables, &$fields, &$conds, &$query_options,
197 &$join_conds, &$hookData ]
202 return $this->container->run(
203 'ApiQueryBaseProcessRow',
204 [ $module, $row, &$data, &$hookData ]
209 return $this->container->run(
210 'APIQueryGeneratorAfterExecute',
211 [ $module, $resultPageSet ]
216 return $this->container->run(
217 'APIQuerySiteInfoGeneralInfo',
218 [ $module, &$results ]
223 return $this->container->run(
224 'APIQuerySiteInfoStatisticsInfo',
230 return $this->container->run(
231 'ApiQueryTokensRegisterTypes',
237 $recentChangeInfo, &$vals
239 return $this->container->run(
240 'ApiQueryWatchlistExtractOutputData',
241 [ $module, $watchedItem, $recentChangeInfo, &$vals ]
246 $module, $params, &$options
248 return $this->container->run(
249 'ApiQueryWatchlistPrepareWatchedItemQueryServiceOptions',
250 [ $module, $params, &$options ]
255 return $this->container->run(
256 'ApiQuery::moduleManager',
262 return $this->container->run(
269 return $this->container->run(
270 'ApiValidatePassword',
276 return $this->container->run(
277 'ChangeAuthenticationDataAudit',
283 return $this->container->run(
284 'EditFormPreloadText',
290 return $this->container->run(
291 'FileUndeleteComplete',
292 [
$title, $fileVersions, $user, $reason ]
297 return $this->container->run(
299 [ $pagemap, &$classes,
$title ]
304 return $this->container->run(
311 return $this->container->run(
313 [
$title, &$links, &$linkFlags ]
318 return $this->container->run(
319 'OutputPageCheckLastModified',
320 [ &$modifiedTimes, $out ]
325 return $this->container->run(
326 'RequestHasSameOriginSecurity',
332 return $this->container->run(
334 [ $user, &$inject_html, $direct ]
339 return $this->container->run(
340 'UserLogoutComplete',
341 [ $user, &$inject_html, $oldName ]
This is a hook handler interface, see docs/Hooks.md.
This is a hook handler interface, see docs/Hooks.md.
This is a hook handler interface, see docs/Hooks.md.
This is a hook handler interface, see docs/Hooks.md.
This is a hook handler interface, see docs/Hooks.md.
This is a hook handler interface, see docs/Hooks.md.