You are here

function bootstrap_carousel_if_help in Bootstrap Carousel Image Formatter 8.3

Implements hook_help().

File

./bootstrap_carousel_if.module, line 13
Bootstrap Carousel Image Field.

Code

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.');
  }
}