Loading modules/ctools_views/src/Plugin/Display/Block.php +0 −13 Original line number Diff line number Diff line Loading @@ -459,19 +459,6 @@ class Block extends CoreBlock { return $config['value'][$filter['expose']['identifier']]; } /** * {@inheritdoc} */ public function usesExposed() { $filters = $this->getHandlers('filter'); foreach ($filters as $filter) { if ($filter->isExposed() && !empty($filter->exposedInfo())) { return TRUE; } } return FALSE; } /** * Exposed widgets. * Loading Loading
modules/ctools_views/src/Plugin/Display/Block.php +0 −13 Original line number Diff line number Diff line Loading @@ -459,19 +459,6 @@ class Block extends CoreBlock { return $config['value'][$filter['expose']['identifier']]; } /** * {@inheritdoc} */ public function usesExposed() { $filters = $this->getHandlers('filter'); foreach ($filters as $filter) { if ($filter->isExposed() && !empty($filter->exposedInfo())) { return TRUE; } } return FALSE; } /** * Exposed widgets. * Loading