function views_handler_field_content::construct in Content Construction Kit (CCK) 6
File
- includes/
content.views.inc, line 260
Class
- views_handler_field_content
- The subclass adds basic field and formatter info, for field-specific subclasses to use if they need to.
Code
function construct() {
parent::construct();
$this->content_field = content_fields($this->definition['content_field_name']);
}