wiki.techinc.nl/includes/Html
Bartosz Dziewoński f1d7e68cd2 Rename dropdown-related methods to avoid random camel-case
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
2024-03-09 02:31:33 +01:00
..
FormOptions.php Replace more instances of deprecated MWException 2024-01-19 23:11:59 +00:00
Html.php Rename dropdown-related methods to avoid random camel-case 2024-03-09 02:31:33 +01:00
HtmlHelper.php HtmlHelper: Fix entity encoding when $html5format = false 2024-02-09 21:38:23 +00:00
HtmlHelperTrait.php HtmlHelper: Add "legacy compatibility" mode 2023-12-11 21:04:50 +01:00
HtmlJsCode.php Html: Move encodeJsVar() + encodeJsCall() from Xml 2023-07-14 13:42:02 -04:00
ListToggle.php Reorg: Move three output related classes to includes/Output/ 2023-09-05 19:36:42 +01:00
TemplateParser.php Bump phan to 0.13.0 2023-09-11 19:22:44 +02:00