25 string references to 'html'

AjaxCommandsUnitTest::testHtmlCommand in drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/AjaxCommandsUnitTest.php
Tests that HtmlCommand objects can be constructed and rendered.
ajax_command_html in drupal/core/includes/ajax.inc
Creates a Drupal Ajax 'insert/html' command.
CommandsTest::testAjaxCommands in drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/CommandsTest.php
Tests the various Ajax Commands.
ContentNegotiation::getContentType in drupal/core/lib/Drupal/Core/ContentNegotiation.php
Gets the normalized type of a request.
drupal_common_theme in drupal/core/includes/theme.inc
Provides theme registration for themes across .inc files.
HtmlCommand::render in drupal/core/lib/Drupal/Core/Ajax/HtmlCommand.php
Implements Drupal\Core\Ajax\CommandInterface:render().
HtmlToTextTest::testDrupalHtmlToTextArgs in drupal/core/modules/system/lib/Drupal/system/Tests/Mail/HtmlToTextTest.php
Test $allowed_tags argument of drupal_html_to_text().
RequestDataCollectorTest::testCollect in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DataCollector/RequestDataCollectorTest.php
@dataProvider provider
RequestTest::testGetRequestFormat in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestTest.php
RoutingFixtures::sampleRouteCollection in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RoutingFixtures.php
Returns a standard set of routes for testing.
system_element_info in drupal/core/modules/system/system.module
Implements hook_element_info().
template_preprocess_html in drupal/core/includes/theme.inc
Preprocess variables for html.tpl.php
TestExtension::escape_and_nl2br in drupal/core/vendor/twig/twig/test/Twig/Tests/integrationTest.php
nl2br which also escapes, for testing escaper filters
TestExtension::getFilters in drupal/core/vendor/twig/twig/test/Twig/Tests/integrationTest.php
TestExtension::getFunctions in drupal/core/vendor/twig/twig/test/Twig/Tests/integrationTest.php
Twig_Environment::__construct in drupal/core/vendor/twig/twig/lib/Twig/Environment.php
Constructor.
twig_escape_filter in drupal/core/vendor/twig/twig/lib/Twig/Extension/Core.php
Escapes a string.
twig_escape_filter_is_safe in drupal/core/vendor/twig/twig/lib/Twig/Extension/Core.php
Twig_Extension_Core::getFilters in drupal/core/vendor/twig/twig/lib/Twig/Extension/Core.php
Returns a list of filters to add to the existing list.
Twig_Extension_Debug::getFunctions in drupal/core/vendor/twig/twig/lib/Twig/Extension/Debug.php
Returns a list of global functions to add to the existing list.
Twig_Extension_Escaper::setDefaultStrategy in drupal/core/vendor/twig/twig/lib/Twig/Extension/Escaper.php
Sets the default strategy to use when not defined by the user.
Twig_Tests_EnvironmentTest::testAutoescapeOption in drupal/core/vendor/twig/twig/test/Twig/Tests/EnvironmentTest.php
Twig_TokenParser_AutoEscape::parse in drupal/core/vendor/twig/twig/lib/Twig/TokenParser/AutoEscape.php
Parses a token and returns a node.
WebTestBase::drupalGetTestFiles in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
Get a list files that can be used in tests.
WebTestBase::drupalPostAJAX in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
Execute an Ajax submission.