public function ProviderInterface::revocationSupported in Authorization 8
Provides revocation.
Return value
bool Revocation supported.
1 method overrides ProviderInterface::revocationSupported()
- ProviderPluginBase::revocationSupported in src/
Provider/ ProviderPluginBase.php - Provides revocation.
File
- src/
Provider/ ProviderInterface.php, line 64
Class
- ProviderInterface
- Defines an interface for Authorization provider plugins.
Namespace
Drupal\authorization\ProviderCode
public function revocationSupported() : bool;