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