function SearchKeywordsConditions::getInfo

File

modules/search/search.test, line 1224

Class

SearchKeywordsConditions
Tests keywords and conditions.

Code

public static function getInfo() {
    return array(
        'name' => 'Keywords and conditions',
        'description' => 'Verify the search pulls in keywords and extra conditions.',
        'group' => 'Search',
    );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.