Issue #3058014 by Deepak Goyal, JeroenT, C_Logemann, Tomefa: Add support for Redirect module
Showing
- composer.json 3 additions, 0 deletionscomposer.json
- linkchecker.info.yml 2 additions, 0 deletionslinkchecker.info.yml
- linkchecker.redirect.inc 36 additions, 8 deletionslinkchecker.redirect.inc
- tests/src/Kernel/LinkcheckerRedirectTest.php 110 additions, 0 deletionstests/src/Kernel/LinkcheckerRedirectTest.php
... | ... | @@ -22,6 +22,9 @@ |
"drupal/core": "^8.8.0 || ^9", | ||
"drupal/dynamic_entity_reference": "^1.0 || ^2.0@alpha" | ||
}, | ||
"require-dev": { | ||
"drupal/redirect": "^1.6" | ||
}, | ||
"extra": { | ||
"drush": { | ||
"services": { | ||
... | ... |
tests/src/Kernel/LinkcheckerRedirectTest.php
0 → 100644
Please register or sign in to comment