Browse Source

better doc

pull/453/head
William Panting 11 years ago
parent
commit
9fd2c71890
  1. 8
      islandora.module

8
islandora.module

@ -1037,11 +1037,9 @@ function islandora_view_object(AbstractObject $object) {
/**
* This will prepare an object to be printed.
*
* By default, all fedora objects can print DC record data,
* however, Solution packs that wish to modify the form
* to be printed must implement hook_islandora_view_print_object_alter,
* create a theme.tpl.php file, and return its markup by calling
* theme(themename.tpl.php).
* By default all fedora objects can print DC record data. Solution packs that
* wish to modify the data to be printed can implement
* hook_islandora_view_print_object or hook_islandora_metadata_display_info.
*
* @param AbstractObject $object
* The object to print.

Loading…
Cancel
Save