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 |
---|---|---|---|
checkboxes.html.twig | file | core/ |
Theme override for a 'checkboxes' #type form element. |
checkboxes.html.twig | file | core/ |
Default theme implementation for a 'checkboxes' #type form element. |
chili-sauce-umami.html | file | core/ |
|
chili-sauce-umami.html | file | core/ |
|
ckeditor5-settings-toolbar.html.twig | file | core/ |
Default theme implementation to display CKEditor 5 toolbar settings. |
CKEditor5::getGeneratedAllowedHtmlValue | function | core/ |
Value callback to set the CKEditor 5-generated "allowed_html" value. |
CKEditor5AllowedTagsTest::testFullHtml | function | core/ |
Tests full HTML text format. |
CKEditor5MarkupTest::testFilterHtmlAllowedGlobalAttributes | function | core/ |
Ensures that CKEditor 5 retains filter_html's allowed global attributes. |
CKEditor5TestBase::assertHtmlEsqueFieldValueEquals | function | core/ |
Decorates ::fieldValueEquals() to force DrupalCI to provide useful errors. |
CKEditor5TestTrait::getEditorDataAsHtmlString | function | core/ |
Gets CKEditor 5 instance data as a HTML string. |
CKEditor5UpdateImageToolbarItemTest::getFilterHtmlRestrictions | function | core/ |
Gets the configured restrictions for the `filter_html` filter plugin. |
comment.configuring.html.twig | file | core/ |
--- label: 'Configuring comments' related: - comment.overview - comment.creating_type - comment.disabling - field_ui.add_field --- {% set comment_permissions_link_text %} {% trans %}Administer comments and comment settings{% endtrans… |
comment.creating_type.html.twig | file | core/ |
--- label: 'Creating a comment type' related: - field_ui.add_field - field_ui.manage_display - field_ui.manage_form - comment.overview - comment.configuring --- {% set comment_types_link_text %} {% trans %}Comment types{%… |
comment.disabling.html.twig | file | core/ |
--- label: 'Disabling comments' related: - comment.overview - comment.configuring --- {% set comment_permissions_text %} {% trans %}Administer comments and comment settings{% endtrans %} {% endset %} {% set comment_permissions_link =… |
comment.html.twig | file | core/ |
Default theme implementation for comments. |
comment.html.twig | file | core/ |
Theme override for comments. |
comment.html.twig | file | core/ |
Theme override for comments. |
comment.html.twig | file | core/ |
Theme override for comments. |
comment.html.twig | file | core/ |
Olivero's theme implementation for comments. |
comment.html.twig | file | core/ |
Theme override for comments. |
comment.moderating.html.twig | file | core/ |
--- label: 'Moderating comments' related: - comment.overview - comment.configuring - comment.disabling --- {% set comment_unpublished_link_text %} {% trans %}Unapproved comments{% endtrans %} {% endset %} {% set… |
comment.overview.html.twig | file | core/ |
--- label: 'Managing comments' top_level: true related: - comment.moderating - comment.configuring - comment.creating_type - comment.disabling - field_ui.add_field - field_ui.manage_display - field_ui.manage_form --- {% set… |
CommentInterfaceTest::testAutoFilledHtmlSubject | function | core/ |
Tests that automatic subject is correctly created from HTML comment text. |
common-test-foo.html.twig | file | core/ |
Default theme implementation for the common test foo. |
common-test-render-element.html.twig | file | core/ |
Default theme implementation for the common test render element. |
config.export_full.html.twig | file | core/ |
--- label: 'Exporting your complete site configuration' related: - core.config_overview - config.import_full - config.export_single - config.import_single --- {% set export_link_text %}{% trans %}Export{% endtrans %}{% endset %} {% set… |
config.export_single.html.twig | file | core/ |
--- label: 'Exporting a single configuration item' related: - core.config_overview - config.export_full - config.import_full - config.import_single --- {% set single_export_link_text %}{% trans %}Single item{% endtrans %}{% endset %} {% set… |
config.import_full.html.twig | file | core/ |
--- label: 'Importing your complete site configuration' related: - core.config_overview - config.export_full - config.import_single - config.export_single --- {% set import_link_text %}{% trans %}Import{% endtrans %}{% endset %} {% set… |
config.import_single.html.twig | file | core/ |
--- label: 'Importing a single configuration item' related: - core.config_overview - config.export_full - config.import_full - config.export_single --- {% set single_import_link_text %}{% trans %}Single item{% endtrans %}{% endset %} {% set… |
config_translation.overview.html.twig | file | core/ |
--- label: 'Translating configuration' related: - core.config_overview - core.translations - language.add --- {% set config_translation_link_text %}{% trans %}Configuration translation{% endtrans %}{% endset %} {% set… |
config_translation_manage_form_element.html.twig | file | core/ |
Theme override for a form element in config_translation. |
config_translation_manage_form_element.html.twig | file | core/ |
Default theme implementation for a form element in config_translation. |
config_translation_manage_form_element.html.twig | file | core/ |
Theme override for a form element in config_translation. |
confirm-form.html.twig | file | core/ |
Theme override for confirm form. |
confirm-form.html.twig | file | core/ |
Theme override for confirm form. |
confirm-form.html.twig | file | core/ |
Default theme implementation for confirm form. |
contact.adding_fields.html.twig | file | core/ |
--- label: 'Managing the fields of contact forms' related: - contact.overview --- {% set contact_link_text %}{% trans %}Contact forms{% endtrans %}{% endset %} {% set contact_link = render_var(help_route_link(contact_link_text,… |
contact.configuring_personal.html.twig | file | core/ |
--- label: 'Configuring personal contact forms' related: - contact.overview - contact.adding_fields --- {% set config_link_text %}{% trans %}Account settings{% endtrans %}{% endset %} {% set config_link =… |
contact.creating.html.twig | file | core/ |
--- label: 'Creating a new contact form' related: - contact.overview - contact.adding_fields - contact.setting_default --- {% set contact_link_text %}{% trans %}Contact forms{% endtrans %}{% endset %} {% set contact_link =… |
contact.overview.html.twig | file | core/ |
--- label: 'Managing contact forms' top_level: true --- <h2>{% trans %}What are contact forms?{% endtrans %}</h2> <p>{% trans %}There are two different types of contact forms provided by the core Contact module: personal… |
contact.setting_default.html.twig | file | core/ |
--- label: 'Setting a default contact form' related: - contact.overview --- {% set contact_link_text %}{% trans %}Contact forms{% endtrans %}{% endset %} {% set contact_link = render_var(help_route_link(contact_link_text,… |
container--media-library-content.html.twig | file | core/ |
Theme implementation the content area of the modal media library dialog. |
container--media-library-content.html.twig | file | core/ |
Theme implementation the content area of the modal media library dialog. |
container--media-library-widget-selection.html.twig | file | core/ |
Theme implementation of a wrapper for selected media items. |
container--media-library-widget-selection.html.twig | file | core/ |
Theme implementation of a wrapper for selected media items. |
container--text-format-filter-guidelines.html.twig | file | core/ |
Theme implementation for text filter guidelines. |
container--text-format-filter-guidelines.html.twig | file | core/ |
Theme implementation for text filter guidelines. |
container--text-format-filter-help.html.twig | file | core/ |
Theme implementation for text filter help. |
container--text-format-filter-help.html.twig | file | core/ |
Theme implementation for text filter help. |
container--text-format-filter-wrapper.html.twig | file | core/ |
Theme implementation for the text filter wrapper. |
Pagination
- Previous page
- Page 5
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.