function social_event_update_10304 in Open Social 10.3.x
Hide blocks on translations add/edit/delete pages.
File
- modules/
social_features/ social_event/ social_event.install, line 1922 - Install, update and uninstall functions for the social_event module.
Code
function social_event_update_10304() {
/** @var \Drupal\update_helper\Updater $updateHelper */
$updateHelper = \Drupal::service('update_helper.updater');
// Execute configuration update definitions with logging of success.
$updateHelper
->executeUpdate('social_event', __FUNCTION__);
// Output logged messages to related channel of update execution.
return $updateHelper
->logger()
->output();
}