function yamlform_test_theme in YAML Form 8
Implements hook_theme().
File
- tests/
modules/ yamlform_test/ yamlform_test.module, line 14 - Support module for form related testing.
Code
function yamlform_test_theme() {
return [
'yamlform_handler_test_summary' => [
'variables' => [
'settings' => NULL,
'handler' => [],
],
],
];
}