diff --git a/core/update.php b/core/update.php index 8563657..fcad34e 100644 --- a/core/update.php +++ b/core/update.php @@ -477,6 +477,8 @@ function update_check_requirements($skip_warnings = FALSE) { ->addArgument(new Reference('router.dumper')) ->addArgument(new Reference('lock')) ->addArgument(new Reference('dispatcher')); +$container->register('plugin.manager.field.widget', 'Drupal\field\Plugin\Type\Widget\WidgetPluginManager'); +$container->register('plugin.manager.field.formatter', 'Drupal\field\Plugin\Type\Formatter\FormatterPluginManager'); // Turn error reporting back on. From now on, only fatal errors (which are // not passed through the error handler) will cause a message to be printed.