|
|
@ -2159,7 +2159,13 @@ function islandora_islandora_get_breadcrumb_query_predicates(AbstractObject $obj |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* Implements hook_islandora_overview_object(). |
|
|
|
* Provides information for the object manage page. |
|
|
|
|
|
|
|
* |
|
|
|
|
|
|
|
* @param AbstractObject $object |
|
|
|
|
|
|
|
* The object being managed. |
|
|
|
|
|
|
|
* |
|
|
|
|
|
|
|
* @return array |
|
|
|
|
|
|
|
* themed output |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
function islandora_create_manage_overview(AbstractObject $object) { |
|
|
|
function islandora_create_manage_overview(AbstractObject $object) { |
|
|
|
$output = theme('islandora_object_overview', array('islandora_object' => $object)); |
|
|
|
$output = theme('islandora_object_overview', array('islandora_object' => $object)); |
|
|
|