You are here

protected property LayoutFieldTranslateUpdateConfig::$expectedBundleUpdates in Drupal 8

Expectations of field updates by bundles.

Type: array

Overrides MakeLayoutUntranslatableUpdatePathTestBase::$expectedBundleUpdates

File

core/modules/layout_builder/tests/src/Functional/Update/Translatability/LayoutFieldTranslateUpdateConfig.php, line 34

Class

LayoutFieldTranslateUpdateConfig
A test case that updates 1 bundle's field but not both.

Namespace

Drupal\Tests\layout_builder\Functional\Update\Translatability

Code

protected $expectedBundleUpdates = [
  'article' => FALSE,
  'page' => TRUE,
];