You are here

function commerce_smart_importer_theme in Commerce Smart Importer 8

Implements hook_theme().

File

./commerce_smart_importer.module, line 15
Commerce Smart Importer module file.

Code

function commerce_smart_importer_theme($existing, $type, $theme, $path) {
  return [
    'commerce_smart_importer_error_logger' => [
      'variables' => [
        'error_log' => [],
        'field_definitions' => [],
        'log_type' => 'import',
      ],
    ],
  ];
}