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