MediaWiki REL1_35
ApiMakeParserOptionsHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Api\Hook;
4
5use ApiBase;
7use Title;
8use Wikimedia\ScopedCallback;
9
30 public function onApiMakeParserOptions( $options, $title, $params, $module,
31 &$reset, &$suppressCache
32 );
33}
This abstract class implements many basic API functions, and is the base of all API classes.
Definition ApiBase.php:52
Set options of the Parser.
Represents a title within MediaWiki.
Definition Title.php:42
onApiMakeParserOptions( $options, $title, $params, $module, &$reset, &$suppressCache)
This hook is called from ApiParse and ApiExpandTemplates to allow extensions to adjust the ParserOpti...