comparison core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayResourceTestBase.php @ 17:129ea1e6d783

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:21:36 +0000
parents c2387f117808
children
comparison
equal deleted inserted replaced
16:c2387f117808 17:129ea1e6d783
66 'bundle' => 'camelids', 66 'bundle' => 'camelids',
67 'content' => [ 67 'content' => [
68 'links' => [ 68 'links' => [
69 'region' => 'content', 69 'region' => 'content',
70 'weight' => 100, 70 'weight' => 100,
71 'settings' => [],
72 'third_party_settings' => [],
71 ], 73 ],
72 ], 74 ],
73 'dependencies' => [ 75 'dependencies' => [
74 'config' => [ 76 'config' => [
75 'node.type.camelids', 77 'node.type.camelids',