You are here

trait BlockCreationTrait in SimpleTest 8.3

Provides methods to create and place block with default settings.

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

Hierarchy

Deprecated

in Drupal 8.4.x. Will be removed before Drupal 9.0.0. Use \Drupal\Tests\block\Traits\BlockCreationTrait instead.

See also

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

File

src/BlockCreationTrait.php, line 19

Namespace

Drupal\simpletest
View source
trait BlockCreationTrait {
  use BaseBlockCreationTrait;

}

Members

Namesort descending Modifiers Type Description Overrides
BlockCreationTrait::placeBlock protected function Creates a block instance based on default settings.