Skip to content

Commit f1dbcdb

Browse files
authored
[5.2] radio basic deprecate (joomla#43860)
1 parent 9cb1e31 commit f1dbcdb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

layouts/joomla/form/field/radiobasic.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
*
77
* @copyright (C) 2016 Open Source Matters, Inc. <https://www.joomla.org>
88
* @license GNU General Public License version 2 or later; see LICENSE.txt
9+
*
10+
* @deprecated 5.2 will be moved to the b/c plugin in 6.0 and removed in 7.0
11+
*
912
*/
1013

1114
defined('_JEXEC') or die;

libraries/src/Form/Field/RadiobasicField.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@
1717
* Form Field class for the Joomla Platform.
1818
* Provides radio button inputs using default styling
1919
*
20-
* @since 4.0.0
20+
* @since 4.0.0
21+
*
22+
* @deprecated 5.2 will be moved to the b/c plugin in 6.0 and removed in 7.0
23+
* Use \Joomla\CMS\Form\Field\RadioField instead
2124
*/
2225
class RadiobasicField extends ListField
2326
{

0 commit comments

Comments
 (0)