@@ -257,6 +257,9 @@ discard block |
||
257 | 257 | return $datagrid; |
258 | 258 | } |
259 | 259 | |
260 | + /** |
|
261 | + * @param string $field |
|
262 | + */ |
|
260 | 263 | private function configureFormConfig($field, $disabled = false) |
261 | 264 | { |
262 | 265 | $form = $this->prophesize(Form::class); |
@@ -276,6 +279,9 @@ discard block |
||
276 | 279 | $formConfig->getAttribute('target_admin_access_action')->willReturn('list'); |
277 | 280 | } |
278 | 281 | |
282 | + /** |
|
283 | + * @param string $field |
|
284 | + */ |
|
279 | 285 | private function configureFormConfigComplexProperty($field) |
280 | 286 | { |
281 | 287 | $form = $this->prophesize(Form::class); |
@@ -295,6 +301,9 @@ discard block |
||
295 | 301 | $formConfig->getAttribute('target_admin_access_action')->willReturn('list'); |
296 | 302 | } |
297 | 303 | |
304 | + /** |
|
305 | + * @param string $field |
|
306 | + */ |
|
298 | 307 | private function configureFormConfigComplexPropertyArray($field) |
299 | 308 | { |
300 | 309 | $form = $this->prophesize(Form::class); |
@@ -619,6 +619,9 @@ discard block |
||
619 | 619 | return $datagrid; |
620 | 620 | } |
621 | 621 | |
622 | + /** |
|
623 | + * @param string $field |
|
624 | + */ |
|
622 | 625 | private function configureFormConfig($field, $disabled = false) |
623 | 626 | { |
624 | 627 | $form = $this->prophesize(Form::class); |
@@ -638,6 +641,9 @@ discard block |
||
638 | 641 | $formConfig->getAttribute('target_admin_access_action')->willReturn('list'); |
639 | 642 | } |
640 | 643 | |
644 | + /** |
|
645 | + * @param string $field |
|
646 | + */ |
|
641 | 647 | private function configureFormConfigComplexProperty($field) |
642 | 648 | { |
643 | 649 | $form = $this->prophesize(Form::class); |
@@ -657,6 +663,9 @@ discard block |
||
657 | 663 | $formConfig->getAttribute('target_admin_access_action')->willReturn('list'); |
658 | 664 | } |
659 | 665 | |
666 | + /** |
|
667 | + * @param string $field |
|
668 | + */ |
|
660 | 669 | private function configureFormConfigComplexPropertyArray($field) |
661 | 670 | { |
662 | 671 | $form = $this->prophesize(Form::class); |