LayoutFieldTranslateUpdateConfig::$expectedBundleUpdates

Type: expectedBundleUpdates

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,
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.