comparison core/modules/quickedit/tests/src/Kernel/QuickEditTestBase.php @ 17:129ea1e6d783

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:21:36 +0000
parents 4c8ae668cc8c
children
comparison
equal deleted inserted replaced
16:c2387f117808 17:129ea1e6d783
95 95
96 entity_get_display('entity_test', 'entity_test', 'default') 96 entity_get_display('entity_test', 'entity_test', 'default')
97 ->setComponent($field_name, [ 97 ->setComponent($field_name, [
98 'label' => 'above', 98 'label' => 'above',
99 'type' => $formatter_type, 99 'type' => $formatter_type,
100 'settings' => $formatter_settings 100 'settings' => $formatter_settings,
101 ]) 101 ])
102 ->save(); 102 ->save();
103 } 103 }
104 104
105 } 105 }