Problem/Motivation
When accessing ColumnsForm, it throws an error.
Steps to reproduce
1: Install the "Seeds layouts" using the following command:
composer require 'drupal/seeds_layouts:^2.0'
2: Navigate to admin/config/content/seeds_layouts/columns.
3: The following error appears:
ArgumentCountError: Too few arguments to function Drupal\Core\Form\ConfigFormBase::__construct(), 1 passed in modules\contrib\seeds_layouts\src\Form\ColumnsForm.php on line 66 and exactly 2 expected in Drupal\Core\Form\ConfigFormBase->__construct() (line 44 of core\lib\Drupal\Core\Form\ConfigFormBase.php)
Note: I am using Drupal 11 with PHP 8.3.19 version.
Issue fork seeds_layouts-3517721
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
adityarawat_ln commentedHi,
have created MR!15 for the issue.
Please review it once.
Thank you.
Comment #6
ahmad-alyasaki commented