image_raw_formatter.module in Image Raw Formatter 8
Contains image_raw_formatter.module.
File
image_raw_formatter.moduleView source
<?php
/**
* @file
* Contains image_raw_formatter.module.
*/
use Drupal\Core\Routing\RouteMatchInterface;
/**
* Implements hook_help().
*/
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';
}
}
Functions
Name | Description |
---|---|
image_raw_formatter_help | Implements hook_help(). |