You are here

function merci_handler_field_merci_bucket_resource_node_sub_type::query in MERCI (Manage Equipment Reservations, Checkout and Inventory) 6

Same name and namespace in other branches
  1. 7.2 handlers/merci_handler_field.inc \merci_handler_field_merci_bucket_resource_node_sub_type::query()

File

handlers/merci_handler_field.inc, line 111

Class

merci_handler_field_merci_bucket_resource_node_sub_type
Bucket|Resource sub type.

Code

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