function tmgmt_extension_suit_update_8003 in TMGMT Extension Suite 8
Same name and namespace in other branches
- 8.3 tmgmt_extension_suit.install \tmgmt_extension_suit_update_8003()
- 8.2 tmgmt_extension_suit.install \tmgmt_extension_suit_update_8003()
Add file name into job entries.
File
- ./
tmgmt_extension_suit.install, line 122 - 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();
}