You are here

function moderated_content_bulk_publish_theme in moderated content bulk publish 2.0.x

Same name and namespace in other branches
  1. 8 moderated_content_bulk_publish.module \moderated_content_bulk_publish_theme()
  2. 1.0.x moderated_content_bulk_publish.module \moderated_content_bulk_publish_theme()

Implements hook_theme()

File

./moderated_content_bulk_publish.module, line 49
moderated_content_bulk_publish module.

Code

function moderated_content_bulk_publish_theme($existing, $type, $theme, $path) {
  return [
    'moderated_content_bulk_publish' => [
      'variables' => [
        'test_var' => NULL,
      ],
    ],
  ];
}