You are here

protected property OAuthKey::$configFactory in Lightning API 8.4

Same name and namespace in other branches
  1. 8 src/OAuthKey.php \Drupal\lightning_api\OAuthKey::configFactory
  2. 8.2 src/OAuthKey.php \Drupal\lightning_api\OAuthKey::configFactory
  3. 8.3 src/OAuthKey.php \Drupal\lightning_api\OAuthKey::configFactory

The config factory service.

Type: \Drupal\Core\Config\ConfigFactoryInterface

File

src/OAuthKey.php, line 19

Class

OAuthKey
Defines a service to generate key pairs for oAuth.

Namespace

Drupal\lightning_api

Code

protected $configFactory;