This is the autocomplete for hook_theme:

/**
 * Implements hook_theme().
 */
function EXTENSION_theme($existing, $type, $theme, $path) {
  return array(
    'example' => array(
      'arguments' => array('arg0' => NULL, 'arg1' => NULL),
      'template' => 'example',
    ),
  );
}

arguments should be variables.

Comments

webflo’s picture

Status: Active » Fixed

Fixed in commit cf32da3 on 7.x-1.x. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.