function twilio_twiml_theme in Twilio 7
Implements hook_theme().
File
- twilio_twiml/
twilio_twiml.module, line 44 - Twilio TwiML module
Code
function twilio_twiml_theme($existing, $type, $theme, $path) {
return array(
'twilio_twiml_list' => array(
'variables' => array(
'twiml_list' => NULL,
),
),
);
}