我正在构建一个使用Gatsby(反应式)完全解耦的Drupal 8站点。该网站需要一个表格。我将为此使用webform drupal模块,然后使用graphql获取webform查询以将其与gatsby-drupal-webform插件一起使用,执行本地dev时出现此错误:
$testController = new TestsController;
$test_data_request = new \Illuminate\Http\Request();
$test_data_request->setMethod('POST');
$test_data_request->request->add( $test_post_data );
$testId = $testController->addTestResults($test_data_request);