trait NodeCreationTrait

Same name in this branch
  1. 8.9.x core/modules/node/tests/src/Traits/NodeCreationTrait.php \Drupal\Tests\node\Traits\NodeCreationTrait
Same name and namespace in other branches
  1. 9 core/modules/node/tests/src/Traits/NodeCreationTrait.php \Drupal\Tests\node\Traits\NodeCreationTrait
  2. 10 core/modules/node/tests/src/Traits/NodeCreationTrait.php \Drupal\Tests\node\Traits\NodeCreationTrait
  3. 11.x core/modules/node/tests/src/Traits/NodeCreationTrait.php \Drupal\Tests\node\Traits\NodeCreationTrait

Provides methods to create node based on default settings.

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\NodeCreationTrait instead.

See also

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

File

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

Namespace

Drupal\simpletest
View source
trait NodeCreationTrait {
    use BaseNodeCreationTrait;

}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.