Since: 2.0
get_field_definition
Gets the schema definition of a field.
Function Definition
private function get_field_definition ( $type, $options = null )
Source File: /pods/classes/PodsAPI.php
Parameters
Parameter | Type | Details |
---|---|---|
$type | (string) | Field type to look for |
$options | (array) | (optional) Options of the field to pass to the schema function. |
Returns
(array|bool|mixed|null)