Drupal modules for browsing and managing Fedora-based digital repositories.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

20 lines
483 B

<?php
function hook_islandora_purge_datastream ($object_id, $datastream_id){}
function hook_islandora_purge_object($object_id) {}
function hook_islandora_view_object($object_id){}
function hook_islandora_get_types(){}
function hook_islandora_add_datastream($object_id) {}
/**
* creates and populates a php Fedora object.
*/
function hook_islandora_preingest_alter(){}
function hook_islandora_postingest($object){}
function hook_islandora_datastream_edit($object, $dsid){}