It appears that various code in Forms is using dependency injection incorrectly.
In particular errors like the following are thrown:

Fatal error: Type of Drupal\wisski_pathbuilder\Form\WisskiPathDuplicateForm::$routeMatch must not be defined (as in class Drupal\Core\Form\FormBase) in /var/www/html/web/modules/custom/wisski/wisski_pathbuilder/src/Form/WisskiPathDuplicateForm.php on line 21

This comes from the fact that FormBase class performs "fake" dependency injection using setter methods.

Issue fork wisski-3568372

Command icon 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

twiesing created an issue. See original summary.

twiesing changed the visibility of the branch form-dependency-fixes to hidden.

twiesing changed the visibility of the branch form-dependency-fixes to active.

twiesing’s picture

Assigned: twiesing » kaiamann
twiesing’s picture

Status: Active » Fixed

Seems fixed, closing.

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

twiesing’s picture

Status: Fixed » Closed (fixed)