protected property LayoutFieldTranslateUpdateConfigAndStorage::$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/ LayoutFieldTranslateUpdateConfigAndStorage.php, line 34
Class
- LayoutFieldTranslateUpdateConfigAndStorage
- A test case that updates both bundles' fields.
Namespace
Drupal\Tests\layout_builder\Functional\Update\TranslatabilityCode
protected $expectedBundleUpdates = [
'article' => TRUE,
'page' => TRUE,
];