function media_gallery_help in Media Gallery 8
Implements hook_help().
File
- ./
media_gallery.module, line 14 - Provides a media gallery entity type.
Code
function media_gallery_help($route_name, RouteMatchInterface $route_match) {
return '';
}
Implements hook_help().
function media_gallery_help($route_name, RouteMatchInterface $route_match) {
return '';
}