You are here

autodialog.api.php in Auto-Dialog 7

File

autodialog.api.php
View source
<?php

/**
 * Implements hook_autodialog_commands_alter().
 */
function hook_autodialog_commands_alter(&$commands) {
  $commands[0]['title'] = 'New dialog title';
}