|
|
@ -5,18 +5,6 @@ |
|
|
|
* A list of orphaned Islandora objects. |
|
|
|
* A list of orphaned Islandora objects. |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
|
|
* Implements hook_permission(). |
|
|
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
function islandora_orphaned_objects_permission() { |
|
|
|
|
|
|
|
return array( |
|
|
|
|
|
|
|
'manage orphaned objects' => array( |
|
|
|
|
|
|
|
'title' => t('Manage orphaned Islandora objects'), |
|
|
|
|
|
|
|
'description' => t('View a list of orphaned Islandora objects.'), |
|
|
|
|
|
|
|
), |
|
|
|
|
|
|
|
); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* Builds the management form for the Orphaned Objects module. |
|
|
|
* Builds the management form for the Orphaned Objects module. |
|
|
|
* |
|
|
|
* |
|
|
|