API17:JForm::removeGroup
From Joomla! Documentation
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. |
See also
JForm::removeGroup source code on BitBucket
Class JForm
Subpackage Form- Other versions of JForm::removeGroup
User contributed notes
Code Examples