- πΊπΈUnited States smustgrave
drupalPostAjaxForm was actually deprecated in D8 and removed in D9.
drupalPostAjaxForm()
is simulating the behaviour of ajax.js
, so using it, doesn't really provide fundamental guarantees.
#2809161: Convert Javascript/AJAX testing to use JavascriptTestBase β
suggests to convert them to JavascriptTestBase
Closed: outdated
10.1 β¨
Last updated
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
drupalPostAjaxForm was actually deprecated in D8 and removed in D9.