You are here

public function TwitterAPIExchange::getHttpStatusCode in Twitter Profile Widget 8

Same name and namespace in other branches
  1. 8.2 src/Resources/j7mbo/twitter_api_php/TwitterAPIExchange.php \Drupal\twitter_profile_widget\Resources\j7mbo\twitter_api_php\TwitterAPIExchange::getHttpStatusCode()

Get the HTTP status code for the previous request

Return value

integer

File

src/Resources/j7mbo/twitter_api_php/TwitterAPIExchange.php, line 402

Class

TwitterAPIExchange
Twitter-API-PHP : Simple PHP wrapper for the v1.1 API

Namespace

Drupal\twitter_profile_widget\Resources\j7mbo\twitter_api_php

Code

public function getHttpStatusCode() {
  return $this->httpStatusCode;
}