You are here

function office_hours_update_8001 in Office Hours 8

Re-saving data needed.

Parameters

mixed $sandbox:

File

./office_hours.install, line 15
Install, update and uninstall functions for the Office hours module.

Code

function office_hours_update_8001(&$sandbox) {
  \Drupal::messenger()
    ->addMessage('Please review the Field, Widget and Formatter settings,
    and save them again.');
}