Browse Source

Add edit_datstream_registry hook comment

pull/125/merge
Mitchell MacKenzie 13 years ago
parent
commit
c6c3adeb58
  1. 6
      islandora.api.php

6
islandora.api.php

@ -87,6 +87,12 @@ function hook_islandora_postingest($islandora_object){}
*/
function hook_islandora_ingest_registry($collection_object) {}
/**
* Register a datastream edit route/form.
* @param $islandora_object
* @param $ds_id
*/
function hook_islandora_edit_datastream_registry($islandora_object, $ds_id) {}
/**
* alter an object before it gets used further down the stack

Loading…
Cancel
Save