You are here

public function ProviderPluginBase::isSyncOnLogonSupported in Authorization 8

Provides sync on logon.

Return value

bool Sync on logon supported.

Overrides ProviderInterface::isSyncOnLogonSupported

File

src/Provider/ProviderPluginBase.php, line 49

Class

ProviderPluginBase
Base class for Authorization provider plugins.

Namespace

Drupal\authorization\Provider

Code

public function isSyncOnLogonSupported() : bool {
  return $this->syncOnLogonSupported;
}