Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| HtaccessTest::$modules | property | core/ |
Modules to install. |
| HtaccessTest::$public | property | core/ |
The public directory. |
| HtaccessTest::assertFileAccess | function | core/ |
Asserts that a file exists and requesting it returns a specific response. |
| HtaccessTest::assertFilePermissions | function | core/ |
Asserts expected file permissions for a given file. |
| HtaccessTest::getProtectedFiles | function | core/ |
Get an array of file paths for access testing. |
| HtaccessTest::setUp | function | core/ |
|
| HtaccessTest::testFileAccess | function | core/ |
Iterates over protected files and calls assertNoFileAccess(). |
| HtaccessTest::testHtaccessSave | function | core/ |
Tests htaccess save. |
| HtaccessTest::testHtaccessSaveDisabled | function | core/ |
Tests htaccess save disabled. |
| HtaccessTest::testSvgzContentEncoding | function | core/ |
Tests that SVGZ files are served with Content-Encoding: gzip. |
| HtaccessWriter | class | core/ |
Provides functions to manage Apache .htaccess files. |
| HtaccessWriter.php | file | core/ |
|
| HtaccessWriter::defaultProtectedDirs | function | core/ |
Returns a list of the default protected directories. |
| HtaccessWriter::ensure | function | core/ |
Creates a .htaccess file in each Drupal files directory if it is missing. |
| HtaccessWriter::write | function | core/ |
Creates a .htaccess file in the given directory. |
| HtaccessWriter::__construct | function | core/ |
Htaccess constructor. |
| HtaccessWriterInterface | interface | core/ |
Interface for managing Apache .htaccess files. |
| HtaccessWriterInterface.php | file | core/ |
|
| HtaccessWriterInterface::defaultProtectedDirs | function | core/ |
Returns a list of the default protected directories. |
| HtaccessWriterInterface::ensure | function | core/ |
Creates a .htaccess file in each Drupal files directory if it is missing. |
| Html | class | core/ |
Provides DOMDocument helpers for parsing and serializing HTML strings. |
| Html | class | core/ |
Provides a render element for an entire HTML page: <html> plus its children. |
| html-1.txt | file | core/ |
<h1>Test HTML</h1> |
| html-1.txt | file | core/ |
<h1>Test HTML</h1> |
| html-1.txt | file | core/ |
<h1>Test HTML</h1> |
| html-2.html | file | core/ |
|
| html.html.twig | file | core/ |
Default theme implementation for the basic structure of a single Drupal page. |
| html.html.twig | file | core/ |
Theme override for the basic structure of a single Drupal page. |
| html.html.twig | file | core/ |
Theme override for the basic structure of a single Drupal page. |
| html.html.twig | file | core/ |
Theme override for the basic structure of a single Drupal page. |
| html.html.twig | file | core/ |
Theme override for the basic structure of a single Drupal page. |
| html.html.twig | file | core/ |
Theme override for the basic structure of a single Drupal page. |
| html.html.twig | file | core/ |
Theme override for the basic structure of a single Drupal page. |
| html.html.twig | file | core/ |
Theme override for the basic structure of a single Drupal page. |
| Html.php | file | core/ |
|
| Html.php | file | core/ |
|
| Html::$classes | property | core/ |
An array of previously cleaned HTML classes. |
| Html::$isAjax | property | core/ |
Stores whether the current request was sent via AJAX. |
| Html::$seenIds | property | core/ |
An array of IDs, including incremented versions when an ID is duplicated. |
| Html::$seenIdsInit | property | core/ |
An array of the initial IDs used in one request. |
| Html::$uriAttributes | property | core/ |
All attributes that may contain URIs. |
| Html::cleanCssIdentifier | function | core/ |
Prepares a string for use as a CSS identifier (element, class, or ID name). |
| Html::decodeEntities | function | core/ |
Decodes all HTML entities including numerical ones to regular UTF-8 bytes. |
| Html::escape | function | core/ |
Escapes text by converting special characters to HTML entities. |
| Html::escapeCdataElement | function | core/ |
Adds comments around a <!CDATA section in a \DOMNode. |
| Html::getClass | function | core/ |
Prepares a string for use as a valid class name. |
| Html::getId | function | core/ |
Prepares a string for use as a valid HTML ID. |
| Html::getInfo | function | core/ |
Returns the element properties for this element. |
| Html::getUniqueId | function | core/ |
Prepares a string for use as a valid HTML ID and guarantees uniqueness. |
| Html::load | function | core/ |
Parses an HTML snippet and returns it as a DOM object. |
Pagination
- Previous page
- Page 830
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.