trait NodeCreationTrait in Drupal 8
Same name in this branch
- 8 core/modules/simpletest/src/NodeCreationTrait.php \Drupal\simpletest\NodeCreationTrait
- 8 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
- trait \Drupal\simpletest\NodeCreationTrait uses NodeCreationTrait
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\simpletestView source
trait NodeCreationTrait {
use BaseNodeCreationTrait;
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
NodeCreationTrait:: |
protected | function | Creates a node based on default settings. | |
NodeCreationTrait:: |
public | function | Get a node from the database based on its title. |