You are here

protected property BlockContentTestBase::$autoCreateBasicBlockType in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/block_content/tests/src/Functional/BlockContentTestBase.php \Drupal\Tests\block_content\Functional\BlockContentTestBase::autoCreateBasicBlockType
  2. 10 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/tests/src/Functional/BlockContentTestBase.php, line 49

Class

BlockContentTestBase
Sets up block content types.

Namespace

Drupal\Tests\block_content\Functional

Code

protected $autoCreateBasicBlockType = TRUE;