protected function AuthorizationProfileForm::getConsumerPluginManager in Authorization 8
Retrieves the Consumer plugin manager.
Return value
\Drupal\authorization\Consumer\ConsumerPluginManager The Consumer plugin manager.
File
- src/
Form/ AuthorizationProfileForm.php, line 116
Class
- AuthorizationProfileForm
- Authorization profile form.
Namespace
Drupal\authorization\FormCode
protected function getConsumerPluginManager() : ConsumerPluginManager {
return $this->consumerPluginManager;
}