You are here

function matrix_handler_cell::query in Matrix field 6.2

File

./matrix_handler_cell.inc, line 21

Class

matrix_handler_cell
Cell handler to present a cell from the Matrix field to the user.

Code

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