You are here

protected property DevelMailLog::$fileSystem in Devel 8.3

Same name and namespace in other branches
  1. 4.x src/Plugin/Mail/DevelMailLog.php \Drupal\devel\Plugin\Mail\DevelMailLog::fileSystem

The file system service.

Type: \Drupal\Core\File\FileSystemInterface

File

src/Plugin/Mail/DevelMailLog.php, line 62

Class

DevelMailLog
Defines a mail backend that saves emails as temporary files.

Namespace

Drupal\devel\Plugin\Mail

Code

protected $fileSystem;