function twitter_views_handler_field_web_intents::construct in Twitter 7.5
Same name and namespace in other branches
- 7.6 twitter_views_field_handlers.inc \twitter_views_handler_field_web_intents::construct()
Add twitter_id field, which is needed during rendering.
Overrides views_handler_field::construct
File
- ./
twitter_views_field_handlers.inc, line 96 - Views handlers for Twitter module.
Class
- twitter_views_handler_field_web_intents
- Adds Twitter Intents links.
Code
function construct() {
parent::construct();
$this->additional_fields['twitter_id'] = 'twitter_id';
}