You are here

function path_redirect_action_info in Path redirect 5

Implementation of hook_action_info()

File

./path_redirect_workflow.inc, line 55
Workflow-ng integration for the path_redirect module

Code

function path_redirect_action_info() {
  return array(
    'path_redirect_action_create' => array(
      '#label' => t('Create or delete a URL redirect'),
      '#module' => t('Path Redirect'),
    ),
  );
}