- Issue created by @kim.pepper
- π¦πΊAustralia kim.pepper πββοΈπ¦πΊSydney, Australia
Looks like drupal_requirements_url() is the only caller of drupal_current_script_url() so both of these can be deprecated. I don't think putting them on the RequirementSeverity enum is the right place. These functions are used by the install script to pass query params around.
- πΊπΈUnited States nicxvan
Yeah I don't think they belong on the enum.
I do think it belongs in the same namespace though.
What about Url or Check?
If it's Url we would move just these two probably.
If we call it Check or Checker we could move most of the things remaining in install.inc