protected property SamlauthConfigureForm::$keyRepository in SAML Authentication 8.3
Same name and namespace in other branches
- 4.x src/Form/SamlauthConfigureForm.php \Drupal\samlauth\Form\SamlauthConfigureForm::keyRepository
The Key repository service.
This is used as an indicator whether we can show a 'Key' selector on screen. This is when the key module is installed - not when the key_asymmetric module is installed. (The latter is necessary for entering public/private keys but reading them will work fine without it, it seems.)
Type: \Drupal\key\KeyRepositoryInterface
File
- src/
Form/ SamlauthConfigureForm.php, line 55
Class
- SamlauthConfigureForm
- Provides a configuration form for samlauth module settings and IdP/SP info.
Namespace
Drupal\samlauth\FormCode
protected $keyRepository;