Skip to content

Instantly share code, notes, and snippets.

View sweethoneycode's full-sized avatar

Jonah Brown sweethoneycode

View GitHub Profile
@markhalliwell
markhalliwell / ViewsExposedForm.php
Created July 11, 2016 18:22
Drupal Bootstrap 8.x-3.x - Views Exposed Form Toggle
<?php
// In your sub-theme, create this file ./THEMENAME/src/Plugin/Preprocess/ViewsExposedForm.php and place this contents in it.
/**
* @file
* Contains \Drupal\THEMENAME\Plugin\Preprocess\ViewsExposedForm.
*/
namespace Drupal\THEMENAME\Plugin\Preprocess;