You are here

function content_translation_update_8002 in Drupal 8

Clear field type plugin caches to fix image field translatability.

File

core/modules/content_translation/content_translation.install, line 53
Installation functions for Content Translation module.

Code

function content_translation_update_8002() {
  \Drupal::service('plugin.manager.field.field_type')
    ->clearCachedDefinitions();
}