You are here

function calendar_systems_help in Calendar Systems 8.2

Parameters

$route_name:

\Drupal\Core\Routing\RouteMatchInterface $route_match:

Return value

string

File

./calendar_systems.module, line 14
Contains Calendar Systems hook implementations.

Namespace

Drupal\calendar_systems

Code

function calendar_systems_help($route_name, \Drupal\Core\Routing\RouteMatchInterface $route_match) {
  return Model::hook_help($route_name, $route_match);
}