1 drupal.classes.inc protected DrupalWebTestCase::drupalGetAJAX($path, array $options = array(), array $headers = array())

File

core/includes/drupal.classes.inc, line 75
Contains class and interface wrappers for Drupal 7.x compatibility.

Class

DrupalWebTestCase

Code

protected function drupalGetAJAX($path, array $options = array(), array $headers = array()) {
  return $this->backdropGetAJAX($path, $options, $headers);
}