Modernize Drush integration
3 unresolved threads
3 unresolved threads
Merge request reports
Activity
added 1 commit
- 5c624efa - Remove testing of incompat version of Drupal
29 parent::__construct(); 29 30 } 30 31 31 32 /** 32 33 * Orphan composite revision deletion. 33 * 34 * @param $types 35 * A comma delimited list of entity types to check for orphans. Omit to 36 * choose from a list. 37 * @usage drush err:purge paragraph 38 * Purge orphaned paragraphs. 39 * 40 * @command err:purge 41 * @aliases errp 42 34 */ 35 #[CLI\Command(name: 'err:purge', aliases: ['errp'])] - drush.services.yml deleted 100644 → 0
3 3 "description": "Entity Reference Revisions", 4 4 "type": "drupal-module", 5 5 "license": "GPL-2.0-or-later", 6 "require": { 7 "drupal/core": "^9 || ^10 || ^11"
Please register or sign in to reply