You are here

public function AuditFilesConfig::__construct in Audit Files 4.x

Same name and namespace in other branches
  1. 8.3 src/Form/AuditFilesConfig.php \Drupal\auditfiles\Form\AuditFilesConfig::__construct()
  2. 8.2 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 33

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;
}