Gravity_Forms\Gravity_Forms\Settings\Fields\User_Select
Source: includes/settings/fields/class-user-select.php:9
Details
- Kind:
class - Namespace:
Gravity_Forms\Gravity_Forms\Settings\Fields - Extends:
Select
Properties
| Property | Type | Description |
|---|---|---|
$type | string | Field type. |
Methods
| Method | Description |
|---|---|
markup() | Render field. |
get_dropdown_label() | Get the label for the dropdown. |
Method Reference
markup()
public function markup()
Render field.
Returns
string
Since: 2.9.5
Source: includes/settings/fields/class-user-select.php:30
get_dropdown_label()
public function get_dropdown_label()
Get the label for the dropdown.
Returns
string
Since: 2.9.5
Source: includes/settings/fields/class-user-select.php:111