Search for export
- Search 9.5.x for export
- Search 8.9.x for export
- Search 10.3.x for export
- Search 11.x for export
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
book-export-html.tpl.php | file | modules/ |
Default theme implementation for printed version of book outline. |
book-node-export-html.tpl.php | file | modules/ |
Default theme implementation for a single node in a printer-friendly outline. |
BookTestCase::testBookExport | function | modules/ |
Tests book export ("printer-friendly version") functionality. |
book_export | function | modules/ |
Menu callback; Generates representations of a book page and its children. |
book_export_html | function | modules/ |
Generates HTML for export when invoked by book_export(). |
book_export_traverse | function | modules/ |
Traverses the book tree to build printable or exportable output. |
book_node_export | function | modules/ |
Generates printer-friendly HTML for a node. |
drupal_var_export | function | includes/ |
Drupal-friendly var_export(). |
LocaleExportFunctionalTest | class | modules/ |
Functional tests for the export of translation files. |
LocaleExportFunctionalTest::$admin_user | property | modules/ |
A user able to create languages and export translations. |
LocaleExportFunctionalTest::getInfo | function | modules/ |
|
LocaleExportFunctionalTest::getPoFile | function | modules/ |
Helper function that returns a proper .po file. |
LocaleExportFunctionalTest::setUp | function | modules/ |
|
LocaleExportFunctionalTest::testExportTranslation | function | modules/ |
Test exportation of translations. |
LocaleExportFunctionalTest::testExportTranslationTemplateFile | function | modules/ |
Test exportation of translation template file. |
locale_translate_export_pot_form | function | modules/ |
Translation template export form. |
locale_translate_export_po_form | function | modules/ |
Form to export PO files for the languages provided. |
locale_translate_export_po_form_submit | function | modules/ |
Process a translation (or template) export form submission. |
locale_translate_export_screen | function | modules/ |
User interface for the translation export screen. |
template_preprocess_book_export_html | function | modules/ |
Processes variables for book-export-html.tpl.php. |
template_preprocess_book_node_export_html | function | modules/ |
Processes variables for book-node-export-html.tpl.php. |
Translation import/export API. | group | includes/ |
Functions to import and export translations. |
_locale_export_get_strings | function | includes/ |
Generates a structured array of all strings with translations in $language, if given. This array can be used to generate an export of the string in the database. |
_locale_export_po | function | includes/ |
Write a generated PO or POT file to the output. |
_locale_export_po_generate | function | includes/ |
Generates the PO(T) file contents for given strings. |
_locale_export_remove_plural | function | includes/ |
Removes plural index information from a string |
_locale_export_string | function | includes/ |
Print out a string on multiple lines |
_locale_export_wrap | function | includes/ |
Custom word wrapping for Portable Object (Template) files. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.