You are here

7 calls to FileStorage::htaccessLines() in Zircon Profile 8

Composer::ensureHtaccess in core/lib/Drupal/Core/Composer/Composer.php
Ensures that .htaccess and web.config files are present in Composer root.
DirectoryTest::testFileCheckDirectoryHandling in core/modules/system/src/Tests/File/DirectoryTest.php
Test directory handling functions.
FileSaveHtaccessLoggingTest::testHtaccessSave in core/modules/system/src/Tests/File/FileSaveHtaccessLoggingTest.php
Tests file_save_htaccess().
FileStorage::ensureDirectory in core/lib/Drupal/Component/PhpStorage/FileStorage.php
Ensures the directory exists, has the right permissions, and a .htaccess.
FileStorage::save in core/lib/Drupal/Component/PhpStorage/FileStorage.php
Saves PHP code to storage.
file_htaccess_lines in core/includes/file.inc
Returns the standard .htaccess lines that Drupal writes to file directories.
file_save_htaccess in core/includes/file.inc
Creates a .htaccess file in the given directory.