DrupalAPI

=== Drupal 5 API ===

When displaying the node/add/module screen, the following takes place:

  • module_nodeapi is called with 'prepare'
  • module_form is called

When submitting a new node form, the following takes place:

  • module_nodeapi is called with 'prepare'
  • module_form is called
  • module_nodeapi is called with the following ops:
    • validate
    • submit
    • insert
  • Then, on page redirect, module_nodeapi is called with 'load'
  • module_view is called
  • module_nodeapi is called with:
    • view
    • alter

When viewing a node, the following takes place:

  • module_nodeapi is called with 'load'
  • module_view is called
  • module_nodeapi is called with 'view' and then 'alter'

Comments

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img>
  • Lines and paragraphs break automatically.
  • Images can be added to this post.

More information about formatting options