You are here

protected function AuthorizationProfileForm::getProviderPluginManager in Authorization 8

Retrieves the Provider plugin manager.

Return value

\Drupal\authorization\Provider\ProviderPluginManager The Provider plugin manager.

File

src/Form/AuthorizationProfileForm.php, line 106

Class

AuthorizationProfileForm
Authorization profile form.

Namespace

Drupal\authorization\Form

Code

protected function getProviderPluginManager() : ProviderPluginManager {
  return $this->providerPluginManager;
}