function html

46 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.
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.
EasyRdf_Parser_Rdfa::printNode in drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Rdfa.php
EntityFormEnhancer::enhance in drupal/core/lib/Drupal/Core/Entity/Enhancer/EntityFormEnhancer.php
Update the defaults based on its own data and the request.

... See full list

File

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

Code

function html() {
  return 'foo';
}