Browse Source

More coding standards.

7.x-2.x
nruest 10 years ago
parent
commit
5ae07eb017
  1. 11
      islandora_basic_image/islandora_basic_image.module

11
islandora_basic_image/islandora_basic_image.module

@ -4,6 +4,15 @@
* @file
* This is the new Islandora Basic Image module.
*/
function islandora_basic_image_form($node, &$form_state) {
/**
* Function for using a form.
*
* @param string $node
* The Drupal node.
* @param array $form_state
* The Drupal form state.
*/
function islandora_basic_image_form($node, array &$form_state) {
return node_content_form($node, $form_state);
}

Loading…
Cancel
Save