public static function SearchAdvancedSearchForm::getInfo

File

drupal/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',
  );
}