You are here

Common Functionality - Node in Common Functionality 7.2

Provides a collection of node-specific functions.

This module provides the following benefits:

  • Initialization of a node class object.
  • Programmatically create a valid node form object.

Justification: There are many arguments of drupal_execute() vs node_save() to the point that I had no idea which was better than the other.

References:

Parent topics

File

modules/cf_node/cf_node.module, line 8
Common Functionality - Node module.

Functions

Namesort descending Location Description
cf_node_create modules/cf_node/cf_node.module Programatically creates a node of the form type and returns any errors.
cf_node_initialize_class modules/cf_node/cf_node.module Create a node class object.