API17

API17:JForm::removeGroup

From Joomla! Documentation

Joomla 11.1 JForm::removeGroup

Description

Method to remove a group from the form definition.


public function removeGroup ($group)
Parameter Type Default Description
$group string The dot-separated form group path for the group to remove.
  • Returns boolean True on success.
  • Defined on line 745 of libraries/joomla/form/form.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples