You are here

constant NODERELATIONSHIPS_VIEW_PATH_PREFIX in Node Relationships 6

3 uses of NODERELATIONSHIPS_VIEW_PATH_PREFIX
_noderelationships_views_default_views_backref in views/noderelationships.views_default.inc
Default view to provide back references.
_noderelationships_views_default_views_noderef in views/noderelationships.views_default.inc
Default view to enhance node reference fields with search and reference capabilities.
_noderelationships_views_ui_form_alter in ./noderelationships.admin.inc
Alter views ui related forms.

File

./noderelationships.module, line 25
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_VIEW_PATH_PREFIX', 'noderelationships');