You are here

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