progress-bar.html.twig |
file |
core/themes/claro/templates/classy/misc/progress-bar.html.twig |
Theme override for a progress bar. |
progress-bar.html.twig |
file |
core/themes/starterkit_theme/templates/misc/progress-bar.html.twig |
Theme override for a progress bar. |
progress-bar.html.twig |
file |
core/modules/system/templates/progress-bar.html.twig |
Default theme implementation for a progress bar. |
progress-bar.html.twig |
file |
core/profiles/demo_umami/themes/umami/templates/classy/misc/progress-bar.html.twig |
Theme override for a progress bar. |
progress-bar.html.twig |
file |
core/themes/stable9/templates/media-library/progress-bar.html.twig |
Theme override for a progress bar. |
radios.html.twig |
file |
core/profiles/demo_umami/themes/umami/templates/classy/form/radios.html.twig |
Theme override for a 'radios' #type form element. |
radios.html.twig |
file |
core/themes/stable9/templates/form/radios.html.twig |
Theme override for a 'radios' #type form element. |
radios.html.twig |
file |
core/themes/claro/templates/form/radios.html.twig |
Theme override for a 'radios' #type form element. |
radios.html.twig |
file |
core/themes/starterkit_theme/templates/form/radios.html.twig |
Theme override for a 'radios' #type form element. |
radios.html.twig |
file |
core/modules/system/templates/radios.html.twig |
Default theme implementation for a 'radios' #type form element. |
region--breadcrumb.html.twig |
file |
core/themes/olivero/templates/layout/region--breadcrumb.html.twig |
Olivero's theme override to display the breadcrumb region. |
region--breadcrumb.html.twig |
file |
core/themes/claro/templates/region--breadcrumb.html.twig |
Theme override to display a breadcrumb region. |
region--content-above.html.twig |
file |
core/themes/olivero/templates/layout/region--content-above.html.twig |
Olivero's theme override to display the content above region. |
region--content-below.html.twig |
file |
core/themes/olivero/templates/layout/region--content-below.html.twig |
Olivero's theme override to display the content below region. |
region--content.html.twig |
file |
core/themes/olivero/templates/layout/region--content.html.twig |
Olivero's theme override to display the content region. |
region--footer-bottom.html.twig |
file |
core/themes/olivero/templates/layout/region--footer-bottom.html.twig |
Olivero's theme override to display the footer bottom region. |
region--footer-top.html.twig |
file |
core/themes/olivero/templates/layout/region--footer-top.html.twig |
Olivero's theme override to display the footer top region. |
region--header.html.twig |
file |
core/profiles/demo_umami/themes/umami/templates/layout/region--header.html.twig |
Theme override to display a region. |
region--header.html.twig |
file |
core/themes/olivero/templates/layout/region--header.html.twig |
Olivero's theme override to display the header region. |
region--highlighted.html.twig |
file |
core/themes/olivero/templates/layout/region--highlighted.html.twig |
Olivero's theme override to display the content region. |
region--primary-menu.html.twig |
file |
core/themes/olivero/templates/layout/region--primary-menu.html.twig |
Olivero's theme override to display the header region. |
region--secondary-menu.html.twig |
file |
core/themes/olivero/templates/layout/region--secondary-menu.html.twig |
Olivero's theme override to display the header region. |
region--sidebar.html.twig |
file |
core/themes/olivero/templates/layout/region--sidebar.html.twig |
Olivero's theme override to display the sidebar region. |
region--social.html.twig |
file |
core/themes/olivero/templates/layout/region--social.html.twig |
Olivero's theme override to display the social region. |
region.html.twig |
file |
core/profiles/demo_umami/themes/umami/templates/classy/layout/region.html.twig |
Theme override to display a region. |
region.html.twig |
file |
core/themes/olivero/templates/layout/region.html.twig |
Olivero's theme override to display a region. |
region.html.twig |
file |
core/themes/stable9/templates/layout/region.html.twig |
Theme override to display a region. |
region.html.twig |
file |
core/modules/system/templates/region.html.twig |
Default theme implementation to display a region. |
region.html.twig |
file |
core/themes/claro/templates/classy/layout/region.html.twig |
Theme override to display a region. |
region.html.twig |
file |
core/themes/starterkit_theme/templates/layout/region.html.twig |
Theme override to display a region. |
RenderArrayNonHtmlSubscriber |
class |
core/lib/Drupal/Core/EventSubscriber/RenderArrayNonHtmlSubscriber.php |
Throws 406 if requesting non-HTML format and controller returns render array. |
RenderArrayNonHtmlSubscriber.php |
file |
core/lib/Drupal/Core/EventSubscriber/RenderArrayNonHtmlSubscriber.php |
|
RenderArrayNonHtmlSubscriber::getSubscribedEvents |
function |
core/lib/Drupal/Core/EventSubscriber/RenderArrayNonHtmlSubscriber.php |
|
RenderArrayNonHtmlSubscriber::onRespond |
function |
core/lib/Drupal/Core/EventSubscriber/RenderArrayNonHtmlSubscriber.php |
Throws an HTTP 406 error if client requested a non-HTML format. |
RenderArrayNonHtmlSubscriberTest |
class |
core/modules/system/tests/src/Functional/Render/RenderArrayNonHtmlSubscriberTest.php |
Functional test verifying that render array throws 406 for non-HTML requests. |
RenderArrayNonHtmlSubscriberTest.php |
file |
core/modules/system/tests/src/Functional/Render/RenderArrayNonHtmlSubscriberTest.php |
|
RenderArrayNonHtmlSubscriberTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Render/RenderArrayNonHtmlSubscriberTest.php |
The theme to install as the default for testing. |
RenderArrayNonHtmlSubscriberTest::$modules |
property |
core/modules/system/tests/src/Functional/Render/RenderArrayNonHtmlSubscriberTest.php |
Modules to install. |
RenderArrayNonHtmlSubscriberTest::testResponses |
function |
core/modules/system/tests/src/Functional/Render/RenderArrayNonHtmlSubscriberTest.php |
Tests handling of responses by events subscriber. |
RenderArrayNonHtmlSubscriberTestController |
class |
core/modules/system/tests/modules/render_array_non_html_subscriber_test/src/RenderArrayNonHtmlSubscriberTestController.php |
|
RenderArrayNonHtmlSubscriberTestController.php |
file |
core/modules/system/tests/modules/render_array_non_html_subscriber_test/src/RenderArrayNonHtmlSubscriberTestController.php |
|
RenderArrayNonHtmlSubscriberTestController::rawString |
function |
core/modules/system/tests/modules/render_array_non_html_subscriber_test/src/RenderArrayNonHtmlSubscriberTestController.php |
|
RenderArrayNonHtmlSubscriberTestController::renderArray |
function |
core/modules/system/tests/modules/render_array_non_html_subscriber_test/src/RenderArrayNonHtmlSubscriberTestController.php |
|
RenderAttachedTestController::htmlHeaderLink |
function |
core/modules/system/tests/modules/render_attached_test/src/Controller/RenderAttachedTestController.php |
Tests HTTP header rendering for link. |
RenderElementTypesTest::testHtmlTag |
function |
core/tests/Drupal/KernelTests/Core/Render/Element/RenderElementTypesTest.php |
Tests system #type 'html_tag'. |
renderer_non_html |
service |
core/core.services.yml |
Drupal\Core\EventSubscriber\RenderArrayNonHtmlSubscriber |
render_array_non_html_subscriber_test.info.yml |
file |
core/modules/system/tests/modules/render_array_non_html_subscriber_test/render_array_non_html_subscriber_test.info.yml |
core/modules/system/tests/modules/render_array_non_html_subscriber_test/render_array_non_html_subscriber_test.info.yml |
render_array_non_html_subscriber_test.routing.yml |
file |
core/modules/system/tests/modules/render_array_non_html_subscriber_test/render_array_non_html_subscriber_test.routing.yml |
core/modules/system/tests/modules/render_array_non_html_subscriber_test/render_array_non_html_subscriber_test.routing.yml |
Resource::$html |
property |
core/modules/media/src/OEmbed/Resource.php |
The HTML representation of the resource. |
Resource::getHtml |
function |
core/modules/media/src/OEmbed/Resource.php |
Returns the HTML representation of the resource. |