You are here

function bricks_inline_preprocess_bricks_inline_entity_form_table in Bricks​ 7.5

Implements hook_preprocess_HOOK() for theme_bricks_inline_entity_form_table().

File

bricks_inline/bricks_inline.module, line 93
Main file for bricks_inline module.

Code

function bricks_inline_preprocess_bricks_inline_entity_form_table(&$variables) {
  _template_preprocess_inline_entity_form_entity_table($variables);
  _bricks_inline_preprocess_tabledrag_form($variables);
}