better_exposed_filters_theme_suggestions_alter will not add suggestions

Created on 16 February 2024, 9 months ago
Updated 25 April 2024, 7 months ago

$plugin_type will always be False caused by Typo:
current declaration
$plugin_type = $variables['element']['#context']['plugin_type'] ?? FALSE;
schould be:
$plugin_type = $variables['element']['#context']['#plugin_type'] ?? FALSE;

πŸ› Bug report
Status

Fixed

Version

6.0

Component

Code

Created by

πŸ‡©πŸ‡ͺGermany Input

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024