1 drupal.classes.inc | protected DrupalWebTestCase::drupalGetContent() |
File
- core/
includes/ drupal.classes.inc, line 90 - Contains class and interface wrappers for Drupal 7.x compatibility.
Class
Code
protected function drupalGetContent() {
return $this->backdropGetContent();
}