You are here

service file.htaccess_writer in Drupal 10

Same name and namespace in other branches
  1. 8 core/core.services.yml \file.htaccess_writer
  2. 9 core/core.services.yml \file.htaccess_writer

Class

Drupal\Core\File\HtaccessWriter
6 string references to file.htaccess_writer
DirectoryTest::testFileCheckDirectoryHandling in core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php
Tests directory handling functions.
FileSaveHtaccessLoggingTest::testHtaccessSave in core/modules/system/tests/src/Functional/File/FileSaveHtaccessLoggingTest.php
Tests file_save_htaccess().
HtaccessTest::setUp in core/tests/Drupal/KernelTests/Core/File/HtaccessTest.php
install_base_system in core/includes/install.core.inc
Installation task; install the base functionality Drupal needs to bootstrap.
system_cron in core/modules/system/system.module
Implements hook_cron().

... See full list

File

core/core.services.yml
core/core.services.yml

View source
  1. class: Drupal\Core\File\HtaccessWriter
  2. arguments:
  3. - '@logger.channel.security'
  4. - '@stream_wrapper_manager'