Search for export

  1. Search 7.x for export
  2. Search 9.5.x for export
  3. Search 8.9.x for export
  4. Search 11.x for export
  5. Other projects
Title Object type File name Summary
book-export-html.html.twig file core/themes/olivero/templates/layout/book-export-html.html.twig Theme override for printed version of book outline.
book-export-html.html.twig file core/themes/stable9/templates/layout/book-export-html.html.twig Theme override for printed version of book outline.
book-export-html.html.twig file core/themes/claro/templates/classy/layout/book-export-html.html.twig Theme override for printed version of book outline.
book-export-html.html.twig file core/profiles/demo_umami/themes/umami/templates/classy/layout/book-export-html.html.twig Theme override for printed version of book outline.
book-export-html.html.twig file core/modules/book/templates/book-export-html.html.twig Default theme implementation for printed version of book outline.
book-node-export-html.html.twig file core/profiles/demo_umami/themes/umami/templates/classy/content/book-node-export-html.html.twig Theme override for a single node in a printer-friendly outline.
book-node-export-html.html.twig file core/themes/olivero/templates/content/book-node-export-html.html.twig Theme override for a single node in a printer-friendly outline.
book-node-export-html.html.twig file core/themes/stable9/templates/content/book-node-export-html.html.twig Theme override for a single node in a printer-friendly outline.
book-node-export-html.html.twig file core/themes/claro/templates/classy/content/book-node-export-html.html.twig Theme override for a single node in a printer-friendly outline.
book-node-export-html.html.twig file core/modules/book/templates/book-node-export-html.html.twig Default theme implementation for a single node in a printer-friendly outline.
book.export service core/modules/book/book.services.yml Drupal\book\BookExport
BookController::$bookExport property core/modules/book/src/Controller/BookController.php The book export service.
BookController::bookExport function core/modules/book/src/Controller/BookController.php Generates representations of a book page and its children.
BookExport class core/modules/book/src/BookExport.php Provides methods for exporting book to different formats.
BookExport.php file core/modules/book/src/BookExport.php
BookExport::$bookManager property core/modules/book/src/BookExport.php The book manager.
BookExport::$entityRepository property core/modules/book/src/BookExport.php The entity repository service.
BookExport::$nodeStorage property core/modules/book/src/BookExport.php The node storage.
BookExport::$viewBuilder property core/modules/book/src/BookExport.php The node view builder.
BookExport::bookExportHtml function core/modules/book/src/BookExport.php Generates HTML for export when invoked by book_export().
BookExport::bookNodeExport function core/modules/book/src/BookExport.php Generates printer-friendly HTML for a node.
BookExport::exportTraverse function core/modules/book/src/BookExport.php Traverses the book tree to build printable or exportable output.
BookExport::__construct function core/modules/book/src/BookExport.php Constructs a BookExport object.
BookMultilingualTest::testMultilingualBookExport function core/modules/book/tests/src/Kernel/BookMultilingualTest.php Tests the book export returns correct translations.
BookTest::testBookExport function core/modules/book/tests/src/Functional/BookTest.php Tests book export ("printer-friendly version") functionality.
ckeditor5_post_update_plugins_settings_export_order function core/modules/ckeditor5/ckeditor5.post_update.php Updates Text Editors using CKEditor 5 to sort plugin settings by plugin key.
CollectRoutesTest::$restExport property core/modules/rest/tests/src/Unit/CollectRoutesTest.php The REST export instance.
config.export_full.html.twig file 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…
config.export_single.html.twig file core/modules/config/help_topics/config.export_single.html.twig ---
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.storage.export service core/core.services.yml Drupal\Core\Config\ManagedStorage
config.storage.export.manager service core/core.services.yml Drupal\Core\Config\ExportStorageManager
ConfigController::$exportStorage property core/modules/config/src/Controller/ConfigController.php The export storage.
ConfigController::downloadExport function core/modules/config/src/Controller/ConfigController.php Downloads a tarball of the site configuration.
ConfigEntityType::$config_export property core/lib/Drupal/Core/Config/Entity/ConfigEntityType.php The list of configuration entity properties to export from the annotation.
ConfigEntityType::$mergedConfigExport property core/lib/Drupal/Core/Config/Entity/ConfigEntityType.php The result of merging config_export annotation with the defaults.
ConfigEntityType::getPropertiesToExport function core/lib/Drupal/Core/Config/Entity/ConfigEntityType.php Gets the config entity properties to export if declared on the annotation.
ConfigEntityTypeInterface::getPropertiesToExport function core/lib/Drupal/Core/Config/Entity/ConfigEntityTypeInterface.php Gets the config entity properties to export if declared on the annotation.
ConfigEntityTypeTest::providerGetPropertiesToExport function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityTypeTest.php
ConfigEntityTypeTest::testGetPropertiesToExport function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityTypeTest.php @covers ::getPropertiesToExport[[api-linebreak]]
ConfigEntityTypeTest::testGetPropertiesToExportNoFallback function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityTypeTest.php @covers ::getPropertiesToExport[[api-linebreak]]
ConfigEvents::STORAGE_TRANSFORM_EXPORT constant core/lib/Drupal/Core/Config/ConfigEvents.php Name of the event fired when the export storage is used.
ConfigExportForm class core/modules/config/src/Form/ConfigExportForm.php Defines the configuration export form.
ConfigExportForm.php file core/modules/config/src/Form/ConfigExportForm.php
ConfigExportForm::buildForm function core/modules/config/src/Form/ConfigExportForm.php Form constructor.
ConfigExportForm::getFormId function core/modules/config/src/Form/ConfigExportForm.php Returns a unique string identifying the form.
ConfigExportForm::submitForm function core/modules/config/src/Form/ConfigExportForm.php Form submission handler.
ConfigExportImportUITest class core/modules/config/tests/src/Functional/ConfigExportImportUITest.php Tests the user interface for importing/exporting configuration.
ConfigExportImportUITest.php file core/modules/config/tests/src/Functional/ConfigExportImportUITest.php
ConfigExportImportUITest::$contentType property core/modules/config/tests/src/Functional/ConfigExportImportUITest.php Holds a content type.
ConfigExportImportUITest::$defaultTheme property core/modules/config/tests/src/Functional/ConfigExportImportUITest.php The theme to install as the default for testing.

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