function SecurityFileUploadEventSubscriber::__construct

Same name in other branches
  1. 9 core/modules/system/src/EventSubscriber/SecurityFileUploadEventSubscriber.php \Drupal\system\EventSubscriber\SecurityFileUploadEventSubscriber::__construct()
  2. 10 core/modules/system/src/EventSubscriber/SecurityFileUploadEventSubscriber.php \Drupal\system\EventSubscriber\SecurityFileUploadEventSubscriber::__construct()

Constructs a new file event listener.

Parameters

\Drupal\Core\Config\ConfigFactoryInterface $configFactory: The config factory.

File

core/modules/system/src/EventSubscriber/SecurityFileUploadEventSubscriber.php, line 23

Class

SecurityFileUploadEventSubscriber
The final subscriber to 'file.upload.sanitize.name'.

Namespace

Drupal\system\EventSubscriber

Code

public function __construct(ConfigFactoryInterface $configFactory) {
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.