Added Drush command for orphan cleanup
Implemented a dedicated Drush cleanup command for orphaned block content entities.
Changes made
- Added a new Drush command:
bce:cleanup
- Integrated the existing
OrphanCleanerservice into the Drush command workflow. - Added support for:
- configurable cleanup limits using
--limit - dry-run execution using
--dry-run
- configurable cleanup limits using
- Registered Drush services using:
drush.services.yml
- Added human-readable CLI output for cleanup results.