Skip to content
Snippets Groups Projects

Fix GroupContentMenuParentFormSelector::parentSelectElement parameter...

1 unresolved thread

Fix GroupContentMenuParentFormSelector::parentSelectElement parameter declaration incompatible with extended class.

Closes #3468436

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
22 22 /**
23 23 * {@inheritdoc}
24 24 */
25 public function parentSelectElement($menu_parent, $id = '', array $menus = NULL) {
25 public function parentSelectElement($menu_parent, $id = '', ?array $menus = null, ?array $manipulators = null) {
  • FIXES:

    Declaration of
    Drupal\group_content_menu\GroupContentMenuParentFormSelector::parentSelectElement($menu_parent, $id = '', ?array $menus = null)
    must be compatible with
    Drupal\Core\Menu\MenuParentFormSelector::parentSelectElement($menu_parent, $id = '', ?array $menus = null, ?array $manipulators = null)
    Edited by Jesse Nicola
  • Please register or sign in to reply
  • Jesse Nicola added 1 commit

    added 1 commit

    • 6fb7dcb2 - Add sanity check to NodeFormAlter for form actions

    Compare with previous version

  • closed

  • Please register or sign in to reply
    Loading