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