hook_prepare

Related topics

Namesort iconDescription
HooksAllow modules to interact with the Drupal core.

Functions that call hook_prepare()

Namesort iconLocationDescription
hook_preparedeveloper/hooks/node.phpThis is a hook used by node modules. It is called after load but before the node is shown on the add/edit form.

Functions called by hook_prepare()

Namesort iconLocationDescription
file_check_uploadincludes/file.inc
file_save_uploadincludes/file.incSaves a file upload to a new location. The source file is validated as a proper upload and handled as such.
form_set_errorincludes/form.incFile an error against a form element. If the name of the element is edit[foo][bar] then you may pass either foo or foo][bar as $name foo will set an error for all its children.
hook_preparedeveloper/hooks/node.phpThis is a hook used by node modules. It is called after load but before the node is shown on the add/edit form.
image_get_infoincludes/image.incGet details about an image.
tincludes/common.incTranslate strings to the current locale.
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.