User tests: Successful: Unsuccessful:
The CMS input package has been deprecated for some time now and the framework input package is replacing it. This PR removes what we can remove of the input classes. The Cli class unfortunately has to stay at least for the time being and extend from the framework class.
This PR depends on #42805
Please select:
Documentation link for docs.joomla.org:
No documentation changes for docs.joomla.org needed
Pull Request link for manual.joomla.org: joomla/Manual#248
No documentation changes for manual.joomla.org needed
Status | New | ⇒ | Pending |
Category | ⇒ | Libraries |
Labels |
Added:
PR-6.0-dev
|
Category | Libraries | ⇒ | Installation Libraries |
Can you also ad a manual entry?
done.
Labels |
Added:
b/c break
|
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2024-04-04 09:12:16 |
Closed_By | ⇒ | laoneo |
Thanks!
What do you think about adding a class alias to from
Joomla\CMS\Input\Input
toJoomla\Input\Input
?