You are here

function matrix_handler_field::query in Matrix field 6.2

File

./matrix_handler_field.inc, line 19

Class

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

Code

function query() {
  $this
    ->ensure_my_table();
  $this
    ->add_additional_fields();
}