node.install

Install, update and uninstall functions for the node module.

File

drupal/core/modules/node/node.install
View source

Functions

Namesort descending Description
node_install Implements hook_install().
node_schema Implements hook_schema().
node_uninstall Implements hook_uninstall().
node_update_8001 Rename node type language variable names.
node_update_8002 Rename node.language field to node.langcode.
node_update_8003 Rename node type language variable names.
node_update_8004 Create a UUID column for nodes.
node_update_8005 Make *id fields unsigned.
node_update_8006 Generate a UUID for all nodes.
node_update_8007 Move the language default values to config.
node_update_8008 Rename default menu names.
node_update_8009 Coverts default_nodes_main variable to config.
node_update_8010 Moves node_access_needs_rebuild from variable to state.
node_update_8011 Moves node cron last run time from variable to state.
node_update_8012 Enable History module.
node_update_8013 Renames global revision permissions to use the word 'all'.
_update_7000_node_get_types Fetches node types directly from the database.