Gets the fields arguments for an element of this type when editing submission values in the admin.
File: src/db-objects/elements/element-types/non-input-element-type-trait.php
Non_Input_Element_Type_Trait
Trait for element type that does not expect any input.
Non_Input_Element_Type_Trait::get_values()
Returns the current values for the element fields, optionally for a specific submission.
Non_Input_Element_Type_Trait::format_values_for_export()
Formats values for an export.
Non_Input_Element_Type_Trait::get_export_columns()
Gets the columns required for an export.
Non_Input_Element_Type_Trait::validate_field()
Validates a field value for an element.