Gravity_Forms\Gravity_Forms\Settings\Fields\Text
Source: includes/settings/fields/class-text.php:9
Details
- Kind:
class - Namespace:
Gravity_Forms\Gravity_Forms\Settings\Fields - Extends:
Base
Properties
| Property | Type | Description |
|---|---|---|
$type | string | Field type. |
$input_type | string | Input type. |
$step | string | Step attribute for number inputs. Originally set to protected as a dynamic property. |
Methods
| Method | Description |
|---|---|
markup() | Render field. |
do_validation() | Validate posted field value. |
Method Reference
markup()
public function markup()
Render field.
Returns
string
Since: 2.5
Source: includes/settings/fields/class-text.php:51
do_validation()
public function do_validation( $value )
Validate posted field value.
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
$value | string | Posted field value. |
Since: 2.5
Source: includes/settings/fields/class-text.php:100