Skip to content

Commit

Permalink
OEL-1374: Improve docblock.
Browse files Browse the repository at this point in the history
  • Loading branch information
escuriola committed May 2, 2022
1 parent 6b1689c commit 2598732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/oe_whitelabel_search/oe_whitelabel_search.module
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function oe_whitelabel_form_facets_form_alter(&$form, FormStateInterface $form_s
}

/**
* Preprocess the facets_summary item list.
* Implements hook_preprocess_HOOK() for facet_summary_item_list.
*/
function oe_whitelabel_search_preprocess_facets_summary_item_list(array &$variables) {
$variables['result_items'] = [];
Expand Down

0 comments on commit 2598732

Please sign in to comment.