slick_views.module in Slick Views 8
Same filename and directory in other branches
Provides Slick carousel integration with Views.
File
slick_views.moduleView source
<?php
/**
* @file
* Provides Slick carousel integration with Views.
*/
use Drupal\Core\Routing\RouteMatchInterface;
/**
* Implements hook_help().
*/
function slick_views_help($route_name, RouteMatchInterface $route_match) {
switch ($route_name) {
case 'help.page.slick_views':
return check_markup(file_get_contents(dirname(__FILE__) . '/README.txt'));
}
}
Functions
Name | Description |
---|---|
slick_views_help | Implements hook_help(). |