- Xml::buildTable and ::buildTableRow
No direct replacement.
- Xml::dateMenu, ::languageSelector, and ::monthSelector
No direct replacement. No use in CodeSearch, so hard-deprecated
immediately.
- Xml::listDropdown, ::listDropdownOptions, and ::listDropdownOptionsOoui
Replacements already available in Html, and migration underway.
Change-Id: Idbed5016e0d5d518690dd2f02a41ad68bfdbab9a
It's a dropdown, not a drop down, therefore rename:
* Html::listDropDownOptions → Html::listDropdownOptions
* Xml::listDropDownOptions → Xml::listDropdownOptions
* Html::listDropDownOptionsOoui → Html::listDropdownOptionsOoui
* Xml::listDropDownOptionsOoui → Xml::listDropdownOptionsOoui
* Xml::listDropDown → Xml::listDropdown
In PHP, method names are case-insensitive, therefore we can do this
without a breaking change or deprecation.
This also matches the naming convention in OOUI.
Change-Id: Ifda13ba9dee316709c424636ec3b285de8d0e9b1
Removing the config variable in a separate change:
Ib9966bc6a4a94f771cb99a5aa52fb6a1dc826ca5
(just in case something depends on its existence).
Bug: T182050
Change-Id: Ic3e038df16fc540ec7f6bcb9a54d73f8d596d305