Problem/Motivation
The code triggers PHP 8.4 deprecation warnings.
Steps to reproduce
- Install the module on a PHP 8.4 environment.
- Make sure error reporting is on.
Following error is triggered:
MenuChildren::getMenuLinkFromTargetUrl(): Implicitly marking parameter $url as nullable is deprecated
Proposed resolution
Fix PHP 8.4 deprecations.
Issue fork views_menu_children_filter-3519067
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
zero2one commentedComment #4
anybodyThanks @zero2one!
Comment #5
anybody