You are here

function hook_path_breadcrumbs_save in Path Breadcrumbs 7.3

Same name and namespace in other branches
  1. 7.2 path_breadcrumbs.api.php \hook_path_breadcrumbs_save()

Respond to saving path_breadcrumbs.

This hook is invoked after creating new path_breadcrumbs or updating existing one.

Parameters

object $path_breadcrumbs: Object with all necessary information from saving form.

1 function implements hook_path_breadcrumbs_save()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

path_breadcrumbs_i18n_path_breadcrumbs_save in path_breadcrumbs_i18n/path_breadcrumbs_i18n.module
Implements hook_path_breadcrumbs_save().
1 invocation of hook_path_breadcrumbs_save()
path_breadcrumbs_save in ./path_breadcrumbs.module
Save path breadcrumb.

File

./path_breadcrumbs.api.php, line 65
Hooks provided by Path Breadcrumbs module.

Code

function hook_path_breadcrumbs_save($path_breadcrumbs) {

  // @todo Needs function body.
}