drupalPost() 等效项
我需要帮助。我正在寻找 $this->drupalPost 等效项。我可以在非 webtestcase 环境中实现的东西。
有人能指出我正确的方向吗?谷歌似乎什么也没得到。
I need help. I'm looking for a $this->drupalPost equivalent. Something that I can implement in a none webtestcase environment.
Can anyone point me in the right direction? Google seems to yield nothing.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Drupal API 有一个 drupal_http_request 函数,可以发出 POST 请求以及 GET 请求。
The Drupal API has a drupal_http_request function which can make POST requests as well as GET requests.