public function BynderApiInterface::hasAccessToken in Bynder 8.3
Same name and namespace in other branches
- 8 src/BynderApiInterface.php \Drupal\bynder\BynderApiInterface::hasAccessToken()
- 8.2 src/BynderApiInterface.php \Drupal\bynder\BynderApiInterface::hasAccessToken()
- 4.0.x src/BynderApiInterface.php \Drupal\bynder\BynderApiInterface::hasAccessToken()
Gets if the current user has a valid oAuth access token.
Return value
bool TRUE if the current user has a valid oAuth access token. FALSE otherwise.
1 method overrides BynderApiInterface::hasAccessToken()
- BynderApi::hasAccessToken in src/
BynderApi.php - Gets if the current user has a valid oAuth access token.
File
- src/
BynderApiInterface.php, line 53
Class
- BynderApiInterface
- Provides Drupal 8 Bynder API.
Namespace
Drupal\bynderCode
public function hasAccessToken();