You are here

function content_handler_relationship::construct in Content Construction Kit (CCK) 6.2

Same name and namespace in other branches
  1. 6.3 includes/views/handlers/content_handler_relationship.inc \content_handler_relationship::construct()

File

includes/views/handlers/content_handler_relationship.inc, line 11
Handles content relationships and deals properly with multiple values by allowing the views administrator to select deltas.

Class

content_handler_relationship
@file Handles content relationships and deals properly with multiple values by allowing the views administrator to select deltas.

Code

function construct() {
  parent::construct();
  $this->content_field = content_fields($this->definition['content_field_name']);
}