You are here

function cancel_button_help in Entity Form Cancel Button 8

File

./cancel_button.module, line 167
Contains implementations of hooks.

Code

function cancel_button_help($route_name, RouteMatchInterface $route_match) {
  switch ($route_name) {
    case 'cancel_button.admin_settings':
      return t('<p>Enter the default paths to use for the <strong>Cancel</strong> button on entity forms when there is no form state redirect, destination query parameter, or HTTP Referer.</p>');
  }
}