MediaWiki REL1_37
SearchResultProvideThumbnailHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Rest\Hook;
4
27 public function onSearchResultProvideThumbnail( array $pageIdentities, &$thumbnails );
28}
This is a hook handler interface, see docs/Hooks.md.
onSearchResultProvideThumbnail(array $pageIdentities, &$thumbnails)
This hook is called when generating search results in order to fill the 'thumbnail' field in an exten...