core.ui_components.html.twig

Same filename in other branches
  1. 9 core/modules/help_topics/help_topics/core.ui_components.html.twig
  2. 10 core/modules/help/help_topics/core.ui_components.html.twig
  3. 11.x core/modules/help/help_topics/core.ui_components.html.twig
---
label: 'Using the administrative interface'
top_level: true
related:
  - block.overview
---
<h2>{% trans %}Administrative interface overview{% endtrans %}</h2>
<p>{% trans %}The administrative interface has several components:{% endtrans %}</p>
<ul>
  <li>{% trans %}Accessibility features, to enable all users to perform administrative tasks.{% endtrans %}</li>
  <li>{% trans %}A menu system, which you can navigate to find pages for administrative tasks. The core Toolbar module displays this menu on the top or left side of the page (right side in right-to-left languages). There are also contributed module replacements for the core Toolbar module, with additional features, such as the <a href="https://www.drupal.org/project/admin_toolbar">Admin Toolbar module</a>.{% endtrans %}</li>
  <li>{% trans %}The core Shortcuts module enhances the toolbar with a configurable list of links to commonly-used tasks.{% endtrans %}</li>
  <li>{% trans %}If you install the core Contextual Links module, non-administrative pages will contain links leading to related administrative tasks.{% endtrans %}</li>
  <li>{% trans %}The core Help module displays help topics, and provides a Help block that can be placed on administrative pages to provide an overview of their functionality.{% endtrans %}</li>
  <li>{% trans %}The core Tour module allows modules to provide interactive tours of administrative pages for more detailed help.{% endtrans %}</li>
</ul>

<p>{% trans %}See the related topics listed below for specific tasks.{% endtrans %}</p>

File

core/modules/help_topics/help_topics/core.ui_components.html.twig

View source
  1. ---
  2. label: 'Using the administrative interface'
  3. top_level: true
  4. related:
  5. - block.overview
  6. ---
  7. <h2>{% trans %}Administrative interface overview{% endtrans %}</h2>
  8. <p>{% trans %}The administrative interface has several components:{% endtrans %}</p>
  9. <ul>
  10. <li>{% trans %}Accessibility features, to enable all users to perform administrative tasks.{% endtrans %}</li>
  11. <li>{% trans %}A menu system, which you can navigate to find pages for administrative tasks. The core Toolbar module displays this menu on the top or left side of the page (right side in right-to-left languages). There are also contributed module replacements for the core Toolbar module, with additional features, such as the <a href="https://www.drupal.org/project/admin_toolbar">Admin Toolbar module</a>.{% endtrans %}</li>
  12. <li>{% trans %}The core Shortcuts module enhances the toolbar with a configurable list of links to commonly-used tasks.{% endtrans %}</li>
  13. <li>{% trans %}If you install the core Contextual Links module, non-administrative pages will contain links leading to related administrative tasks.{% endtrans %}</li>
  14. <li>{% trans %}The core Help module displays help topics, and provides a Help block that can be placed on administrative pages to provide an overview of their functionality.{% endtrans %}</li>
  15. <li>{% trans %}The core Tour module allows modules to provide interactive tours of administrative pages for more detailed help.{% endtrans %}</li>
  16. </ul>
  17. <p>{% trans %}See the related topics listed below for specific tasks.{% endtrans %}</p>

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.