Browse Source

added object for context in hook

pull/442/head
Alan Stanley 11 years ago
parent
commit
035ee14fda
  1. 2
      islandora.api.php

2
islandora.api.php

@ -692,7 +692,7 @@ function hook_islandora_update_related_objects_properties(AbstractObject $object
* @param string $context
* Where the alter is originating from for distinguishing.
* @param AbstractObject $object
* AbstractObject representing object providing breadcrumb path
* (Optional) AbstractObject representing object providing breadcrumb path
*/
function hook_islandora_breadcrumbs_alter(&$breadcrumbs, $context, $object) {

Loading…
Cancel
Save