70 string references to 'Html'

AcceptHeaderMatcherTest::acceptFilterProvider in core/tests/Drupal/Tests/Core/Routing/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
AdminRouteSubscriber::isHtmlRoute in core/modules/system/src/EventSubscriber/AdminRouteSubscriber.php
Determines whether the given route is an HTML route.
AdminRouteSubscriberTest::providerTestAlterRoutes in core/modules/system/tests/src/Unit/Routing/AdminRouteSubscriberTest.php
AjaxCommandsTest::testHtmlCommand in core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php
@covers \Drupal\Core\Ajax\HtmlCommand
AjaxTestController::insertLinksBlockWrapper in core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php
Returns a render array of links that directly Drupal.ajax().
AjaxTestController::insertLinksInlineWrapper in core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php
Returns a render array of links that directly Drupal.ajax().
book_node_links_alter in core/modules/book/book.module
Implements hook_node_links_alter().
CKEditor5UpdateCodeBlockConfigurationTest::testUpdateCodeBlockConfigurationPostUpdate in core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateCodeBlockConfigurationTest.php
Ensure default configuration for the CKEditor 5 codeBlock plugin is added.
CKEditor5UpdateCodeBlockConfigurationTest::testUpdateCodeBlockConfigurationPostUpdate in core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateCodeBlockConfigurationTest.php
Ensure default configuration for the CKEditor 5 codeBlock plugin is added.
CodeBlock::defaultConfiguration in core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/CodeBlock.php
CodeBlock::defaultConfiguration in core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/CodeBlock.php
ConfigFileContentTest::testSerialization in core/tests/Drupal/KernelTests/Core/Config/ConfigFileContentTest.php
Tests serialization of configuration to file.
ConfigurablePluginTest::testDefaults in core/modules/ckeditor5/tests/src/Kernel/ConfigurablePluginTest.php
Tests default settings for configurable CKEditor 5 plugins.
ConfigurablePluginTest::testDefaults in core/modules/ckeditor5/tests/src/Kernel/ConfigurablePluginTest.php
Tests default settings for configurable CKEditor 5 plugins.
CsrfExceptionSubscriber::getHandledFormats in core/lib/Drupal/Core/EventSubscriber/CsrfExceptionSubscriber.php
Specifies the request formats this subscriber will respond to.
default.services.yml in core/assets/scaffold/files/default.services.yml
core/assets/scaffold/files/default.services.yml
default.services.yml in sites/default/default.services.yml
sites/default/default.services.yml
DefaultExceptionHtmlSubscriber::getHandledFormats in core/lib/Drupal/Core/EventSubscriber/DefaultExceptionHtmlSubscriber.php
Specifies the request formats this subscriber will respond to.
default_format_test.routing.yml in core/modules/system/tests/modules/default_format_test/default_format_test.routing.yml
core/modules/system/tests/modules/default_format_test/default_format_test.routing.yml
drupal_common_theme in core/includes/theme.inc
Provides theme registration for themes across .inc files.
editor.editor.full_html.yml in core/recipes/full_html_format_editor/config/editor.editor.full_html.yml
core/recipes/full_html_format_editor/config/editor.editor.full_html.yml
editor.editor.full_html.yml in core/profiles/standard/config/install/editor.editor.full_html.yml
core/profiles/standard/config/install/editor.editor.full_html.yml
editor.editor.full_html.yml in core/recipes/full_html_format_editor/config/editor.editor.full_html.yml
core/recipes/full_html_format_editor/config/editor.editor.full_html.yml
editor.editor.full_html.yml in core/profiles/standard/config/install/editor.editor.full_html.yml
core/profiles/standard/config/install/editor.editor.full_html.yml
ExceptionDetectNeedsInstallSubscriber::onException in core/lib/Drupal/Core/EventSubscriber/ExceptionDetectNeedsInstallSubscriber.php
Handles errors for this subscriber.
ExceptionHandlingTest::doTest404Route in core/tests/Drupal/KernelTests/Core/Routing/ExceptionHandlingTest.php
Sets the given path to use as the 404 page and triggers a 404.
ExceptionHandlingTest::testBacktraceEscaping in core/tests/Drupal/KernelTests/Core/Routing/ExceptionHandlingTest.php
Tests if exception backtraces are properly escaped when output to HTML.
ExceptionHandlingTest::testExceptionEscaping in core/tests/Drupal/KernelTests/Core/Routing/ExceptionHandlingTest.php
Tests exception message escaping.
ExceptionHandlingTest::testHtml403 in core/tests/Drupal/KernelTests/Core/Routing/ExceptionHandlingTest.php
Tests the exception handling for HTML and 403 status code.
ExceptionHandlingTest::testHtml404 in core/tests/Drupal/KernelTests/Core/Routing/ExceptionHandlingTest.php
Tests the exception handling for HTML and 404 status code.
Fast404ExceptionHtmlSubscriber::getHandledFormats in core/lib/Drupal/Core/EventSubscriber/Fast404ExceptionHtmlSubscriber.php
Specifies the request formats this subscriber will respond to.
FinalExceptionSubscriber::onException in core/lib/Drupal/Core/EventSubscriber/FinalExceptionSubscriber.php
Handles exceptions for this subscriber.
FormAjaxSubscriber::onView in core/lib/Drupal/Core/Form/EventSubscriber/FormAjaxSubscriber.php
Alters the wrapper format if this is an AJAX form request.
HtmlCommand::render in core/lib/Drupal/Core/Ajax/HtmlCommand.php
Implements Drupal\Core\Ajax\CommandInterface:render().
HtmlToTextTest::testDrupalHtmlToTextArgs in core/modules/system/tests/src/Unit/Mail/HtmlToTextTest.php
Tests allowing tags in \Drupal\Core\Mail\MailFormatHelper::htmlToText().
MainContentViewSubscriber::onViewRenderArray in core/lib/Drupal/Core/EventSubscriber/MainContentViewSubscriber.php
Sets a response given a (main content) render array.
MaintenanceModeSubscriber::onMaintenanceModeRequest in core/lib/Drupal/Core/EventSubscriber/MaintenanceModeSubscriber.php
Returns response when site is in maintenance mode and user is not exempt.
MediaSourceOEmbedVideoTest::testMediaOEmbedVideoSource in core/modules/media/tests/src/FunctionalJavascript/MediaSourceOEmbedVideoTest.php
Tests the oembed media source.
OEmbed::getMetadata in core/modules/media/src/Plugin/media/Source/OEmbed.php
Gets the value for a metadata attribute for a given media item.
Page::getRoute in core/modules/views/src/Plugin/views/display/Page.php
Generates a route entry for a given view and display.
PathPluginBase::overrideApplies in core/modules/views/src/Plugin/views/display/PathPluginBase.php
Determines whether the view overrides the given route.
RenderArrayNonHtmlSubscriber::onRespond in core/lib/Drupal/Core/EventSubscriber/RenderArrayNonHtmlSubscriber.php
Throws an HTTP 406 error if client requested a non-HTML format.
RequestFormatRouteFilter::getAvailableFormats in core/lib/Drupal/Core/Routing/RequestFormatRouteFilter.php
Gets the set of formats across all routes in the collection.
RequestFormatRouteFilter::getDefaultFormat in core/lib/Drupal/Core/Routing/RequestFormatRouteFilter.php
Determines the default request format.
RequestFormatRouteFilterTest::filterProvider in core/tests/Drupal/Tests/Core/Routing/RequestFormatRouteFilterTest.php
RestExport::initDisplay in core/modules/rest/src/Plugin/views/display/RestExport.php
Initializes the display plugin.
RoutePreloader::isGetAndHtmlRoute in core/lib/Drupal/Core/Routing/RoutePreloader.php
Determines whether the given route is a GET and HTML route.
RoutePreloader::onRequest in core/lib/Drupal/Core/Routing/RoutePreloader.php
Loads all non-admin routes right before the actual page is rendered.
RoutePreloaderTest::testOnRequestOnHtml in core/tests/Drupal/Tests/Core/Routing/RoutePreloaderTest.php
Tests onRequest on a html request.
RoutingFixtures::sampleRouteCollection in core/tests/Drupal/Tests/Core/Routing/RoutingFixtures.php
Returns a standard set of routes for testing.
RoutingFixtures::staticSampleRouteCollection in core/tests/Drupal/Tests/Core/Routing/RoutingFixtures.php
Returns a static version of the routes.
SearchExcerptTest::testSearchExcerptSimplified in core/modules/search/tests/src/Kernel/SearchExcerptTest.php
Tests search_excerpt() with search keywords matching simplified words.
search_langcode_test_search_preprocess in core/modules/search/tests/modules/search_langcode_test/search_langcode_test.module
Implements hook_search_preprocess().
SmartDefaultSettingsTest::provider in core/modules/ckeditor5/tests/src/Kernel/SmartDefaultSettingsTest.php
Data provider.
SmartDefaultSettingsTest::provider in core/modules/ckeditor5/tests/src/Kernel/SmartDefaultSettingsTest.php
Data provider.
StyleSerializerEntityTest::testResponseFormatConfiguration in core/modules/rest/tests/src/Functional/Views/StyleSerializerEntityTest.php
Tests the response format configuration.
StyleSerializerTest::testSharedPagePath in core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php
Verifies REST export views work on the same path as a page display.
system.routing.yml in core/modules/system/system.routing.yml
core/modules/system/system.routing.yml
system_theme_suggestions_html in core/modules/system/system.module
Implements hook_theme_suggestions_HOOK().
TestFileCreationTrait::getTestFiles in core/tests/Drupal/Tests/TestFileCreationTrait.php
Gets a list of files that can be used in tests.
TwigEnvironment::__construct in core/lib/Drupal/Core/Template/TwigEnvironment.php
Creates a TwigEnvironment object, including its cache and storage.
TwigExtension::escapeFilter in core/lib/Drupal/Core/Template/TwigExtension.php
Overrides twig_escape_filter().
TwigExtension::getFilters in core/lib/Drupal/Core/Template/TwigExtension.php
TwigExtension::isUrlGenerationSafe in core/lib/Drupal/Core/Template/TwigExtension.php
Determines at compile time whether the generated URL will be safe.
TwigExtension::safeJoin in core/lib/Drupal/Core/Template/TwigExtension.php
Joins several strings together safely.
TwigExtensionTest::testEscapeWithGeneratedLink in core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php
@covers ::escapeFilter @covers ::bubbleArgMetadata
TwigExtensionTest::testEscaping in core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php
Tests the escaping.
TwigExtensionTest::testSafeStringEscaping in core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php
Tests the escaping of objects implementing MarkupInterface.
TwigIncludeTest::testTemplateInclusion in core/modules/system/tests/src/Kernel/Theme/TwigIncludeTest.php
Tests template inclusion extension checking.

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