Search for all
Title | Object type | File name | Summary |
---|---|---|---|
node_type_cache_reset | function | modules/ |
Clears the node type cache. |
node_type_delete | function | modules/ |
Deletes a node type from the database. |
node_type_delete_confirm | function | modules/ |
Menu callback; delete a single content type. |
node_type_delete_confirm_submit | function | modules/ |
Process content type delete confirm submissions. |
node_type_form | function | modules/ |
Form constructor for the node type editing form. |
node_type_form_submit | function | modules/ |
Form submission handler for node_type_form(). |
node_type_form_validate | function | modules/ |
Form validation handler for node_type_form(). |
node_type_get_base | function | modules/ |
Returns the node type base of the passed node or node type string. |
node_type_get_name | function | modules/ |
Returns the node type name of the passed node or node type string. |
node_type_get_names | function | modules/ |
Returns a list of available node type names. |
node_type_get_type | function | modules/ |
Returns the node type of the passed node or node type string. |
node_type_get_types | function | modules/ |
Returns a list of all the available node types. |
node_type_load | function | modules/ |
Menu argument loader: loads a node type by string. |
node_type_page_title | function | modules/ |
Title callback: Returns the unsanitized title of the node type edit form. |
node_type_reset | function | modules/ |
Resets relevant fields of a module-defined node type to their default values. |
node_type_save | function | modules/ |
Saves a node type to the database. |
node_type_set_defaults | function | modules/ |
Sets the default values for a node type. |
node_type_update_nodes | function | modules/ |
Updates all nodes of one type to be of another type. |
node_unpromote_action | function | modules/ |
Sets the promote property of a node to 0. |
node_unpublish_action | function | modules/ |
Sets the status of a node to 0 (unpublished). |
node_unpublish_by_keyword_action | function | modules/ |
Unpublishes a node containing certain keywords. |
node_unpublish_by_keyword_action_form | function | modules/ |
Generates settings form for node_unpublish_by_keyword_action(). |
node_unpublish_by_keyword_action_submit | function | modules/ |
Saves settings form for node_unpublish_by_keyword_action(). |
node_update_7000 | function | modules/ |
Upgrade the node type table and fix node type 'module' attribute to avoid name-space conflicts. |
node_update_7001 | function | modules/ |
Rename {node_revisions} table to {node_revision}. |
node_update_7002 | function | modules/ |
Extend the node_promote_status index to include all fields required for the node page query. |
node_update_7003 | function | modules/ |
Remove the node_counter if the statistics module is uninstalled. |
node_update_7004 | function | modules/ |
Extend the existing default preview and teaser settings to all node types. |
node_update_7005 | function | modules/ |
Add status/comment/promote and sticky columns to the {node_revision} table. |
node_update_7006 | function | modules/ |
Convert body and teaser from node properties to fields, and migrate status/comment/promote and sticky columns to the {node_revision} table. |
node_update_7007 | function | modules/ |
Remove column min_word_count. |
node_update_7008 | function | modules/ |
Split the 'administer nodes' permission from 'access content overview'. |
node_update_7009 | function | modules/ |
Convert node languages from the empty string to LANGUAGE_NONE. |
node_update_7010 | function | modules/ |
Add the {block_node_type} table. |
node_update_7011 | function | modules/ |
Update the database from Drupal 6 to match the schema. |
node_update_7012 | function | modules/ |
Switches body fields to untranslatable while upgrading from D6 and makes them language neutral. |
node_update_7013 | function | modules/ |
Change {node}.vid default value from 0 to NULL to avoid deadlock issues on MySQL. |
node_update_7014 | function | modules/ |
Add an index on {node}.language. |
node_update_7015 | function | modules/ |
Enable node types that may have been erroneously disabled in Drupal 7.36. |
node_update_7016 | function | modules/ |
Change {history}.nid to an unsigned int in order to match {node}.nid. |
node_update_dependencies | function | modules/ |
Implements hook_update_dependencies(). |
node_update_index | function | modules/ |
Implements hook_update_index(). |
node_uri | function | modules/ |
Implements callback_entity_info_uri(). |
node_user_cancel | function | modules/ |
Implements hook_user_cancel(). |
node_user_delete | function | modules/ |
Implements hook_user_delete(). |
node_validate | function | modules/ |
Implements hook_validate(). |
node_view | function | modules/ |
Generates an array for rendering the given node. |
node_view_multiple | function | modules/ |
Constructs a drupal_render() style array from an array of loaded nodes. |
NoFieldsException | class | includes/ |
Exception thrown if an insert query doesn't specify insert or default fields. |
NoHelpTestCase | class | modules/ |
Tests a module without help to verify it is not listed in the help page. |
Pagination
- Previous page
- Page 139
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.