Loading core/modules/views/src/ContextualLinksHelper.php +1 −1 Original line number Diff line number Diff line Loading @@ -76,7 +76,7 @@ public function __construct( * @see \Drupal\views\Hook\ViewsThemeHooks::preprocessViewsView() */ public function addLinks(array &$renderElement, string $location, string $displayId, ?array $viewElement = NULL): void { assert(in_array($location, ['block', 'page', 'view'], TRUE)); assert(in_array($location, ['block', 'page', 'view', 'exposed_filter'], TRUE)); if (!isset($viewElement)) { $viewElement = $renderElement; Loading Loading
core/modules/views/src/ContextualLinksHelper.php +1 −1 Original line number Diff line number Diff line Loading @@ -76,7 +76,7 @@ public function __construct( * @see \Drupal\views\Hook\ViewsThemeHooks::preprocessViewsView() */ public function addLinks(array &$renderElement, string $location, string $displayId, ?array $viewElement = NULL): void { assert(in_array($location, ['block', 'page', 'view'], TRUE)); assert(in_array($location, ['block', 'page', 'view', 'exposed_filter'], TRUE)); if (!isset($viewElement)) { $viewElement = $renderElement; Loading