protected function TwitterOAuth2::getUrl in Tweet Feed 8.3
Same name and namespace in other branches
- 4.x src/Controller/TwitterOAuth2.php \Drupal\tweet_feed\Controller\TwitterOAuth2::getUrl()
File
- src/
Controller/ TwitterOAuth2.php, line 11
Class
Namespace
Drupal\tweet_feed\ControllerCode
protected function getUrl(string $host, string $path) {
return sprintf('%s/%s/%s.json', $host, self::API_VERSION, $path);
}