function varbase_carousels_update_9001 in Varbase Carousels 9.0.x
Issue #3222166: Fix Entity Storage Exception on Column not found.
File
- ./
varbase_carousels.install, line 109 - Install, update and uninstall functions for the varbase carousels.
Code
function varbase_carousels_update_9001() {
// --------------------------------------------------------------------------.
// Entity updates to clear up any mismatched entity and/or field definitions
// And Fix changes were detected in the entity type and field definitions.
\Drupal::classResolver()
->getInstanceFromDefinition(EntityDefinitionUpdateManager::class)
->applyUpdates();
// Full flash and clear cash and rebuilding.
drupal_flush_all_caches();
}