trait BlockCreationTrait
Same name in this branch
- 8.9.x core/modules/block/tests/src/Traits/BlockCreationTrait.php \Drupal\Tests\block\Traits\BlockCreationTrait
Same name in other branches
- 9 core/modules/block/tests/src/Traits/BlockCreationTrait.php \Drupal\Tests\block\Traits\BlockCreationTrait
- 10 core/modules/block/tests/src/Traits/BlockCreationTrait.php \Drupal\Tests\block\Traits\BlockCreationTrait
- 11.x core/modules/block/tests/src/Traits/BlockCreationTrait.php \Drupal\Tests\block\Traits\BlockCreationTrait
Provides methods to create and place block with default settings.
This trait is meant to be used only by test classes.
Hierarchy
- trait \Drupal\simpletest\BlockCreationTrait uses \Drupal\Tests\block\Traits\BlockCreationTrait
Deprecated
in drupal:8.4.0 and is removed from drupal:9.0.0. Use \Drupal\Tests\block\Traits\BlockCreationTrait instead.
See also
https://www.drupal.org/node/2884454
File
-
core/
modules/ simpletest/ src/ BlockCreationTrait.php, line 19
Namespace
Drupal\simpletestView source
trait BlockCreationTrait {
use BaseBlockCreationTrait;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.