You are here

trait ContentTypeCreationTrait in Drupal 8

Same name in this branch
  1. 8 core/modules/simpletest/src/ContentTypeCreationTrait.php \Drupal\simpletest\ContentTypeCreationTrait
  2. 8 core/modules/node/tests/src/Traits/ContentTypeCreationTrait.php \Drupal\Tests\node\Traits\ContentTypeCreationTrait

Provides methods to create content type from given values.

This trait is meant to be used only by test classes.

Hierarchy

Deprecated

in drupal:8.4.0 and is removed from drupal:9.0.0. Use \Drupal\Tests\node\Traits\ContentTypeCreationTrait instead.

See also

https://www.drupal.org/node/2884454

File

core/modules/simpletest/src/ContentTypeCreationTrait.php, line 19

Namespace

Drupal\simpletest
View source
trait ContentTypeCreationTrait {
  use BaseContentTypeCreationTrait;

}

Members

Namesort descending Modifiers Type Description Overrides
ContentTypeCreationTrait::createContentType protected function Creates a custom content type based on default settings. 1