You are here

function deploy_theme in Deploy - Content Staging 6

Implementation of hook_theme().

File

./deploy.module, line 240
Deployment API which enables modules to deploy items between servers.

Code

function deploy_theme() {
  return array(
    'deploy_list_form' => array(
      'arguments' => array(
        'form' => NULL,
      ),
    ),
  );
}