You are here

function lightbox2_handler_field_lightbox2::query in Lightbox2 8

Same name in this branch
  1. 8 lightbox2_handler_field_lightbox2.inc \lightbox2_handler_field_lightbox2::query()
  2. 8 src/lightbox2_handler_field_lightbox2.php \Drupal\lightbox2\lightbox2_handler_field_lightbox2::query()

File

src/lightbox2_handler_field_lightbox2.php, line 12
Contain the integration with views A handler to provide a field that is completely custom by the administrator.

Class

lightbox2_handler_field_lightbox2
@file Contain the integration with views A handler to provide a field that is completely custom by the administrator.

Namespace

Drupal\lightbox2

Code

function query() {

  // Do nothing, as this handler does not need to do anything to the query itself.
}