You are here

function tmgmt_extension_suit_update_8003 in TMGMT Extension Suite 8.2

Same name and namespace in other branches
  1. 8.3 tmgmt_extension_suit.install \tmgmt_extension_suit_update_8003()
  2. 8 tmgmt_extension_suit.install \tmgmt_extension_suit_update_8003()

Add file name into job entries.

File

./tmgmt_extension_suit.install, line 158
Update function for the tmgmt_extension_suit module.

Code

function tmgmt_extension_suit_update_8003() {
  drupal_flush_all_caches();

  // Apply new field to a job entity.
  Drupal::service('entity.definition_update_manager')
    ->applyUpdates();
}