public static function SearchAdvancedSearchForm::getInfo in Drupal 7
File
- modules/
search/ search.test, line 319 - Tests for search.module.
Class
- SearchAdvancedSearchForm
- Indexes content and tests the advanced search form.
Code
public static function getInfo() {
return array(
'name' => 'Advanced search form',
'description' => 'Indexes content and tests the advanced search form.',
'group' => 'Search',
);
}