Returns the API fields that an element can map to.
Description
See also
Return
(array) Associative array of <code>$field_slug => $field_args</code> pairs.
Source
File: src/modules/actions/api-action.php
protected abstract function get_element_map_fields();
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |