You are here

function gin_lb_preprocess_field_ui_table in Gin Layout Builder 1.0.x

Implements template_preprocess_HOOK() for field_ui_table.

File

./gin_lb.module, line 642
Provides hooks for gin_lb module.

Code

function gin_lb_preprocess_field_ui_table(&$variables) {
  gin_lb_preprocess_table($variables);
}