|
|
|
@ -650,8 +650,13 @@ function hook_CMODEL_PID_islandora_derivative() {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* Alters breadcrumbs used on Solr search results and collection views. |
|
|
|
|
* Alters breadcrumbs used on Solr search results and within Islandora views. |
|
|
|
|
* |
|
|
|
|
* @param array $breadcrumbs |
|
|
|
|
* Breadcrumbs array to be altered by reference. Each element is markup. |
|
|
|
|
* @param string $context |
|
|
|
|
* Where the alter is originating from for distinguishing. |
|
|
|
|
*/ |
|
|
|
|
function hook_islandora_breadcrumbs_alter(&$breadcrumbs) { |
|
|
|
|
function hook_islandora_breadcrumbs_alter(&$breadcrumbs, $context) { |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|