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 |
|---|---|---|---|
| core.appearance.html.twig | file | core/ |
--- label: 'Changing the appearance of your site' top_level: true related: - core.content_structure --- {% set content_structure_topic = render_var(help_topic_link('core.content_structure')) %} <h2>{% trans %}What is a… |
| core.config_overview.html.twig | file | core/ |
--- label: 'Managing and deploying configuration' top_level: true related: - config.export_full - config.import_full - config.export_single - config.import_single --- <h2>{% trans %}What is the configuration system?{% endtrans… |
| core.content_structure.html.twig | file | core/ |
--- label: 'Managing content structure' top_level: true --- {% set help_url = render_var(url('help.main')) %} <h2>{% trans %}What types of data does a site have?{% endtrans %}</h2> <p>{% trans %}There are four… |
| core.cron.html.twig | file | core/ |
--- label: 'Running and configuring cron' related: - core.maintenance --- {% set cron_link_text %}{% trans %}Cron{% endtrans %}{% endset %} {% set cron_link = render_var(help_route_link(cron_link_text, 'system.cron_settings'))… |
| core.date_format.html_date.yml | file | core/ |
core/modules/system/config/install/core.date_format.html_date.yml |
| core.date_format.html_datetime.yml | file | core/ |
core/modules/system/config/install/core.date_format.html_datetime.yml |
| core.date_format.html_month.yml | file | core/ |
core/modules/system/config/install/core.date_format.html_month.yml |
| core.date_format.html_time.yml | file | core/ |
core/modules/system/config/install/core.date_format.html_time.yml |
| core.date_format.html_week.yml | file | core/ |
core/modules/system/config/install/core.date_format.html_week.yml |
| core.date_format.html_year.yml | file | core/ |
core/modules/system/config/install/core.date_format.html_year.yml |
| core.date_format.html_yearless_date.yml | file | core/ |
core/modules/system/config/install/core.date_format.html_yearless_date.yml |
| core.extending.html.twig | file | core/ |
--- label: 'Extending and modifying your site functionality' top_level: true --- <h2>{% trans %}What is a module?{% endtrans %}</h2> <p>{% trans %}A <em>module</em> is a set of PHP, JavaScript, and/or CSS files… |
| core.maintenance.html.twig | file | core/ |
--- label: 'Maintaining and troubleshooting your site' top_level: true related: - core.cron - core.extending - core.security - system.cache - system.config_error - system.maintenance_mode --- <h2>{% trans %}Maintaining and… |
| core.media.html.twig | file | core/ |
--- label: 'Managing media' top_level: true related: - core.content_structure - field_ui.add_field - field_ui.reference_field - field_ui.manage_form - breakpoint.overview --- {% set content_structure_topic =… |
| core.menus.html.twig | file | core/ |
--- label: 'Managing menus' top_level: true related: - block.place --- <h2>{% trans %}What is a menu?{% endtrans %}</h2> <p>{% trans %}A menu is a collection of <em>menu links</em> used to navigate a web site.… |
| core.performance.html.twig | file | core/ |
--- label: 'Optimizing site performance' top_level: true --- <h2>{% trans %}What is site performance?{% endtrans %}</h2> <p>{% trans %}Site performance, in this context, refers to speed factors such as the page load time… |
| core.security.html.twig | file | core/ |
--- label: 'Making your site secure' top_level: true --- <h2>{% trans %}What are security updates?{% endtrans %}</h2> <p>{% trans %}Any software occasionally has bugs, and sometimes these bugs have security implications.… |
| core.settings_tray.html.twig | file | core/ |
--- label: 'Using in-line (quick) settings editing' related: - core.ui_components --- <h2>{% trans %}Goal{% endtrans %}</h2> <p>{% trans %}Edit settings in place.{% endtrans %}</p> <h2>{% trans %}What is quick… |
| core.tracking_content.html.twig | file | core/ |
--- label: 'Tracking the content of your website' top_level: true --- <h2>{% trans %}Tracking overview{% endtrans %}</h2> <p>{% trans %}There are two core modules that provide tracking:{% endtrans %}</p> <ul> … |
| core.translations.html.twig | file | core/ |
--- label: 'Working with languages and translations' top_level: true related: - block.place - block.configure --- {% set config_overview_topic = render_var(help_topic_link('core.config_overview')) %} {% set… |
| core.ui_accessibility.html.twig | file | core/ |
--- label: 'Accessibility of the administrative interface' related: - core.ui_components --- <h2>{% trans %}Overview of accessibility{% endtrans %}</h2> <p>{% trans %}The core administrative interface has built-in… |
| core.ui_components.html.twig | file | core/ |
--- label: 'Using the administrative interface' top_level: true related: - block.overview --- {% set accessibility_topic = render_var(help_topic_link('core.ui_accessibility')) %} {% set settings_tray_topic =… |
| core.web_services.html.twig | file | core/ |
--- label: 'Enabling web services' top_level: true related: - core.content_structure --- {% set content_structure_topic = render_var(help_topic_link('core.content_structure')) %} <h2>{% trans %}What is a web service?{%… |
| crema-catalana-umami.html | file | core/ |
|
| crema-catalana-umami.html | file | core/ |
|
| CustomPageExceptionHtmlSubscriber | class | core/ |
Exception subscriber for handling core custom HTML error pages. |
| CustomPageExceptionHtmlSubscriber.php | file | core/ |
|
| CustomPageExceptionHtmlSubscriber::$accessManager | property | core/ |
The access manager. |
| CustomPageExceptionHtmlSubscriber::$configFactory | property | core/ |
The configuration factory. |
| CustomPageExceptionHtmlSubscriber::getPriority | function | core/ |
Specifies the priority of all listeners in this class. |
| CustomPageExceptionHtmlSubscriber::makeSubrequestToCustomPath | function | core/ |
Makes a subrequest to retrieve the custom error page. |
| CustomPageExceptionHtmlSubscriber::on403 | function | core/ |
Handles a 403 error for HTML. |
| CustomPageExceptionHtmlSubscriber::on404 | function | core/ |
Handles a 404 error for HTML. |
| CustomPageExceptionHtmlSubscriber::__construct | function | core/ |
Constructs a new CustomPageExceptionHtmlSubscriber. |
| CustomPageExceptionHtmlSubscriberTest | class | core/ |
@coversDefaultClass \Drupal\Core\EventSubscriber\CustomPageExceptionHtmlSubscriber[[api-linebreak]] @group EventSubscriber |
| CustomPageExceptionHtmlSubscriberTest.php | file | core/ |
|
| CustomPageExceptionHtmlSubscriberTest::$accessManager | property | core/ |
The access manager. |
| CustomPageExceptionHtmlSubscriberTest::$accessUnawareRouter | property | core/ |
The mocked access unaware router. |
| CustomPageExceptionHtmlSubscriberTest::$configFactory | property | core/ |
The mocked config factory. |
| CustomPageExceptionHtmlSubscriberTest::$customPageSubscriber | property | core/ |
The tested custom page exception subscriber. |
| CustomPageExceptionHtmlSubscriberTest::$errorLog | property | core/ |
The PHP error log settings before the test. |
| CustomPageExceptionHtmlSubscriberTest::$kernel | property | core/ |
The mocked HTTP kernel. |
| CustomPageExceptionHtmlSubscriberTest::$logger | property | core/ |
The mocked logger. |
| CustomPageExceptionHtmlSubscriberTest::$redirectDestination | property | core/ |
The mocked redirect.destination service. |
| CustomPageExceptionHtmlSubscriberTest::setUp | function | core/ |
|
| CustomPageExceptionHtmlSubscriberTest::tearDown | function | core/ |
|
| CustomPageExceptionHtmlSubscriberTest::testHandleWithGetRequest | function | core/ |
Tests onHandleException with a GET request. |
| CustomPageExceptionHtmlSubscriberTest::testHandleWithPostRequest | function | core/ |
Tests onHandleException with a POST request. |
| dairy-free-delicious-milk-chocolate.html | file | core/ |
|
| dairy-free-delicious-milk-chocolate.html | file | core/ |
Pagination
- Previous page
- Page 8
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.