You are here

function deploy_views_handler_entity_type_label_field::query in Deploy - Content Staging 7.3

Called to add the field to a query.

Overrides views_handler_field::query

File

includes/views/handler_entity_type_label_field.inc, line 27
Deploy Views Entity Type Label field handler.

Class

deploy_views_handler_entity_type_label_field
Class for handling the Deploy Manager Entity Type Label "field",

Code

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