Home
last modified time | relevance | path

Searched refs:renderRecord (Results 1 – 1 of 1) sorted by relevance

/plugin/airtable/
H A Dsyntax.php150 … $html = $this->renderRecord($parameter_array, $api_response['records'][0]);
159 … $html = $this->renderRecord($parameter_array, $api_response);
266 function renderRecord($parameter_array, $api_response): string { function in syntax_plugin_airtable