File
- drupal/core/modules/search/lib/Drupal/search/Tests/SearchPreprocessLangcodeTest.php, line 21
- Definition of Drupal\search\Tests\SearchPreprocessLangcodeTest.
Class
- SearchPreprocessLangcodeTest
- Test search_simplify() on every Unicode character, and some other cases.
Namespace
Drupal\search\Tests
Code
public static function getInfo() {
return array(
'name' => 'Search preprocess langcode',
'description' => 'Check that the hook_search_preprocess passes the correct langcode from the entity.',
'group' => 'Search',
);
}