function amazon_search_search_info in Amazon Product Advertisement API 7.2
Same name and namespace in other branches
- 7 amazon_search/amazon_search.module \amazon_search_search_info()
Implements hook_search_info().
File
- amazon_search/
amazon_search.module, line 32 - Sets up hook_search for Amazon items.
Code
function amazon_search_search_info() {
return array(
'title' => 'Amazon',
'path' => 'amazon_search',
);
}