breakpoint_help($route_name, RouteMatchInterface $route_match)
Implements hook_help().
File
core/modules/breakpoint/breakpoint.module, line 13 Manage breakpoints and breakpoint groups for responsive designs.
Code
function breakpoint_help($route_name, RouteMatchInterface $route_match) {
switch ($route_name) {
case 'help.page.breakpoint':
$output = '';
$output .= '<h3>' . t('About') . '</h3>';
$output .= '<p>' . t('The Breakpoint module keeps track of t