public function SecurityFileUploadEventSubscriber::__construct in Drupal 10
Same name and namespace in other branches
- 9 core/modules/system/src/EventSubscriber/SecurityFileUploadEventSubscriber.php \Drupal\system\EventSubscriber\SecurityFileUploadEventSubscriber::__construct()
 
Constructs a new file event listener.
Parameters
\Drupal\Core\Config\ConfigFactoryInterface $config_factory: The config factory.
File
- core/
modules/ system/ src/ EventSubscriber/ SecurityFileUploadEventSubscriber.php, line 30  
Class
- SecurityFileUploadEventSubscriber
 - The final subscriber to 'file.upload.sanitize.name'.
 
Namespace
Drupal\system\EventSubscriberCode
public function __construct(ConfigFactoryInterface $config_factory) {
  $this->config = $config_factory
    ->get('system.file');
}