Forms service.
More...
Forms service.
Definition at line 15 of file FormsService.php.
Elgg\FormsService::getFooter |
( |
| ) |
|
Returns currently set footer.
- Returns
- string
- Exceptions
-
Definition at line 166 of file FormsService.php.
Elgg\FormsService::render |
( |
string |
$action, |
|
|
array |
$form_vars = [] , |
|
|
array |
$body_vars = [] |
|
) |
| |
Elgg\FormsService::setFooter |
( |
string |
$footer = '' | ) |
|
Sets form footer and defers its rendering until the form view and extensions have been rendered.
Deferring footer rendering allows plugins to extend the form view while maintaining logical DOM structure. Footer will be rendered using 'elements/forms/footer' view after form body has finished rendering
- Parameters
-
- Returns
- void
- Exceptions
-
Definition at line 152 of file FormsService.php.
string Elgg\FormsService::$footer = '' |
|
protected |
bool Elgg\FormsService::$rendering = false |
|
protected |
The documentation for this class was generated from the following file: