public function OAuthRequest::get_parameter in jQuery social stream 8.2
Same name and namespace in other branches
- 8 src/Twitter/OAuthRequest.php \Drupal\jquery_social_stream\Twitter\OAuthRequest::get_parameter()
File
- src/
Twitter/ OAuthRequest.php, line 110
Class
Namespace
Drupal\jquery_social_stream\TwitterCode
public function get_parameter($name) {
return isset($this->parameters[$name]) ? $this->parameters[$name] : null;
}