1 drupal.classes.inc | protected DrupalWebTestCase::drupalPostAJAX($path, $edit, $triggering_element, $ajax_path = NULL, array $options = array(), array $headers = array(), $form_html_id = NULL, $ajax_settings = NULL) |
File
- core/
includes/ drupal.classes.inc, line 81 - Contains class and interface wrappers for Drupal 7.x compatibility.
Class
Code
protected function drupalPostAJAX($path, $edit, $triggering_element, $ajax_path = NULL, array $options = array(), array $headers = array(), $form_html_id = NULL, $ajax_settings = NULL) {
return $this->backdropPostAJAX($path, $edit, $triggering_element, $ajax_path, $options, $headers, $form_html_id, $ajax_settings);
}