1 drupal.classes.inc protected DrupalWebTestCase::drupalCreateContentType($settings = array())

File

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

Class

DrupalWebTestCase

Code

protected function drupalCreateContentType($settings = array()) {
  return $this->backdropCreateContentType($settings);
}