Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
47 | public function __construct($entity_browser_id, $instance_uuid, array $plugin_definition, FormStateInterface $form_state, array $data) { |
||
48 | parent::__construct($entity_browser_id, $instance_uuid); |
||
49 | $this->data = $data; |
||
50 | $this->formState = $form_state; |
||
51 | $this->pluginDefinition = $plugin_definition; |
||
52 | } |
||
53 | |||
94 |