locale_translation_flush_projects()
Clear the project data table.
File
- core/modules/locale/locale.compare.inc, line 20
- The API for comparing project translation status with available translation.
Code
1 2 3 | function locale_translation_flush_projects() { \Drupal::service( 'locale.project' )->deleteAll(); } |
Please login to continue.