You are here

slick_media.module in Slick Media 8.3

Same filename and directory in other branches
  1. 8 slick_media.module
  2. 8.2 slick_media.module

Provides Slick carousel integration with Media entity.

File

slick_media.module
View source
<?php

/**
 * @file
 * Provides Slick carousel integration with Media entity.
 */

/**
 * Implements hook_help().
 */
function slick_media_help($route_name) {
  switch ($route_name) {
    case 'help.page.slick_media':
      return check_markup(file_get_contents(dirname(__FILE__) . '/README.txt'));
  }
}

Functions

Namesort descending Description
slick_media_help Implements hook_help().