You are here

function template_preprocess_expandable_rows_table in JSON:API Extras 8.3

Same name and namespace in other branches
  1. 8.2 jsonapi_extras.module \template_preprocess_expandable_rows_table()

Prepares variables for expandable rows table template.

Parameters

array $variables: An associative array containing:

  • elements: An associative array containing a Form API structure to be rendered as a table.

File

./jsonapi_extras.module, line 52
Module implementation file.

Code

function template_preprocess_expandable_rows_table(array &$variables) {
  template_preprocess_table($variables);
}