We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cb1e31 commit f1dbcdbCopy full SHA for f1dbcdb
layouts/joomla/form/field/radiobasic.php
@@ -6,6 +6,9 @@
6
*
7
* @copyright (C) 2016 Open Source Matters, Inc. <https://www.joomla.org>
8
* @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
12
*/
13
14
defined('_JEXEC') or die;
libraries/src/Form/Field/RadiobasicField.php
@@ -17,7 +17,10 @@
17
* Form Field class for the Joomla Platform.
18
* Provides radio button inputs using default styling
19
20
- * @since 4.0.0
+ * @since 4.0.0
21
22
23
+ * Use \Joomla\CMS\Form\Field\RadioField instead
24
25
class RadiobasicField extends ListField
26
{
0 commit comments