Search for %s

  1. Search 7.x for %s
  2. Search 8.9.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
HtaccessTest::testFileAccess function core/modules/system/tests/src/Functional/System/HtaccessTest.php Iterates over protected files and calls assertNoFileAccess().
HtaccessTest::testHtaccessSave function core/tests/Drupal/KernelTests/Core/File/HtaccessTest.php @covers ::write[[api-linebreak]]
HtaccessTest::testSvgzContentEncoding function core/modules/system/tests/src/Functional/System/HtaccessTest.php Tests that SVGZ files are served with Content-Encoding: gzip.
HtaccessWriter class core/lib/Drupal/Core/File/HtaccessWriter.php Provides functions to manage Apache .htaccess files.
HtaccessWriter.php file core/lib/Drupal/Core/File/HtaccessWriter.php
HtaccessWriter::$logger property core/lib/Drupal/Core/File/HtaccessWriter.php The logger.
HtaccessWriter::$streamWrapperManager property core/lib/Drupal/Core/File/HtaccessWriter.php The stream wrapper manager.
HtaccessWriter::defaultProtectedDirs function core/lib/Drupal/Core/File/HtaccessWriter.php
HtaccessWriter::ensure function core/lib/Drupal/Core/File/HtaccessWriter.php
HtaccessWriter::write function core/lib/Drupal/Core/File/HtaccessWriter.php Creates a .htaccess file in the given directory.
HtaccessWriter::__construct function core/lib/Drupal/Core/File/HtaccessWriter.php Htaccess constructor.
HtaccessWriterInterface interface core/lib/Drupal/Core/File/HtaccessWriterInterface.php Interface for managing Apache .htaccess files.
HtaccessWriterInterface.php file core/lib/Drupal/Core/File/HtaccessWriterInterface.php
HtaccessWriterInterface::defaultProtectedDirs function core/lib/Drupal/Core/File/HtaccessWriterInterface.php Returns a list of the default protected directories.
HtaccessWriterInterface::ensure function core/lib/Drupal/Core/File/HtaccessWriterInterface.php Creates a .htaccess file in each Drupal files directory if it is missing.
Html::$classes property core/lib/Drupal/Component/Utility/Html.php An array of previously cleaned HTML classes.
Html::$isAjax property core/lib/Drupal/Component/Utility/Html.php Stores whether the current request was sent via AJAX.
Html::$seenIds property core/lib/Drupal/Component/Utility/Html.php An array of IDs, including incremented versions when an ID is duplicated.
Html::$seenIdsInit property core/lib/Drupal/Component/Utility/Html.php An array of the initial IDs used in one request.
Html::$uriAttributes property core/lib/Drupal/Component/Utility/Html.php All attributes that may contain URIs.
Html::cleanCssIdentifier function core/lib/Drupal/Component/Utility/Html.php Prepares a string for use as a CSS identifier (element, class, or ID name).
Html::decodeEntities function core/lib/Drupal/Component/Utility/Html.php Decodes all HTML entities including numerical ones to regular UTF-8 bytes.
Html::escape function core/lib/Drupal/Component/Utility/Html.php Escapes text by converting special characters to HTML entities.
Html::escapeCdataElement function core/lib/Drupal/Component/Utility/Html.php Adds comments around a <!CDATA section in a \DOMNode.
Html::getClass function core/lib/Drupal/Component/Utility/Html.php Prepares a string for use as a valid class name.
Html::resetSeenIds function core/lib/Drupal/Component/Utility/Html.php Resets the list of seen IDs.
Html::serialize function core/lib/Drupal/Component/Utility/Html.php Converts the body of a \DOMDocument back to an HTML snippet.
Html::setIsAjax function core/lib/Drupal/Component/Utility/Html.php Sets if this request is an Ajax request.
Html::transformRootRelativeUrlsToAbsolute function core/lib/Drupal/Component/Utility/Html.php Converts all root-relative URLs to absolute URLs.
HtmlAttributesTest class core/modules/system/tests/src/Functional/Theme/HtmlAttributesTest.php Tests attributes inserted in the 'html' and 'body' elements on the page.
HtmlAttributesTest.php file core/modules/system/tests/src/Functional/Theme/HtmlAttributesTest.php
HtmlAttributesTest::$defaultTheme property core/modules/system/tests/src/Functional/Theme/HtmlAttributesTest.php
HtmlAttributesTest::$modules property core/modules/system/tests/src/Functional/Theme/HtmlAttributesTest.php Modules to enable.
HtmlAttributesTest::testThemeHtmlAttributes function core/modules/system/tests/src/Functional/Theme/HtmlAttributesTest.php Tests that attributes in the 'html' and 'body' elements can be altered.
HtmlEntityFormController::__construct function core/lib/Drupal/Core/Entity/HtmlEntityFormController.php Constructs a new \Drupal\Core\Routing\Enhancer\FormEnhancer object.
HtmlEscapedText class core/lib/Drupal/Component/Render/HtmlEscapedText.php Escapes HTML syntax characters to HTML entities for display in markup.
HtmlEscapedText.php file core/lib/Drupal/Component/Render/HtmlEscapedText.php
HtmlEscapedText::$string property core/lib/Drupal/Component/Render/HtmlEscapedText.php The string to escape.
HtmlEscapedText::count function core/lib/Drupal/Component/Render/HtmlEscapedText.php #[\ReturnTypeWillChange]
HtmlEscapedText::jsonSerialize function core/lib/Drupal/Component/Render/HtmlEscapedText.php #[\ReturnTypeWillChange]
HtmlEscapedText::__construct function core/lib/Drupal/Component/Render/HtmlEscapedText.php Constructs an HtmlEscapedText object.
HtmlEscapedText::__toString function core/lib/Drupal/Component/Render/HtmlEscapedText.php
HtmlEscapedTextTest class core/tests/Drupal/Tests/Component/Render/HtmlEscapedTextTest.php Tests the HtmlEscapedText class.
HtmlEscapedTextTest.php file core/tests/Drupal/Tests/Component/Render/HtmlEscapedTextTest.php
HtmlEscapedTextTest::providerToString function core/tests/Drupal/Tests/Component/Render/HtmlEscapedTextTest.php Data provider for testToString().
HtmlEscapedTextTest::testCount function core/tests/Drupal/Tests/Component/Render/HtmlEscapedTextTest.php @covers ::count[[api-linebreak]]
HtmlEscapedTextTest::testToString function core/tests/Drupal/Tests/Component/Render/HtmlEscapedTextTest.php @covers ::__toString[[api-linebreak]]
@covers ::jsonSerialize[[api-linebreak]]
HtmlFormController::$classResolver property core/lib/Drupal/Core/Controller/HtmlFormController.php The class resolver.
HtmlFormController::__construct function core/lib/Drupal/Core/Controller/HtmlFormController.php Constructs a new \Drupal\Core\Controller\HtmlFormController object.
HtmlList class core/modules/views/src/Plugin/views/style/HtmlList.php Style plugin to render each item in an ordered or unordered list.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.