Skip to content
Snippets Groups Projects

Modernize Drush integration

3 unresolved threads

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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'])]
  • 1 services:
  • 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"
  • Thanks for the MR, please check my feedback.

  • Please register or sign in to reply
    Loading