Issue #2324945 by andypost: Fixed clean-up @todo after 2155635.

8.0.x
Alex Pott 2014-08-21 12:07:11 +01:00
parent 05638cdbc4
commit 723af4bcbe
1 changed files with 0 additions and 8 deletions

View File

@ -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.
*