- Issue created by @skyriter
- πΊπΈUnited States swirt Florida
I'd like to see this take the same approach as the alt_text_validation report. There are a few benefits:
- The report builds on a queue so it does not tie the site up.
- Cron enabled by settings
- It will find a link wherever it exists in link fields and html text fields, not just in nodes.
- The report is a view that can be filtered.
- The report has a downloadable CSV
It is made up primarily of the following code:
- src/Controller/AltTextValidationAudit.php
- src/Service/BatchProcessor.php
- src/Service/Auditor.php
- src/Service/AuditorInterface.php
- src/Service/AuditStorage.php
- src/Plugin/QueueWorker/ImageFieldAuditor.php
- src/Plugin/QueueWorker/EntityImageFieldQueuer.php
- Views related stuff
- src/Drush/Commands/AltTextValidationCommands.php
It looks like a lot, but for the most part it would not need much altering to make it work.