autodialog.api.php in Auto-Dialog 7
File
autodialog.api.phpView source
<?php
/**
* Implements hook_autodialog_commands_alter().
*/
function hook_autodialog_commands_alter(&$commands) {
$commands[0]['title'] = 'New dialog title';
}
Functions
Name![]() |
Description |
---|---|
hook_autodialog_commands_alter | Implements hook_autodialog_commands_alter(). |