forms
class forms extends AbstractExtension
Properties
protected user | $user |
Methods
string
getName()
Returns the name of this extension.
array
getFunctions()
Returns a list of functions to add to the existing list.
string
string
string
string
string
string
Details
at line 31
__construct(user $user)
Constructor.
at line 41
string
getName()
Returns the name of this extension.
at line 51
array
getFunctions()
Returns a list of functions to add to the existing list.
at line 71
string
build_template(environment $environment, array $form_data)
Renders a form template
at line 93
string
dimension(environment $environment, array $form_data)
Renders form dimension fields
at line 116
string
input(environment $environment, array $form_data)
Renders a form input field
at line 150
string
radio_buttons(environment $environment, array $form_data)
Renders form radio buttons
at line 172
string
select(environment $environment, array $form_data)
Renders a form select field
at line 203
string
textarea(environment $environment, array $form_data)
Renders a form textarea field