hook_update_N

Related topics

Namesort iconDescription
HooksAllow modules to interact with the Drupal core.

Functions that call hook_update_N()

Namesort iconLocationDescription
hook_update_Ndeveloper/hooks/install.phpPerform a single update. For each patch which requires a database change add a new hook_update_N() which will be called by update.php.

Functions called by hook_update_N()

Namesort iconLocationDescription
db_add_fieldincludes/database.pgsql.incAdd a new field to a table.
hook_update_Ndeveloper/hooks/install.phpPerform a single update. For each patch which requires a database change add a new hook_update_N() which will be called by update.php.
 
 

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.