You are here

Functions in Potx exportables 7

Primary tabs

Namesort descending Location Description Direct uses Strings
hook_potx_file_location_info ./potx_exportables.api.php Hook used to define the location where to find the po files. A po file has a name of the form "name.ln.po" where ln is the language code.
hook_potx_file_location_info_alter ./potx_exportables.api.php Act on module implementations of the previously described hook.
potx_exportables_cron_queue_info ./potx_exportables.module Implements hook_cron_queue_info().
potx_exportables_drush_command ./potx_exportables.drush.inc Implements hook_drush_command().
potx_exportables_menu ./potx_exportables.module Implements hook_menu().
potx_exportables_schema ./potx_exportables.install Implements hook_schema().
_potx_exportables_display_message ./potx_exportables.module Function uses drush_log or drupal_set_message to display a message when appropiate. 1
_potx_exportables_import_data ./potx_exportables.module The function that does all the magic. Finds new PO files, adds them to the queue if not yet processed and finally saves the registry in the table. 1 1
_potx_exportables_import_drush_command ./potx_exportables.drush.inc Command callback that fires up the batch process. 1
_potx_exportables_import_form ./potx_exportables.admin.inc The form used to kickoff the import batch. 1
_potx_exportables_import_task ./potx_exportables.module This function is in charge of performing the import process. 1

Other projects