- Issue created by @nomisgnos
When creating a new node using Entity Browser it generates this error:
Call to undefined method Drupal\entity_browser\Form\EntityBrowserForm::getEntity() in Drupal\scheduled_publish\Plugin\Field\FieldWidget\ScheduledPublishWidget->formElement()
Install Entity Browser and paragraph. Attach a field that is an entity browser to a content type. Then create or edit an existing node. The field that has the entity browser launches but when you try to create a new node via the Entity Browser, it generates that error.
The proposed solution is to validate if the method exists. I attached via patch.
Active
3.10
Code