You are here

function hansel_action_add_parents_config_form in Hansel breadcrumbs 8

Same name and namespace in other branches
  1. 7 hansel.actions.inc \hansel_action_add_parents_config_form()

Callback for the "add single link" breadcrumb action to generate the config form.

Parameters

array $arguments:

Return value

array

1 string reference to 'hansel_action_add_parents_config_form'
hansel_hansel_action_types in ./hansel.module
Implements hook_hansel_action_types().

File

./hansel.actions.inc, line 352
Hansel breadcrumb actions

Code

function hansel_action_add_parents_config_form($arguments) {
  return array();
}