Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / search / search.pages.inc
index 9467dd82501b39180894e1c590894197b5bce0cf..703b2ff550ca4c9dafab81cb38ede4455ccb3cd8 100644 (file)
@@ -8,13 +8,6 @@
 use Drupal\Component\Utility\UrlHelper;
 use Drupal\Core\Language\LanguageInterface;
 
-/**
- * Implements hook_theme_suggestions_HOOK().
- */
-function search_theme_suggestions_search_result(array $variables) {
-  return ['search_result__' . $variables['plugin_id']];
-}
-
 /**
  * Prepares variables for individual search result templates.
  *