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 |
---|---|---|---|
action.creating.html.twig | file | core/ |
--- label: 'Creating an advanced action' related: - action.overview - views_ui.bulk_operations --- {% set actions_link_text %} {% trans %}Actions{% endtrans %} {% endset %} {% set actions = render_var(help_route_link(actions_link_text,… |
action.overview.html.twig | file | core/ |
--- label: 'Configuring actions' top_level: true related: - views.overview - views_ui.bulk_operations --- {% set actions_link_text %} {% trans %}Actions administration page{% endtrans %} {% endset %} {% set actions_page =… |
ActiveLinkResponseFilterTest::testOnlyHtml | function | core/ |
Tests ActiveLinkResponseFilter only affects HTML responses. |
admin-block-content.html.twig | file | core/ |
Theme override for the content of an administrative block. |
admin-block-content.html.twig | file | core/ |
Claro's theme implementation for the content of an administrative block. |
admin-block-content.html.twig | file | core/ |
Default theme implementation for the content of an administrative block. |
admin-block.html.twig | file | core/ |
Default theme implementation for an administrative block. |
admin-block.html.twig | file | core/ |
Theme override for an administrative block. |
admin-page.html.twig | file | core/ |
Theme override for an administrative page. |
admin-page.html.twig | file | core/ |
Theme override for an administrative page. |
admin-page.html.twig | file | core/ |
Default theme implementation for an administrative page. |
AdminHtmlRouteProvider | class | core/ |
Provides HTML routes for entities with administrative add/edit/delete pages. |
AdminHtmlRouteProvider.php | file | core/ |
|
AdminHtmlRouteProvider::getAddFormRoute | function | core/ |
Gets the add-form route. |
AdminHtmlRouteProvider::getAddPageRoute | function | core/ |
Gets the add page route. |
AdminHtmlRouteProvider::getDeleteFormRoute | function | core/ |
Gets the delete-form route. |
AdminHtmlRouteProvider::getDeleteMultipleFormRoute | function | core/ |
Returns the delete multiple form route. |
AdminHtmlRouteProvider::getEditFormRoute | function | core/ |
Gets the edit-form route. |
AdminRouteSubscriber::isHtmlRoute | function | core/ |
Determines whether the given route is an HTML route. |
AjaxCommandsTest::testHtmlCommand | function | core/ |
@covers \Drupal\Core\Ajax\HtmlCommand |
ajax_forms_test_advanced_commands_html_callback | function | core/ |
Ajax form callback: Selects 'html'. |
announcements-feed-admin.html.twig | file | core/ |
Template file for the theming of announcement_feed admin page. |
announcements-feed-admin.html.twig | file | core/ |
Template file for the theming of announcement_feed admin page. |
announcements-feed.html.twig | file | core/ |
Template file for the theming of announcement_feed off-canvas dialog. |
announcements-feed.html.twig | file | core/ |
Template file for the theming of announcement_feed off-canvas dialog. |
announcements.html.twig | file | core/ |
{% if count %} <nav class="announcements"> <ul> {% if featured|length %} {% for announcement in featured %} <li class="announcement announcement--featured" data-drupal-featured> … |
announcements_feed.overview.html.twig | file | core/ |
--- label: 'Viewing Drupal announcements' top_level: true --- {% set actions_link_text %} {% trans %}Announcements{% endtrans %} {% endset %} {% set actions_link = render_var(help_route_link(actions_link_text,… |
AttachedAssetsTest::testHeaderHTML | function | core/ |
Tests JS assets depending on the 'core/<head>' virtual library. |
authorize-report.html.twig | file | core/ |
Theme override for authorize.php operation report templates. |
authorize-report.html.twig | file | core/ |
Default theme implementation for authorize.php operation report templates. |
bad_help_topics.bad_html.html.twig | file | core/ |
--- label: 'Help topic with bad HTML syntax' top_level: true --- <p>{% trans %}Body goes here{% endtrans %}</h3> |
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> |
bad_help_topics.url_func_used.html.twig | file | core/ |
--- label: 'URL test topic that uses outdated url function' top_level: true --- {% set link_uses_url_func = render_var(url('valid.route')) %} <p>{% trans %}This topic should be top-level. It is used to test URLs{% endtrans… |
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/ |
Default bare HTML page renderer. |
BareHtmlPageRenderer | class | core/ |
Provides a proxy class for \Drupal\Core\Render\BareHtmlPageRenderer. |
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. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.