You are here

protected property OAuthKey::$fileSystem in Lightning API 8.3

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

The file system service.

Type: \Drupal\Core\File\FileSystemInterface

File

src/OAuthKey.php, line 26

Class

OAuthKey
Generates key pairs for use with OAuth.

Namespace

Drupal\lightning_api

Code

protected $fileSystem;