public function TwitterAPIExchange::getGetfield in Twitter Profile Widget 8.2
Same name and namespace in other branches
- 8 src/Resources/j7mbo/twitter_api_php/TwitterAPIExchange.php \Drupal\twitter_profile_widget\Resources\j7mbo\twitter_api_php\TwitterAPIExchange::getGetfield()
Get getfield string (simple getter)
Return value
string $this->getfields
3 calls to TwitterAPIExchange::getGetfield()
- TwitterAPIExchange::buildOauth in src/
Resources/ j7mbo/ twitter_api_php/ TwitterAPIExchange.php - Build the Oauth object using params set in construct and additionals passed to this method. For v1.1, see: https://dev.twitter.com/docs/api/1.1
- TwitterAPIExchange::performRequest in src/
Resources/ j7mbo/ twitter_api_php/ TwitterAPIExchange.php - Perform the actual data retrieval from the API
- TwitterAPIExchange::setPostfields in src/
Resources/ j7mbo/ twitter_api_php/ TwitterAPIExchange.php - Set postfields array, example: ['screen_name' => 'J7mbo']
File
- src/
Resources/ j7mbo/ twitter_api_php/ TwitterAPIExchange.php, line 180
Class
- TwitterAPIExchange
- Twitter-API-PHP : Simple PHP wrapper for the v1.1 API
Namespace
Drupal\twitter_profile_widget\Resources\j7mbo\twitter_api_phpCode
public function getGetfield() {
return $this->getfield;
}