Search for html
Exact matches
| Title | Object type | File name | Summary |
|---|---|---|---|
| Html | class | core/ |
Provides a render element for an entire HTML page: <html> plus its children. |
| Html | class | core/ |
Provides DOMDocument helpers for parsing and serializing HTML strings. |
All search results
| Title | Object type | File name | Summary |
|---|---|---|---|
| bad_help_topics.bad_html2.html.twig | file | core/ |
--- label: 'Bad HTML syntax within trans section' top_level: true --- <p>{% trans %}<a href="/foo">Text here{% endtrans %}</a></p> |
| bad_help_topics.bad_html3.html.twig | file | core/ |
--- label: 'Unclosed HTML tag' top_level: true --- <p>{% trans %}<a href="/foo">Text here{% endtrans %}</p> |
| bad_help_topics.empty.html.twig | file | core/ |
--- label: 'Help topic containing no body' top_level: true --- |
| bad_help_topics.h1.html.twig | file | core/ |
--- label: 'Help topic with H1 header' top_level: true --- <h1>{% trans %}Body goes here{% endtrans %}</h1> |
| bad_help_topics.hierarchy.html.twig | file | core/ |
--- label: 'Help topic with h3 without an h2' top_level: true --- <h3>{% trans %}Body goes here{% endtrans %}</h3> |
| bad_help_topics.locale.html.twig | file | core/ |
--- label: 'Help topic with locale-unsafe tag' top_level: true --- <p>{% trans %}some translated text and a <script>alert('hello')</script>{% endtrans %}</p> |
| bad_help_topics.related.html.twig | file | core/ |
--- label: 'Help topic related to nonexistent topic' top_level: true related: - this.is.not.a.valid.help_topic.id --- <p>{% trans %}Body goes here{% trans %}</p> |
| bad_help_topics.top_level.html.twig | file | core/ |
--- label: 'Help topic not top level or related to top level' --- <p>{% trans %}Body goes here{% endtrans %}</p> |
| bad_help_topics.translated.html.twig | file | core/ |
--- label: 'Help topic with untranslated text' top_level: true --- <p>Body goes here</p> <p>{% trans %}some translated text too{% endtrans %}</p> |
| baking-mishaps-our-troubleshooting-tips.html | file | core/ |
|
| baking-mishaps-our-troubleshooting-tips.html | file | core/ |
|
| ban.banning_ips.html.twig | file | core/ |
--- label: 'Banning IP addresses' related: - user.overview --- {% set ban_link_text %}{% trans %}IP address bans{% endtrans %}{% endset %} {% set ban_link = render_var(help_route_link(ban_link_text, 'ban.admin_page'))… |
| BareHtmlPageRenderer | class | core/ |
Provides a proxy class for \Drupal\Core\Render\BareHtmlPageRenderer. |
| BareHtmlPageRenderer | class | core/ |
Default bare HTML page renderer. |
| BareHtmlPageRenderer.php | file | core/ |
|
| BareHtmlPageRenderer.php | file | core/ |
|
| BareHtmlPageRenderer::$container | property | core/ |
The service container. |
| BareHtmlPageRenderer::$drupalProxyOriginalServiceId | property | core/ |
The id of the original proxied service. |
| BareHtmlPageRenderer::$htmlResponseAttachmentsProcessor | property | core/ |
The HTML response attachments processor service. |
| BareHtmlPageRenderer::$renderer | property | core/ |
The renderer service. |
| BareHtmlPageRenderer::$service | property | core/ |
The real proxied service, after it was lazy loaded. |
| BareHtmlPageRenderer::lazyLoadItself | function | core/ |
Lazy loads the real service from the container. |
| BareHtmlPageRenderer::renderBarePage | function | core/ |
Renders a bare page. |
| BareHtmlPageRenderer::renderBarePage | function | core/ |
Renders a bare page. |
| BareHtmlPageRenderer::__construct | function | core/ |
Constructs a ProxyClass Drupal proxy object. |
| BareHtmlPageRenderer::__construct | function | core/ |
Constructs a new BareHtmlPageRenderer. |
| BareHtmlPageRendererInterface | interface | core/ |
Bare HTML page renderer. |
| BareHtmlPageRendererInterface.php | file | core/ |
|
| BareHtmlPageRendererInterface::renderBarePage | function | core/ |
Renders a bare page. |
| bare_html_page_renderer | service | core/ |
Drupal\Core\Render\BareHtmlPageRenderer |
| bartik_preprocess_html | function | core/ |
Implements hook_preprocess_HOOK() for HTML document templates. |
| BigPipe::splitHtmlOnPlaceholders | function | core/ |
Splits an HTML string into fragments. |
| BigPipePlaceholderTestCase::$embeddedHtmlResponse | property | core/ |
The corresponding expected embedded HTML response. |
| BigPipeResponse::$originalHtmlResponse | property | core/ |
The original HTML response. |
| BigPipeResponse::getOriginalHtmlResponse | function | core/ |
Returns the original HTML response. |
| BigPipeResponse::populateBasedOnOriginalHtmlResponse | function | core/ |
Populates this BigPipeResponse object based on the original HTML response. |
| BigPipeResponseAttachmentsProcessor::$htmlResponseAttachmentsProcessor | property | core/ |
The HTML response attachments processor service. |
| BigPipeResponseAttachmentsProcessorTest::nonHtmlResponseProvider | function | core/ |
|
| BigPipeResponseAttachmentsProcessorTest::testHtmlResponse | function | core/ |
@covers ::processAttachments[[api-linebreak]] |
| BigPipeResponseAttachmentsProcessorTest::testNonHtmlResponse | function | core/ |
@covers ::processAttachments[[api-linebreak]] |
| block--bundle--banner-block.html.twig | file | core/ |
Theme override to display a block. |
| block--bundle--footer-promo-block.html.twig | file | core/ |
Theme override to display a block. |
| block--help.html.twig | file | core/ |
Theme override for help messages. |
| block--local-actions-block.html.twig | file | core/ |
Theme override for local actions (primary admin actions.) |
| block--local-actions-block.html.twig | file | core/ |
Theme override for local actions (primary admin actions.) |
| block--local-actions-block.html.twig | file | core/ |
Theme override for local actions (primary admin actions.) |
| block--local-actions-block.html.twig | file | core/ |
Theme override for local actions (primary admin actions.) |
| block--local-actions-block.html.twig | file | core/ |
Theme override for local actions (primary admin actions.) |
| block--local-actions-block.html.twig | file | core/ |
Theme override for local actions (primary admin actions.) |
| block--local-actions-block.html.twig | file | core/ |
Theme override for local actions (primary admin actions.) |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.