You are here

protected property BlockContentTestBase::$autoCreateBasicBlockType in Drupal 8

Same name in this branch
  1. 8 core/modules/block_content/src/Tests/BlockContentTestBase.php \Drupal\block_content\Tests\BlockContentTestBase::autoCreateBasicBlockType
  2. 8 core/modules/block_content/tests/src/Functional/BlockContentTestBase.php \Drupal\Tests\block_content\Functional\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 56

Class

BlockContentTestBase
Sets up block content types.

Namespace

Drupal\block_content\Tests

Code

protected $autoCreateBasicBlockType = TRUE;