function twitter_views_handler_field_web_intents::query in Twitter 7.5
Same name and namespace in other branches
- 7.6 twitter_views_field_handlers.inc \twitter_views_handler_field_web_intents::query()
Called to add the field to a query.
Overrides views_handler_field::query
File
- ./
twitter_views_field_handlers.inc, line 101 - Views handlers for Twitter module.
Class
- twitter_views_handler_field_web_intents
- Adds Twitter Intents links.
Code
function query() {
$this
->ensure_my_table();
$this
->add_additional_fields();
}