Home
last modified time | relevance | path

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

/plugin/airtable/
H A Dsyntax.php148 $parameter_array['thumbnails'] = $this->findMedia($api_response);
152 $html = $this->renderTable($parameter_array, $api_response);
163 $api_response = $this->sendRecordRequest($parameter_array);
164 $thumbnails = $this->findMedia($api_response);
172 $api_response = $this->sendRecordRequest($parameter_array);
231 function renderTable($parameter_array, $api_response): string { argument
237 foreach($api_response['records'] as $record) {
266 function renderRecord($parameter_array, $api_response): string { argument
278 if(is_array($api_response['fields'][$field])) {
284 <p>' . $this->renderAnyExternalLinks($api_response['fields'][$field]) . '</p>
[all …]