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

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
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