Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

HtaccessWriterInterface.php

Namespace

Drupal\Core\File

File

core/lib/Drupal/Core/File/HtaccessWriterInterface.php

View source
<?php

namespace Drupal\Core\File;


/**
 * Interface for managing Apache .htaccess files.
 */
interface HtaccessWriterInterface {
    
    /**
     * Creates a .htaccess file in each Drupal files directory if it is missing.
     */
    public function ensure();
    
    /**
     * Returns a list of the default protected directories.
     *
     * @return \Drupal\Core\File\ProtectedDirectory[]
     *   The default protected directories.
     */
    public function defaultProtectedDirs();

}

Interfaces

Title Deprecated Summary
HtaccessWriterInterface Interface for managing Apache .htaccess files.

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal