You are here

public function OAuthRequest::__toString in jQuery social stream 8

Same name and namespace in other branches
  1. 8.2 src/Twitter/OAuthRequest.php \Drupal\jquery_social_stream\Twitter\OAuthRequest::__toString()

File

src/Twitter/OAuthRequest.php, line 235

Class

OAuthRequest

Namespace

Drupal\jquery_social_stream\Twitter

Code

public function __toString() {
  return $this
    ->to_url();
}