You are here

constant REVISION_ARCHIVED in Revisioning 6.4

Same name and namespace in other branches
  1. 8 revisioning_api.inc \REVISION_ARCHIVED
  2. 6.3 revisioning_api.inc \REVISION_ARCHIVED
  3. 7 revisioning_api.inc \REVISION_ARCHIVED

@file API functions of Revisioning module

Reusable functions that do the dirty work.

5 uses of REVISION_ARCHIVED
revisioning_handler_field_revision_state::render in views/revisioning_handler_field_revision_state.inc
Note that $values contains: o node_revisions_nid (parent node id) o node_revisions_vid (revision id) o node_status (published flag) o node_vid (current revision id)
revisioning_handler_filter_node_state::query in views/revisioning_handler_filter_node_state.inc
Override the query, in particular the WHERE clause.
revisioning_handler_filter_revision_state::query in views/revisioning_handler_filter_revision_state.inc
Override the query, in particular the WHERE clause.
_revisioning_node_info_msg in ./revisioning_api.inc
Return a string with details about the node that is about to be displayed.
_revisioning_revision_is in ./revisioning_api.inc
Return revision type of the supplied node.

File

./revisioning_api.inc, line 10
API functions of Revisioning module

Code

define('REVISION_ARCHIVED', 0);