Skip to content
Snippets Groups Projects

3418136-Added last method.

Open Rohit Sankhla requested to merge issue/drupal-3418136:3418136-add-last-function into 11.x
1 unresolved thread

Closes #3418136

Merge request reports

Members who can merge are allowed to add commits.
Approval is optional

Set by to be merged automatically when the pipeline succeeds

Ready to merge by members who can write to the target branch.

Merge details

  • The source branch is 585 commits behind the target branch.
  • 1 commit and 1 merge commit will be added to .
  • Source branch will not be deleted.
  • Auto-merge enabled

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
91 91 */
92 92 public function first();
93 93
94 /**
95 * Returns the last item in this list.
96 *
97 * @return \Drupal\Core\TypedData\TypedDataInterface|null
98 * The last item in this list, or NULL if there are no items.
99 */
100 public function last();
  • shalini jha added 17 commits

    added 17 commits

    Compare with previous version

  • shalini jha added 1 commit

    added 1 commit

    Compare with previous version

  • added 1 commit

    • b30e76e0 - Apply 2 suggestion(s) to 2 file(s)

    Compare with previous version

  • added 1 commit

    • 45c08407 - Apply 1 suggestion(s) to 1 file(s)

    Compare with previous version

  • Please register or sign in to reply
    Loading