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 |
---|---|---|---|
forum-topic.html.twig | file | core/ |
Default theme implementation to display a forum topic. |
forum-topic.html.twig | file | core/ |
Default theme implementation to display a forum topic. |
forum.concept.html.twig | file | core/ |
--- label: 'Creating threaded discussion forums' top_level: true --- <h2>{% trans %}What is a forum?{% endtrans %}</h2> <p>{% trans %}A forum is nested hierarchy of discussions, where users post topics and comment on… |
forum.configuring.html.twig | file | core/ |
--- label: 'Configuring forums' related: - forum.concept --- {% set forum_concept_topic = render_var(help_topic_link('forum.concept')) %} {% set settings_link_text %}{% trans %}Settings{% endtrans %}{% endset %} {% set… |
forum.locking.html.twig | file | core/ |
--- label: 'Locking a forum topic' related: - forum.concept --- {% set index_link_text %}{% trans %}Forums{% endtrans %}{% endset %} {% set index_link = render_var(help_route_link(index_link_text, 'forum.index')) %} <h2>{%… |
forum.moving.html.twig | file | core/ |
--- label: 'Moving a topic to a new forum' related: - forum.concept --- {% set index_link_text %}{% trans %}Forums{% endtrans %}{% endset %} {% set index_link = render_var(help_route_link(index_link_text, 'forum.index'))… |
forum.starting.html.twig | file | core/ |
--- label: 'Starting a forum discussion' related: - forum.concept --- {% set index_link_text %}{% trans %}Forums{% endtrans %}{% endset %} {% set index_link = render_var(help_route_link(index_link_text, 'forum.index'))… |
forums.html.twig | file | core/ |
Default theme implementation to display a forum. |
forums.html.twig | file | core/ |
Theme override to display a forum. |
forums.html.twig | file | core/ |
Theme override to display a forum. |
forums.html.twig | file | core/ |
Theme override to display a forum. |
forums.html.twig | file | core/ |
Theme override to display a forum. |
FunctionalTestDebugHtmlOutputHelperTest | class | core/ |
Helper test for FunctionalTestDebugHtmlOutputTest. |
FunctionalTestDebugHtmlOutputHelperTest.php | file | core/ |
|
FunctionalTestDebugHtmlOutputHelperTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
FunctionalTestDebugHtmlOutputHelperTest::testCreateFunctionalTestDebugHtmlOutput | function | core/ |
Creates one page of debug HTML output. |
FunctionalTestDebugHtmlOutputTest | class | core/ |
Test to ensure that functional tests produce debug HTML output when required. |
FunctionalTestDebugHtmlOutputTest.php | file | core/ |
|
FunctionalTestDebugHtmlOutputTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
FunctionalTestDebugHtmlOutputTest::testFunctionalTestDebugHtmlOutput | function | core/ |
Ensures that functional tests produce debug HTML output when required. |
FundamentalCompatibilityConstraintValidator::checkAllHtmlTagsAreCreatable | function | core/ |
Checks all HTML tags supported by enabled CKEditor 5 plugins are creatable. |
FundamentalCompatibilityConstraintValidator::checkHtmlRestrictionsAreCompatible | function | core/ |
Checks that fundamental CKEditor 5 plugins' HTML tags are allowed. |
FundamentalCompatibilityConstraintValidator::checkHtmlRestrictionsMatch | function | core/ |
Checks the HTML restrictions match the enabled CKEditor 5 plugins' output. |
FundamentalCompatibilityConstraintValidator::findHtmlRestrictorFilterNotAllowingTags | function | core/ |
Analyzes a text format to find the filter not allowing required tags. |
get-started.html.twig | file | core/ |
Olivero's theme Get Started section. |
give-it-a-go-and-grow-your-own-herbs.html | file | core/ |
|
give-it-a-go-and-grow-your-own-herbs.html | file | core/ |
|
give-your-oatmeal-the-ultimate-makeover.html | file | core/ |
|
give-your-oatmeal-the-ultimate-makeover.html | file | core/ |
|
help-section.html.twig | file | core/ |
Theme override for a section of the help page. |
help-section.html.twig | file | core/ |
Theme override for a section of the help page. |
help-section.html.twig | file | core/ |
Theme override for a section of the help page. |
help-section.html.twig | file | core/ |
Default theme implementation for a section of the help page. |
help-topic.html.twig | file | core/ |
Default theme implementation to display a help topic. |
help-topic.html.twig | file | core/ |
Default theme implementation to display a help topic. |
help-topic.html.twig | file | core/ |
Theme override for a help topic. |
help.help_topic_search.html.twig | file | core/ |
--- label: 'Configuring help search' related: - block.place - system.cache - core.cron - search.overview --- {% set extend_link_text %}{% trans %}Extend{% endtrans %}{% endset %} {% set help_link_text %}{% trans %}Help{% endtrans… |
help.overview.html.twig | file | core/ |
--- label: 'Working with help topics' top_level: true related: - help.help_topic_search - locale.translate_strings --- {% set help_link_text %}{% trans %}Help{% endtrans %}{% endset %} {% set help_link =… |
HelpTopicsSyntaxTest::validateHtml | function | core/ |
Validates the HTML and header hierarchy for topic text. |
help_topics_test.additional.html.twig | file | core/ |
--- label: 'Additional topic' related: - help_topics_test.test --- <p>{% trans %}This topic should get listed automatically on the Help test topic.{% endtrans %}</p> |
help_topics_test.linked.html.twig | file | core/ |
--- label: 'Linked topic' --- <p>{% trans %}This topic is not supposed to be top-level.{% endtrans %}</p> |
help_topics_test.test.html.twig | file | core/ |
--- label: "ABC Help Test module" top_level: true related: - help_topics_test.linked - does_not_exist.and_no_error --- {% set help_topic_link = render_var(help_topic_link('help_topics_test.test_urls')) %} <p>{% trans… |
help_topics_test.test_urls.html.twig | file | core/ |
--- label: 'URL test topic' top_level: true --- {% set non_route_link = render_var(help_route_link('not a route', 'not_a_real_route')) %} {% set missing_params_link = render_var(help_route_link('missing params',… |
help_topics_test_theme.test.html.twig | file | core/ |
--- label: 'XYZ Help Test theme' top_level: true related: - help_topics_test.additional --- <p>{% trans %}This is a theme provided topic.{% endtrans %}</p> |
history.tracking_user_content.html.twig | file | core/ |
--- label: 'Tracking which content a user has visited' related: - core.tracking_content --- <h2>{% trans %}What content visits are tracked?{% endtrans %}</h2> <p>{% trans %}The core History module tracks when each… |
Html | class | core/ |
Provides DOMDocument helpers for parsing and serializing HTML strings. |
Html | class | core/ |
Provides a render element for an entire HTML page: <html> plus its children. |
html-1.txt | file | core/ |
<h1>Test HTML</h1> |
html-1.txt | file | core/ |
<h1>Test HTML</h1> |
html-2.html | file | core/ |
Pagination
- Previous page
- Page 14
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.