From 6ce95da8dba26b5af13ce9ae421253e4fe469185 Mon Sep 17 00:00:00 2001 From: Kyle Huynh <7862086+kylehuynh205@users.noreply.github.com> Date: Thu, 26 Jan 2023 16:24:34 -0500 Subject: [PATCH] Update IncludeExcludeLinksWidget.php This widget doesn't currently work, need more reviews. Remove "*" to hide the registry of this widget to prevent it show up in Facets configuration --- src/Plugin/facets/widget/IncludeExcludeLinksWidget.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Plugin/facets/widget/IncludeExcludeLinksWidget.php b/src/Plugin/facets/widget/IncludeExcludeLinksWidget.php index 9b5f427..47baa5d 100644 --- a/src/Plugin/facets/widget/IncludeExcludeLinksWidget.php +++ b/src/Plugin/facets/widget/IncludeExcludeLinksWidget.php @@ -6,7 +6,9 @@ use Drupal\facets\Plugin\facets\widget\LinksWidget; use Drupal\Core\Link; use Drupal\facets\Result\ResultInterface; -/** +// This widget doesn't currently work, need more reviews. +// Remove "*" to hide the registry of this widget to prevent it show up in Facets configuration +/* * The links widget. * * @FacetsWidget(