public static function SearchAdvancedSearchForm::getInfo

Archivo

drupal-7.x/modules/search/search.test, line 313
Tests for search.module.

Class

SearchAdvancedSearchForm

Código

public static function getInfo() {
  return array(
    'name' => 'Advanced search form',
    'description' => 'Indexes content and tests the advanced search form.',
    'group' => 'Search',
  );
}