Skip to content

Instantly share code, notes, and snippets.

@martsie
Created January 25, 2017 11:01
Show Gist options
  • Save martsie/4070671e9b111ce334bd3eb549ac5aac to your computer and use it in GitHub Desktop.
Save martsie/4070671e9b111ce334bd3eb549ac5aac to your computer and use it in GitHub Desktop.
Example of Drupal 7 Ajax command PHP implementation
// Change the page title.
$ajax_commands[] = ajax_command_invoke(NULL, 'changePageTitle', array(t('My great page title')));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment