constant NODERELATIONSHIPS_NODEREF_VIEW_NAME in Node Relationships 6
3 uses of NODERELATIONSHIPS_NODEREF_VIEW_NAME
- noderelationships_get_noderef_view_overrides in ./
noderelationships.inc - Get overrides for search and reference views.
- noderelationships_get_views in ./
noderelationships.inc - Get the list of views in the system.
- _noderelationships_views_default_views_noderef in views/
noderelationships.views_default.inc - Default view to enhance node reference fields with search and reference capabilities.
File
- ./
noderelationships.module, line 23 - 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_NODEREF_VIEW_NAME', 'noderelationships_noderef');