- Issue created by @scambler
- Status changed to Needs review
3 months ago 12:50pm 14 January 2025 - πͺπΈSpain alexortega_98 Seville
The pull is already done by this point, that's why
disallowPull()
doesn't work. Try using PULL_PREPULL event instead, it happens before PULL_PRESAVE, and allows you to use disallowPull() and therefore, it won't get saved into Drupal.You can have a look to SalesforceExampleSubscriber.php file, just inside
salesforce_example
module that is included in thesalesforce
module, and look for thepullPrepull()
function, you have a nice example there. - Status changed to Closed: works as designed
16 days ago 5:28pm 18 March 2025