You are here

protected property BlockContentTestBase::$autoCreateBasicBlockType in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/block_content/src/Tests/BlockContentTestBase.php \Drupal\block_content\Tests\BlockContentTestBase::autoCreateBasicBlockType

Whether or not to auto-create the basic block type during setup.

Type: bool

File

core/modules/block_content/src/Tests/BlockContentTestBase.php, line 50
Contains \Drupal\block_content\Tests\BlockContentTestBase.

Class

BlockContentTestBase
Sets up block content types.

Namespace

Drupal\block_content\Tests

Code

protected $autoCreateBasicBlockType = TRUE;