Implements hook_ENTITY_TYPE_presave().
public function viewPresave(ViewEntityInterface $view) { /** @var \Drupal\views\ViewsConfigUpdater $config_updater */ $config_updater = \Drupal::classResolver(ViewsConfigUpdater::class); $config_updater->updateAll($view); }