15 calls to l10n_update_get_status() in Localization update 7.2
- drush_l10n_update_status in ./
l10n_update.drush.inc - Callback for command l10n-update-status.
- L10nUpdateInterfaceTest::testInterface in tests/
L10nUpdateInterfaceTest.test - Tests the user interfaces of the interface translation update system.
- L10nUpdateTest::testUpdateCheckStatus in tests/
L10nUpdateTest.test - Checks if local or remote translation sources are detected.
- L10nUpdateTest::testUpdateImportSourceLocal in tests/
L10nUpdateTest.test - Tests translation import from local sources.
- L10nUpdateTest::testUpdateImportSourceRemote in tests/
L10nUpdateTest.test - Tests translation import from remote sources.
- l10n_update_batch_fetch_download in ./
l10n_update.batch.inc - Batch operation: Download a remote translation file.
- l10n_update_batch_fetch_import in ./
l10n_update.batch.inc - Batch process: Import translation file.
- l10n_update_batch_status_check in ./
l10n_update.batch.inc - Batch operation callback: Check status of a remote and local po file.
- l10n_update_load_sources in ./
l10n_update.translation.inc - Loads cached translation sources containing current translation status.
- l10n_update_requirements in ./
l10n_update.install - Implements hook_requirements().
- l10n_update_status_delete_languages in ./
l10n_update.module - Delete language entries from the status cache.
- l10n_update_status_delete_projects in ./
l10n_update.module - Delete project entries from the status cache.
- l10n_update_status_form in ./
l10n_update.admin.inc - Page callback: Translation status page.
- l10n_update_status_save in ./
l10n_update.module - Saves the status of translation sources in static cache.
- _drush_l10n_update_get_updates in ./
l10n_update.drush.inc - Helper function to obtain $updates.