function html

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.

... See full list

File

drupal/core/vendor/twig/twig/test/Twig/Tests/integrationTest.php, line 14

Code

function html() {
  return 'foo';
}