Issue #2324945 by andypost: Fixed clean-up @todo after 2155635.
parent
05638cdbc4
commit
723af4bcbe
|
@ -814,14 +814,6 @@ function _search_find_match_with_simplify($key, $text, $boundary, $langcode = NU
|
|||
return NULL;
|
||||
}
|
||||
|
||||
/**
|
||||
* Implements hook_module_preinstall().
|
||||
*/
|
||||
function search_module_preinstall() {
|
||||
// @todo Remove in https://drupal.org/node/2155635.
|
||||
\Drupal::service('plugin.manager.search')->clearCachedDefinitions();
|
||||
}
|
||||
|
||||
/**
|
||||
* Implements hook_form_FORM_ID_alter() for the search_block_form form.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue