Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions layouts/joomla/form/field/radiobasic.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
*
* @copyright (C) 2016 Open Source Matters, Inc. <https://www.joomla.org>
* @license GNU General Public License version 2 or later; see LICENSE.txt
*
* @deprecated 5.2 will be moved to the b/c plugin in 6.0 and removed in 7.0
*
*/

defined('_JEXEC') or die;
Expand Down
5 changes: 4 additions & 1 deletion libraries/src/Form/Field/RadiobasicField.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@
* Form Field class for the Joomla Platform.
* Provides radio button inputs using default styling
*
* @since 4.0.0
* @since 4.0.0
*
* @deprecated 5.2 will be moved to the b/c plugin in 6.0 and removed in 7.0
* Use \Joomla\CMS\Form\Field\RadioField instead
*/
class RadiobasicField extends ListField
{
Expand Down