You are here

function tmgmt_smartling_update_8005 in TMGMT Translator Smartling 8.2

Same name and namespace in other branches
  1. 8.4 tmgmt_smartling.install \tmgmt_smartling_update_8005()
  2. 8.3 tmgmt_smartling.install \tmgmt_smartling_update_8005()

Add new field to a job entity.

File

./tmgmt_smartling.install, line 105
Update function for the tmgmt_smartling module.

Code

function tmgmt_smartling_update_8005() {
  drupal_flush_all_caches();
  Drupal::service('entity.definition_update_manager')
    ->applyUpdates();
}