function html in Zircon Profile 8
Same name and namespace in other branches
110 string references to 'html'
- AcceptHeaderMatcherTest::acceptFilterProvider in core/
modules/ system/ tests/ modules/ accept_header_routing_test/ tests/ Unit/ AcceptHeaderMatcherTest.php - Provides data for the Accept header filtering test.
- AcceptHeaderMiddleware::handle in core/
modules/ system/ tests/ modules/ accept_header_routing_test/ src/ AcceptHeaderMiddleware.php - Handles a Request to convert it to a Response.
- AcceptNegotiation406::onViewDetect406 in core/
lib/ Drupal/ Core/ EventSubscriber/ AcceptNegotiation406.php - Throws an HTTP 406 error if we get this far, which we normally shouldn't.
- AjaxCommandsTest::testHtmlCommand in core/
tests/ Drupal/ Tests/ Core/ Ajax/ AjaxCommandsTest.php - @covers \Drupal\Core\Ajax\HtmlCommand
- AssertPageCacheContextsAndTagsTrait::assertPageCacheContextsAndTags in core/
modules/ system/ src/ Tests/ Cache/ AssertPageCacheContextsAndTagsTrait.php - Asserts page cache miss, then hit for the given URL; checks cache headers.
File
- vendor/
twig/ twig/ test/ Twig/ Tests/ IntegrationTest.php, line 14
Code
function html() {
return 'foo';
}