You are here

function template_preprocess_linkit_profiles_export_ui_form in Linkit 7.2

Processes variables

The $variables array contains the following arguments:

  • $form

File

./linkit.theme.inc, line 13
Linkit theme functions.

Code

function template_preprocess_linkit_profiles_export_ui_form(&$variables) {
  _linkit_preprocess_tabledrag_variables($variables, 'plugins');
  _linkit_preprocess_tabledrag_variables($variables, 'attributes');
}