You are here

function image_raw_formatter_help in Image Raw Formatter 8

Implements hook_help().

File

./image_raw_formatter.module, line 13
Contains image_raw_formatter.module.

Code

function image_raw_formatter_help($route_name, RouteMatchInterface $route_match) {
  switch ($route_name) {
    case 'help.page.image_raw_formatter':
      return 'Image Raw formatter for Drupal 8';
  }
}