Delete the given form
Usage
$bool = $formBuilderMain->delete($form);
Arguments
Name | Type(s) | Description |
---|---|---|
form | int, string, FormBuilderForm | May be a $form instance, an ID or a name |
Return value
bool
Returns true on success, false on fail
Exceptions
Method can throw exceptions on error:
\PDOException
- on failure
FormBuilderMain methods and properties
API reference based on ProcessWire core version 3.0.236