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. * This will prepare an object to be printed.
* *
* By default, all fedora objects can print DC record data, * By default all fedora objects can print DC record data. Solution packs that
* however, Solution packs that wish to modify the form * wish to modify the data to be printed can implement
* to be printed must implement hook_islandora_view_print_object_alter, * hook_islandora_view_print_object or hook_islandora_metadata_display_info.
* create a theme.tpl.php file, and return its markup by calling
* theme(themename.tpl.php).
* *
* @param AbstractObject $object * @param AbstractObject $object
* The object to print. * The object to print.

Loading…
Cancel
Save