Gets the fields arguments for an element of this type when editing submission values in the admin.
Description
See also
Parameters
- $element
-
(awsmug\Torro_Forms\DB_Objects\Elements\Element) (Required) Element to get fields arguments for.
Return
(array) An associative array of <code>$field_slug => $field_args</code> pairs.
Source
File: src/db-objects/elements/element-types/non-input-element-type-trait.php
public function get_edit_submission_fields_args( $element ) { return array(); }
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |