ext_search_page.api.php in Extended search page 7
Hooks provided by Extended search page.
File
ext_search_page.api.phpView source
<?php
/**
* @file
* Hooks provided by Extended search page.
*/
/**
* This hook is called after the widgets registry generation to allow modules to alter this registry.
* @see ext_search_page_get_widgets_registry()
*
* @param $registry
* The widgets registry for the page
* @param $page
* The object representing the target search page
*
* @ingroup hooks
*/
function hook_ext_search_page_widgets_registry_alter(&$registry, $page) {
}
Functions
Name![]() |
Description |
---|---|
hook_ext_search_page_widgets_registry_alter | This hook is called after the widgets registry generation to allow modules to alter this registry. |