|
MediaWiki master
|
Inherits MediaWiki\Skin\SkinComponent.

Public Member Functions | |
| __construct (Config $config, MessageLocalizer $localizer, Title $searchTitle) | |
| getTemplateData () | |
This returns all the data that is needed to the component.Returned array must be serialized. This will be passed directly to a template (usually Mustache) for rendering.
| |
Definition at line 18 of file SkinComponentSearch.php.
| MediaWiki\Skin\SkinComponentSearch::__construct | ( | Config | $config, |
| MessageLocalizer | $localizer, | ||
| Title | $searchTitle ) |
| Config | $config | |
| MessageLocalizer | $localizer | |
| Title | $searchTitle |
Definition at line 33 of file SkinComponentSearch.php.
| MediaWiki\Skin\SkinComponentSearch::getTemplateData | ( | ) |
This returns all the data that is needed to the component.Returned array must be serialized. This will be passed directly to a template (usually Mustache) for rendering.
html-button-go-attributes.html-button-fulltext-attributes.html-input-attributes. Implements MediaWiki\Skin\SkinComponent.
Definition at line 147 of file SkinComponentSearch.php.