You are here

constant NODERELATIONSHIPS_BACKREF_VIEW_NAME in Node Relationships 6

Views related constants.

6 uses of NODERELATIONSHIPS_BACKREF_VIEW_NAME
noderelationships_backref_render_view in ./noderelationships.pages.inc
Display a back reference view.
noderelationships_customize_backref_view in ./noderelationships.inc
Apply custom configuration to the given back reference view.
noderelationships_get_views in ./noderelationships.inc
Get the list of views in the system.
theme_noderelationships_admin_settings_backref in ./noderelationships.admin.inc
Render the back reference settings form.
theme_noderelationships_admin_settings_noderef in ./noderelationships.admin.inc
Render the node reference extras form.

... See full list

File

./noderelationships.module, line 21
This is the main script for the noderelationships module. It merely contains the implementation of hooks invoked by Drupal core, CCK, Views, etc. All common functions are externalized into several scripts that are included on demand.

Code

define('NODERELATIONSHIPS_BACKREF_VIEW_NAME', 'noderelationships_backref');