function tweetbutton_handler_field_tweet::query in Tweet Button 7
query() override to not query this fake field.
Overrides views_handler_field::query
File
- ./
tweetbutton_handler_field_tweet.inc, line 12
Class
- tweetbutton_handler_field_tweet
- Field handler to present the path to the node.
Code
function query() {
$this
->ensure_my_table();
}