public function ProviderPluginBase::revocationSupported in Authorization 8
Provides revocation.
Return value
bool Revocation supported.
Overrides ProviderInterface::revocationSupported
File
- src/
Provider/ ProviderPluginBase.php, line 56
Class
- ProviderPluginBase
- Base class for Authorization provider plugins.
Namespace
Drupal\authorization\ProviderCode
public function revocationSupported() : bool {
return $this->revocationSupported;
}