Fix GroupContentMenuParentFormSelector::parentSelectElement parameter...
Closed
requested to merge issue/group_content_menu-3468436:3468436-groupcontentmenuparentformselectorparentselectelement-parameter-declaration into 8.x-1.x
1 unresolved thread
Fix GroupContentMenuParentFormSelector::parentSelectElement parameter declaration incompatible with extended class.
Closes #3468436
Merge request reports
Activity
Filter activity
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
added 1 commit
- 6fb7dcb2 - Add sanity check to NodeFormAlter for form actions
Please register or sign in to reply