Repeatable::html_order()

Method: Html order for a field.

Repeatable::get_groups_count()

Method: Get group count when requesting group from ajax.

Repeatable::field_markup()

Method: Field markup.

Validate::validate_is_url()

Method: Validate `is_url` field.

Validate::validate_is_numeric()

Method: Validate `is_url` field.

Validate::validate_min_string_length()

Method: Validate if length of a string is at least as defined.

Validate::validate_max_string_length()

Method: Validate if length of a string is at least as defined.

Validate::validate_is_array()

Method: Validate if field is array.

Validate::validate_array_min()

Method: Validate if there are minimum items in an array.

Validate::validate_array_max()

Method: Validate if there are minimum items in an array.