You are here

function publish_button_views_handler_node_link::query in Publish button 7

Overriden to add the field for the entity id.

Overrides views_handler_field_entity::query

File

./publish_button_views_handler_node_link.inc, line 39
View handler for the module.

Class

publish_button_views_handler_node_link
Extends the node link handler.

Code

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