Search for html

  1. Search 7.x for html
  2. Search 9.5.x for html
  3. Search 10.3.x for html
  4. Search 11.x for html
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Html class core/lib/Drupal/Core/Render/Element/Html.php Provides a render element for an entire HTML page: <html> plus its children.
Html class core/lib/Drupal/Component/Utility/Html.php Provides DOMDocument helpers for parsing and serializing HTML strings.

All search results

Title Object type File name Summary
HtmlAttributesTest.php file core/modules/system/tests/src/Functional/Theme/HtmlAttributesTest.php
HtmlAttributesTest::$defaultTheme property core/modules/system/tests/src/Functional/Theme/HtmlAttributesTest.php The theme to install as the default for testing.
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 &#039;html&#039; and &#039;body&#039; elements can be altered.
HtmlCommand class core/lib/Drupal/Core/Ajax/HtmlCommand.php AJAX command for calling the jQuery html() method.
HtmlCommand.php file core/lib/Drupal/Core/Ajax/HtmlCommand.php
HtmlCommand::render function core/lib/Drupal/Core/Ajax/HtmlCommand.php Implements Drupal\Core\Ajax\CommandInterface:render().
HtmlEntityFormController class core/lib/Drupal/Core/Entity/HtmlEntityFormController.php Wrapping controller for entity forms that serve as the main page body.
HtmlEntityFormController.php file core/lib/Drupal/Core/Entity/HtmlEntityFormController.php
HtmlEntityFormController::$deprecatedProperties property core/lib/Drupal/Core/Entity/HtmlEntityFormController.php
HtmlEntityFormController::$entityTypeManager property core/lib/Drupal/Core/Entity/HtmlEntityFormController.php The entity type manager service.
HtmlEntityFormController::getFormArgument function core/lib/Drupal/Core/Entity/HtmlEntityFormController.php Extracts the form argument string from a request.
HtmlEntityFormController::getFormObject function core/lib/Drupal/Core/Entity/HtmlEntityFormController.php Instead of a class name or service ID, $form_arg will be a string
representing the entity and operation being performed.
Consider the following route:
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
HtmlEscapedText::jsonSerialize function core/lib/Drupal/Component/Render/HtmlEscapedText.php
HtmlEscapedText::__construct function core/lib/Drupal/Component/Render/HtmlEscapedText.php Constructs an HtmlEscapedText object.
HtmlEscapedText::__toString function core/lib/Drupal/Component/Render/HtmlEscapedText.php Returns markup.
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
HtmlEscapedTextTest::testToString function core/tests/Drupal/Tests/Component/Render/HtmlEscapedTextTest.php @covers ::__toString
@covers ::jsonSerialize
HtmlFormController class core/lib/Drupal/Core/Controller/HtmlFormController.php Wrapping controller for forms that serve as the main page body.
HtmlFormController.php file core/lib/Drupal/Core/Controller/HtmlFormController.php
HtmlFormController::$classResolver property core/lib/Drupal/Core/Controller/HtmlFormController.php The class resolver.
HtmlFormController::getFormArgument function core/lib/Drupal/Core/Controller/HtmlFormController.php Extracts the form argument string from a request.
HtmlFormController::getFormObject function core/lib/Drupal/Core/Controller/HtmlFormController.php Returns the object used to build the form.
HtmlFormController::__construct function core/lib/Drupal/Core/Controller/HtmlFormController.php Constructs a new \Drupal\Core\Routing\Enhancer\FormEnhancer object.
HtmlList class core/modules/views/src/Plugin/views/style/HtmlList.php Style plugin to render each item in an ordered or unordered list.
HtmlList.php file core/modules/views/src/Plugin/views/style/HtmlList.php
HtmlList::$usesRowClass property core/modules/views/src/Plugin/views/style/HtmlList.php Does the style plugin support custom css class for the rows.
HtmlList::$usesRowPlugin property core/modules/views/src/Plugin/views/style/HtmlList.php Whether or not this style uses a row plugin.
HtmlList::buildOptionsForm function core/modules/views/src/Plugin/views/style/HtmlList.php Render the given style.
HtmlList::defineOptions function core/modules/views/src/Plugin/views/style/HtmlList.php Set default options
HtmlOutputPrinter class core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit6/HtmlOutputPrinter.php Defines a class for providing html output results for functional tests.
HtmlOutputPrinter class core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit7/HtmlOutputPrinter.php Defines a class for providing html output results for functional tests.
HtmlOutputPrinter.php file core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit6/HtmlOutputPrinter.php
HtmlOutputPrinter.php file core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit7/HtmlOutputPrinter.php
HtmlOutputPrinter.php file core/tests/Drupal/Tests/Listeners/HtmlOutputPrinter.php Defines a class for providing html output results for functional tests.
HtmlOutputPrinter::printResult function core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit6/HtmlOutputPrinter.php
HtmlOutputPrinter::printResult function core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit7/HtmlOutputPrinter.php
HtmlOutputPrinterTrait trait core/tests/Drupal/Tests/Listeners/HtmlOutputPrinterTrait.php Defines a class for providing html output results for functional tests.
HtmlOutputPrinterTrait.php file core/tests/Drupal/Tests/Listeners/HtmlOutputPrinterTrait.php
HtmlOutputPrinterTrait::$browserOutputFile property core/tests/Drupal/Tests/Listeners/HtmlOutputPrinterTrait.php File to write html links to.
HtmlOutputPrinterTrait::printHtmlOutput function core/tests/Drupal/Tests/Listeners/HtmlOutputPrinterTrait.php Prints the list of HTML output generated during the test.
HtmlOutputPrinterTrait::setUpHtmlOutput function core/tests/Drupal/Tests/Listeners/HtmlOutputPrinterTrait.php Creates the file to list the HTML output created during the test.

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