You are here

function twitter_views_handler_field_follow::query in Twitter 7.5

Same name and namespace in other branches
  1. 7.6 twitter_views_field_handlers.inc \twitter_views_handler_field_follow::query()

Called to add the field to a query.

Overrides views_handler_field::query

File

./twitter_views_field_handlers.inc, line 121
Views handlers for Twitter module.

Class

twitter_views_handler_field_follow
Adds Twitter Follow link.

Code

function query() {
}