Skip to content
Snippets Groups Projects

Issue #3419074: Argument #1 ($array) must be of type array when editing node fadded condition

Open Issue #3419074: Argument #1 ($array) must be of type array when editing node fadded condition
1 unresolved thread
Open Himanshu Jhaloya requested to merge issue/drupal-3419074:3419074-argument-issue into 11.x
1 unresolved thread

Closes #3419074

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
62 62 $selection_handler_groups = $this->getSelectionGroups($target_type);
63 63
64 64 // Sort the selection plugins by weight and select the best match.
65 uasort($selection_handler_groups[$base_plugin_id], ['Drupal\Component\Utility\SortArray', 'sortByWeightElement']);
65
66 // Sort the selection plugins by weight and select the best match.
67 if ($selection_handler_groups && count($selection_handler_groups) > 1) {
  • Rajneesh Babu added 1 commit

    added 1 commit

    Compare with previous version

  • Please register or sign in to reply
    Loading