Browse Source

Merge pull request #465 from nigelgbanks/7.x-INT-212

Updated documentation to reflect the actual behavior of the code.
pull/466/head
William Panting 11 years ago
parent
commit
74c02ea821
  1. 3
      islandora.api.php

3
islandora.api.php

@ -638,7 +638,8 @@ function hook_CMODEL_PID_islandora_overview_object_alter(AbstractObject &$object
* module_name_derivative_creation_function($object, $force = FALSE)
* These functions must return an array in the structure of:
* - success: Bool denoting whether the operation was successful.
* - messages: An array structure containing:
* - messages: An array structure containing zero or more array's with the
* following fields:
* - message: A string passed through t() describing the
* outcome of the operation.
* - message_sub: (Optional) Substitutions to be passed along to t() or

Loading…
Cancel
Save