t('Ingest Route Name'), 'url' => 'ingest_route/url', 'weight' => 0), * ); */ function hook_islandora_ingest_registry($collection_pid) {} /** * alter an object before it gets used further down the stack * @param type $object * a tuque FedoraObject */ function hook_islandora_object_alter ($fedora_object){} /** * insert or remove rendered elements by implementing this function * in your module * @param type $arr * an arr of rendered views */ function hook_islandora_display_alter ($arr){}