Update BulkSkuWidget.php - adds a check using method_exists() to ensure the...
Update BulkSkuWidget.php - adds a check using method_exists() to ensure the form object has the getEntity() method before trying to use it. This will prevent the error when the widget is used in contexts where the form object doesn't support entity operations.
Closes #3485096