select2_bef.module in Select2 Boxes 8
Basic module file.
File
modules/select2_bef/select2_bef.moduleView source
<?php
/**
* @file
* Basic module file.
*/
/**
* Implements hook_help().
*/
function select2_bef_help($route_name) {
switch ($route_name) {
case 'help.page.select2_bef':
$output = 'Provides an integration between Select2 and Better Exposed Filters';
return $output;
}
}
Functions
Name | Description |
---|---|
select2_bef_help | Implements hook_help(). |