Skip to main content

Main navigation

Menu

Close
  • Home
  • Modules
  • System
  • Theming
  • Search blog
  • Contact
Menu

Quickly update entities

Wed, 01/22/2020

Drupal removed its automatic entity-updates API in 8.7. See https://www.drupal.org/node/3034742. so you can no longer run drush entup in your CLI,  at least unless you install this module https://www.drupal.org/project/devel_entity_updates 
How to do it properly read on first link on d.org to have, a quick snippet to do it in devel/php or CLI

\Drupal::entityDefinitionUpdateManager()->applyUpdates();

 

Drupal 8
Modules

Finding The Way Home @ 2011 - 2020

Powered by Drupal