You are here

function matrix_handler_field::construct in Matrix field 6.2

File

./matrix_handler_field.inc, line 7

Class

matrix_handler_field
Field handler to present the Matrix field to the user.

Code

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