You are here

function masked_input_help in Masked Input 8

File

./masked_input.module, line 10
Contains masked_input.module.

Code

function masked_input_help($route_name, RouteMatchInterface $route_match) {
  switch ($route_name) {
    case 'masked_input.settings':
      return '<p>' . t('Masked Input Settings.') . '</p>';
  }
}