Browse Source

Update API comments.

pull/409/head
Jordan Dukart 11 years ago
parent
commit
0fdc31acc6
  1. 2
      includes/metadata.inc
  2. 6
      islandora.api.php

2
includes/metadata.inc

@ -11,7 +11,7 @@
* An AbstractObject representing an object within Fedora. * An AbstractObject representing an object within Fedora.
* @param bool $print * @param bool $print
* Whether the object is being printed. * Whether the object is being printed.
* *
* @return string * @return string
* Markup to be rendered for display on Islandora object pages. * Markup to be rendered for display on Islandora object pages.
*/ */

6
islandora.api.php

@ -703,9 +703,11 @@ function hook_islandora_breadcrumbs_alter(&$breadcrumbs, $context) {
* -label: Human readable display label for selection. * -label: Human readable display label for selection.
* -description: A description of what the metadata display viewer does. * -description: A description of what the metadata display viewer does.
* -metadata callback: A callable function that provides the markup to be * -metadata callback: A callable function that provides the markup to be
* passed off to the template files. * passed off to the template files. Returns markup or FALSE if the viewer
* wishes to default back to the Dublin Core display for the current object.
* -description callback: A callable function that provides the markup to be * -description callback: A callable function that provides the markup to be
* passed for the description. * passed for the description. Returns markup or FALSE if the viewer
* wishes to default back to the Dublin Core display for the current object.
* -configuration (Optional): A path to the administration page for the * -configuration (Optional): A path to the administration page for the
* metadata display. * metadata display.

Loading…
Cancel
Save