ajax_wrapper-1.0.1/ajax_wrapper.module
ajax_wrapper.module
<?php
/**
* @file
* The main module file.
*/
/**
* Implements hook_theme().
*/
function ajax_wrapper_theme($existing, $type, $theme, $path) {
return [
'ajax_wrapper' => [
'variables' => [
'ajax_wrapper_attributes' => NULL,
'ajax_wrapper_content' => NULL,
],
],
];
}
