Skip to content
Snippets Groups Projects
Commit 37d2445f authored by Thomas Kaisuka's avatar Thomas Kaisuka Committed by Boris Doesborg
Browse files

Issue #3530227 by thomas kaisuka, batigolix: ArgumentCountError: Too few...

Issue #3530227 by thomas kaisuka, batigolix: ArgumentCountError: Too few arguments to function Drupal\webform_analysis\Plugin\Block\WebformAnalysisBlock::__construct(), 3 passed... and exactly 5 expected
parent 3e52eed7
Branches
Tags
1 merge request!18Edit WebformAnalysisBlock.php Fix Number of Arguments
Pipeline #532853 failed
...@@ -5,6 +5,7 @@ namespace Drupal\webform_analysis\Plugin\Block; ...@@ -5,6 +5,7 @@ namespace Drupal\webform_analysis\Plugin\Block;
use Drupal\Core\Ajax\AjaxResponse; use Drupal\Core\Ajax\AjaxResponse;
use Drupal\Core\Ajax\ReplaceCommand; use Drupal\Core\Ajax\ReplaceCommand;
use Drupal\Core\Block\BlockBase; use Drupal\Core\Block\BlockBase;
use Drupal\Core\Plugin\ContainerFactoryPluginInterface;
use Drupal\Core\Entity\EntityTypeManagerInterface; use Drupal\Core\Entity\EntityTypeManagerInterface;
use Drupal\Core\Form\FormBuilderInterface; use Drupal\Core\Form\FormBuilderInterface;
use Drupal\Core\Form\FormStateInterface; use Drupal\Core\Form\FormStateInterface;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment