Back to FormField class

Method isDebugEnabled

protected bool
isDebugEnabled
()
Is debug enabled for this field
Returns
  • bool
Since
  • 3.5
Class: FormField
Project: Joomla

Method isDebugEnabled - Source code

/**
 * Is debug enabled for this field
 *
 * @return  boolean
 *
 * @since   3.5
 */
protected function isDebugEnabled()
{
    return $this->getAttribute('debug', 'false') === 'true';
}