Trait for element type that support choices.
Namespace: awsmug\Torro_Forms\DB_Objects\Elements\Element_Types
Choice_Element_Type_Trait::get_choices()
Returns the available choices.
Multiplechoice::validate_field()
Validates a field value for an element.
Multiplechoice::get_edit_submission_fields_args()
Gets the fields arguments for an element of this type when editing submission values in the admin.
Onechoice::validate_field()
Validates a field value for an element.
Onechoice::get_edit_submission_fields_args()
Gets the fields arguments for an element of this type when editing submission values in the admin.
Onechoice::bootstrap()
Bootstraps the element type by setting properties.
Content
Class representing a content element type.
Content::filter_json()
Filters the array representation of a given element of this type.
Content::bootstrap()
Bootstraps the element type by setting properties.