node_type_form_delete |
core/modules/node/node.types.inc |
Form submission handler for node_type_form(). |
node_type_form_permissions |
core/modules/node/node.types.inc |
Builds a matrix of node permissions for this node type. |
node_type_form_submit |
core/modules/node/node.types.inc |
Form submission handler for node_type_form(). |
node_type_form_validate |
core/modules/node/node.types.inc |
Form validation handler for node_type_form(). |
node_type_get_base |
core/modules/node/node.module |
Returns the node type base of the passed node or node type string. |
node_type_get_name |
core/modules/node/node.module |
Returns the node type name of the passed node or node type string. |
node_type_get_names |
core/modules/node/node.module |
Returns a list of available node type names. |
node_type_get_type |
core/modules/node/node.module |
Returns the node type of the passed node or node type string. |
node_type_get_types |
core/modules/node/node.module |
Returns a list of all the available node types. |
node_type_has_content |
core/modules/node/node.module |
Determine whether a node type has any data. |
node_type_load |
core/modules/node/node.module |
Menu argument loader: Loads a node type by string. |
node_type_page_title |
core/modules/node/node.module |
Title callback: Provides the title for a node type edit form. |
node_type_reset |
core/modules/node/node.types.inc |
Resets relevant fields of a module-defined node type to their default values. |
node_type_save |
core/modules/node/node.module |
Saves a node type to the database. |
node_type_set_defaults |
core/modules/node/node.module |
Sets the default values for a node type. |
node_type_update_nodes |
core/modules/node/node.module |
Updates all nodes of one type to be of another type. |
node_uninstall |
core/modules/node/node.install |
Implements hook_uninstall(). |
node_unpromote_action |
core/modules/node/node.actions.inc |
Sets the promote property of a node to 0. |
node_unpublish_action |
core/modules/node/node.actions.inc |
Sets the status of a node to 0 (unpublished). |
node_update_1000 |
core/modules/node/node.install |
Set 'node' as home page path if it implicitly was before. |
node_update_1001 |
core/modules/node/node.install |
Rename node type language variable names. |
node_update_1002 |
core/modules/node/node.install |
Rename node.language field to node.langcode. |
node_update_1003 |
core/modules/node/node.install |
Move theme settings to global site configuration. |
node_update_1004 |
core/modules/node/node.install |
Remove the block_node_type table, now stored in layout configuration files. |
node_update_1005 |
core/modules/node/node.install |
Convert content types to configuration files. |
node_update_1006 |
core/modules/node/node.install |
Delete the node_type table after conversions to configuration files. |
node_update_1007 |
core/modules/node/node.install |
Convert variables to configuration. |
node_update_1008 |
core/modules/node/node.install |
Create the view replacement for admin/content/node. |
node_update_1009 |
core/modules/node/node.install |
Update the language setting for all node types. |
node_update_1010 |
core/modules/node/node.install |
Set all nodes to be language agnostic on mono-lingual sites. |
node_update_1011 |
core/modules/node/node.install |
Delete the node_type table if it still exists. |
node_update_1012 |
core/modules/node/node.install |
Rebuild node access to account for view unpublished. |
node_update_1013 |
core/modules/node/node.install |
Update the empty text, name, and menu link, for the admin content view. |
node_update_1014 |
core/modules/node/node.install |
Change {history}.nid to an unsigned int in order to match {node}.nid. |
node_update_1015 |
core/modules/node/node.install |
Add column for scheduling the publishing of content in the future. |
node_update_1016 |
core/modules/node/node.install |
Ensure content type statuses are the correct published/unpublished value. |
node_update_1017 |
core/modules/node/node.install |
Update each content type with new hidden_path configuration defaulted to disabled. |
node_update_1018 |
core/modules/node/node.install |
Update content admin view to show scheduled publication info. |
node_update_1019 |
core/modules/node/node.install |
Update each content type with new node_preview configuration defaulted to
enabled. |
node_update_1020 |
core/modules/node/node.install |
Move default promoted view to node module. |
node_update_1021 |
core/modules/node/node.install |
Creates the table to enable caching of Nodes entities. |
node_update_1022 |
core/modules/node/node.install |
Update the admin content view with new/updated indicators and filter. |
node_update_1023 |
core/modules/node/node.install |
Create the view replacement for recent content block. |
node_update_dependencies |
core/modules/node/node.install |
Implements hook_update_dependencies(). |
node_update_index |
core/modules/node/node.module |
Implements hook_update_index(). |
node_user_cancel |
core/modules/node/node.module |
Implements hook_user_cancel(). |
node_user_predelete |
core/modules/node/node.module |
Implements hook_user_predelete(). |
node_user_update |
core/modules/node/node.module |
Implements hook_user_update(). |
node_validate |
core/modules/node/node.module |
Performs validation checks on the given node. |
node_view |
core/modules/node/node.module |
Generates an array for rendering the given node. |