config.export_full.html.twig

Same filename in other branches
  1. 9 core/modules/help_topics/help_topics/config.export_full.html.twig
  2. 10 core/modules/config/help_topics/config.export_full.html.twig
---
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 export_link = render_var(help_route_link(export_link_text, 'config.export_full')) %}
{% set config_overview_topic = render_var(help_topic_link('core.config_overview')) %}
<h2>{% trans %}Goal{% endtrans %}</h2>
<p>{% trans %}Create and download an archive containing all your site's configuration, exported as YAML files. See {{ config_overview_topic }} for more information about configuration.{% endtrans %}</p>
<h2>{% trans %}Steps{% endtrans %}</h2>
<ol>
  <li>{% trans %}In the <em>Manage</em> administrative menu, navigate to <em>Configuration</em> &gt; <em>Development</em> &gt; <em>Configuration synchronization</em> &gt; <em>{{ export_link }}</em>.{% endtrans %}</li>
  <li>{% trans %}Click <em>Export</em> and save the archive file.{% endtrans %}</li>
</ol>

File

core/modules/config/help_topics/config.export_full.html.twig

View source
  1. ---
  2. label: 'Exporting your complete site configuration'
  3. related:
  4. - core.config_overview
  5. - config.import_full
  6. - config.export_single
  7. - config.import_single
  8. ---
  9. {% set export_link_text %}{% trans %}Export{% endtrans %}{% endset %}
  10. {% set export_link = render_var(help_route_link(export_link_text, 'config.export_full')) %}
  11. {% set config_overview_topic = render_var(help_topic_link('core.config_overview')) %}
  12. <h2>{% trans %}Goal{% endtrans %}</h2>
  13. <p>{% trans %}Create and download an archive containing all your site's configuration, exported as YAML files. See {{ config_overview_topic }} for more information about configuration.{% endtrans %}</p>
  14. <h2>{% trans %}Steps{% endtrans %}</h2>
  15. <ol>
  16. <li>{% trans %}In the <em>Manage</em> administrative menu, navigate to <em>Configuration</em> &gt; <em>Development</em> &gt; <em>Configuration synchronization</em> &gt; <em>{{ export_link }}</em>.{% endtrans %}</li>
  17. <li>{% trans %}Click <em>Export</em> and save the archive file.{% endtrans %}</li>
  18. </ol>

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