function OAuthServer::__construct in jQuery social stream 8
Same name and namespace in other branches
- 8.2 src/Twitter/OAuthServer.php \Drupal\jquery_social_stream\Twitter\OAuthServer::__construct()
File
- src/
Twitter/ OAuthServer.php, line 12
Class
Namespace
Drupal\jquery_social_stream\TwitterCode
function __construct($data_store) {
$this->data_store = $data_store;
}