You are here

public function AuditFilesConfig::__construct in Audit Files 8.2

Same name and namespace in other branches
  1. 8.3 src/Form/AuditFilesConfig.php \Drupal\auditfiles\Form\AuditFilesConfig::__construct()
  2. 4.x src/Form/AuditFilesConfig.php \Drupal\auditfiles\Form\AuditFilesConfig::__construct()

Class constructor.

Parameters

Drupal\Core\StreamWrapper\StreamWrapperManager $stream_wrapper: The stream wrapper service.

Overrides ConfigFormBase::__construct

File

src/Form/AuditFilesConfig.php, line 30

Class

AuditFilesConfig
Use this class to create configuration form for module.

Namespace

Drupal\auditfiles\Form

Code

public function __construct(StreamWrapperManager $stream_wrapper) {
  $this->streamWrapperManager = $stream_wrapper;
}