function OAuthToken::__toString in jQuery social stream 8.2
Same name and namespace in other branches
- 8 src/Twitter/OAuthToken.php \Drupal\jquery_social_stream\Twitter\OAuthToken::__toString()
File
- src/
Twitter/ OAuthToken.php, line 30
Class
Namespace
Drupal\jquery_social_stream\TwitterCode
function __toString() {
return $this
->to_string();
}