Back to Form class

Method getData

public \Joomla\Registry\Registry
getData
()
Getter for the form data
Returns
  • \Joomla\Registry\Registry Object with the data
Since
  • 3.2
Class: Form
Project: Joomla

Method getData - Source code

/**
 * Getter for the form data
 *
 * @return   Registry  Object with the data
 *
 * @since    3.2
 */
public function getData()
{
    return $this->data;
}