function thunder_media_update_8106 in Thunder 8.2
Update url field labels in media entities.
File
- modules/
thunder_media/ thunder_media.install, line 916 - Contains.
Code
function thunder_media_update_8106() {
/** @var \Drupal\update_helper\Updater $updater */
$updater = \Drupal::service('update_helper.updater');
$updater
->executeUpdate('thunder', 'thunder_media_update_8106');
// Output logged messages to related channel of update execution.
return $updater
->logger()
->output();
}