public function FeedsYouTubeFetcher::getAccessTokenCacheId in Feeds: YouTube Parser 8
Get access token cache ID.
Parameters
string $id: The feed Id.
Return value
string
1 call to FeedsYouTubeFetcher::getAccessTokenCacheId()
- FeedsYouTubeFetcher::getClientFactory in src/
Feeds/ Fetcher/ FeedsYouTubeFetcher.php - Helper function to get client factory.
File
- src/
Feeds/ Fetcher/ FeedsYouTubeFetcher.php, line 317
Class
- FeedsYouTubeFetcher
- Constructs FeedsYouTubeFetcher object.
Namespace
Drupal\feeds_youtube\Feeds\FetcherCode
public function getAccessTokenCacheId($id) {
return 'feeds_youtube:google_access_token:' . $id;
}