Advertising sustains the DA. Ads are hidden for members. Join today

Contributed module documentation

Entity Update

Entity Update allowed module developer and site administrators to update entity types schema even entities have data.
The update can execute by drush command (recommended), from web browser or Programmatically.

Module : Entity Update

Few Usage Examples :

Drush command : entity-update Alias : upe

drush upe --show
drush upe --all
drush upe --basic --nobackup
drush upe --clean

Drush command : entity-check Alias : upec

drush upec node
drush upec block --types
drush upec node --list --start=2 --length=3

Advanced use for complex updates

Update entity structure, multiple operations or complex updates

Entity Update from drush

Entity update drush command examples

Entity Update usage from web browser

Use Entity Update fromweb browser User Interface

Update entities programmatically

How to Update entities programmatically. An example.

Use in production sites

Precaution when using in production sites

Guide maintainers

iwsp's picture