Back to Joomla project (class list)

Class HiddenField - list of methods

Form Field class for the Joomla Platform.
Provides a hidden field

Extends

Package: Joomla\CMS\Form\Field
Copyright: (C) 2009 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
Located at: Joomla/Form/Field/HiddenField.php
Project: Joomla

Method Summary

protected string
()

Method to get the field input markup.
Returns
  • string The field input markup.
Since
  • 1.7.0
Show source code of this method: getInput Source Code

protected array
()

Method to get the data to be passed to the layout for rendering.
Returns
  • array
Since
  • 3.7
Show source code of this method: getLayoutData Source Code

Properties Summary

protected string
$type
The form field type.
Since
  • 1.7.0
protected string
$layout
Name of the layout being used to render the field
Since
  • 3.7

Tags Summary

Since
1.7.0