function thunder_update_8140 in Thunder 8.2
Disable paragraphs drag & drop action button.
File
- ./
thunder.install, line 1194 - Install, update and uninstall functions for the thunder installation profile.
Code
function thunder_update_8140() {
/** @var \Drupal\update_helper\Updater $updateHelper */
$updateHelper = \Drupal::service('update_helper.updater');
// Execute configuration update definitions with logging of success.
$updateHelper
->executeUpdate('thunder', 'thunder_update_8140');
// Output logged messages to related channel of update execution.
return $updateHelper
->logger()
->output();
}