You are here

function deploy_views_handler_base::query in Deploy - Content Staging 7.3

Called to add the field to a query.

Overrides views_handler_field::query

File

includes/views/handler_base.inc, line 30
Deploy Views base "field" handler.

Class

deploy_views_handler_base
Base class for handling the Deploy Manager "fields",

Code

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