You are here

public static function LingotekSync::getReport in Lingotek Translation 7.4

Same name and namespace in other branches
  1. 7.7 lib/Drupal/lingotek/LingotekSync.php \LingotekSync::getReport()
  2. 7.3 lib/Drupal/lingotek/LingotekSync.php \LingotekSync::getReport()
  3. 7.5 lib/Drupal/lingotek/LingotekSync.php \LingotekSync::getReport()
  4. 7.6 lib/Drupal/lingotek/LingotekSync.php \LingotekSync::getReport()
2 calls to LingotekSync::getReport()
lingotek_form_bulk_sync in ./lingotek.sync.inc
lingotek_sync_endpoint in ./lingotek.sync.inc
The API endpoint for bulk translation management

File

lib/Drupal/lingotek/LingotekSync.php, line 650
LingotekSync

Class

LingotekSync
A utility class for Lingotek Syncing.

Code

public static function getReport() {
  $report = array_merge(self::getUploadableReport(), self::getDownloadableReport());
  return $report;
}