Using Composer With Drupal
Start a new Drupal project with composer.
Start a new Drupal project with composer.
A site I worked on had a mix of langcode und and en in content, paragraphs, and revisions. At some point, something got...
Variationcache is now in core and the contrib module is no longer needed.
Group/Flexible permissions has had issues with version...
If you try to uninstall a module with Drush and get an error "There is content for the entity type", you can go to the uninstall modules page which will allow you to delete them and uninstall.
If that fails, try drush sqlq "truncate ENTITY_NAME"
which will clear out it's entity table.
For nodes, run drush edel node --bundle=TYPE.