You are here

bootstrap_carousel_if.module in Bootstrap Carousel Image Formatter 8.3

Same filename and directory in other branches
  1. 7.3 bootstrap_carousel_if.module

Bootstrap Carousel Image Field.

File

bootstrap_carousel_if.module
View source
<?php

/**
 * @file
 * Bootstrap Carousel Image Field.
 */
use Drupal\Core\Routing\RouteMatchInterface;

/**
 * Implements hook_help().
 */
function bootstrap_carousel_if_help($route_name, RouteMatchInterface $route_match) {
  switch ($route_name) {
    case 'help.page.bootstrap_carousel_if':
      return t('This module provides a Bootstrap Carousel image field formatter.');
  }
}

Functions

Namesort descending Description
bootstrap_carousel_if_help Implements hook_help().