trait ContentTypeCreationTrait
Same name in this branch
- 8.9.x core/modules/node/tests/src/Traits/ContentTypeCreationTrait.php \Drupal\Tests\node\Traits\ContentTypeCreationTrait
Same name in other branches
- 9 core/modules/node/tests/src/Traits/ContentTypeCreationTrait.php \Drupal\Tests\node\Traits\ContentTypeCreationTrait
- 10 core/modules/node/tests/src/Traits/ContentTypeCreationTrait.php \Drupal\Tests\node\Traits\ContentTypeCreationTrait
- 11.x 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
- trait \Drupal\simpletest\ContentTypeCreationTrait uses \Drupal\Tests\node\Traits\ContentTypeCreationTrait
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\simpletestView source
trait ContentTypeCreationTrait {
use BaseContentTypeCreationTrait;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.