Skip to content
Snippets Groups Projects
Commit 1085bd2e authored by Jonathan Sacksick's avatar Jonathan Sacksick Committed by Jonathan Sacksick
Browse files

Issue #3263846 by RhiP, jsacksick, AlanHDev: The "hidden" plugin does not...

Issue #3263846 by RhiP, jsacksick, AlanHDev:  The "hidden" plugin does not exist - Drupal 9 Compatibility.
parent b513ab61
No related branches found
No related tags found
No related merge requests found
......@@ -349,9 +349,7 @@ class ShippingMethod extends ContentEntityBase implements ShippingMethodInterfac
'type' => 'integer',
'weight' => 0,
])
->setDisplayOptions('form', [
'type' => 'hidden',
]);
->setDisplayConfigurable('form', TRUE);
$fields['status'] = BaseFieldDefinition::create('boolean')
->setLabel(t('Enabled'))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment