Skip to content
Snippets Groups Projects

Issue #3504629: Change target branch and include test coverage

2 unresolved threads
2 unresolved threads

Closes #3504629

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
1159 1159 // Set the argument, which ensures that the argument is valid and
1160 1160 // possibly transforms the value.
1161 1161 if (!$argument->setArgument($arg)) {
1162 $status = $argument->validateFail($arg);
1163 break;
1162 $status = $argument->validateFail($arg) && $status;
  • 1184 1184 }
    1185 1185 else {
    1186 1186 // Determine default condition and handle.
    1187 $status = $argument->defaultAction();
    1188 break;
  • Stephen Mustgrave added 163 commits

    added 163 commits

    • 610f17e7...1e391b33 - 162 commits from branch project:11.x
    • 6796d7f0 - Merge branch '11.x' of https://git.drupalcode.org/project/drupal into...

    Compare with previous version

  • Please register or sign in to reply
    Loading