1 drupal.classes.inc | protected DrupalWebTestCase::drupalSetContent($content, $url = 'internal:') |
File
- core/
includes/ drupal.classes.inc, line 99 - Contains class and interface wrappers for Drupal 7.x compatibility.
Class
Code
protected function drupalSetContent($content, $url = 'internal:') {
$this->backdropSetContent($content, $url);
}