3418136-Added last method.
1 unresolved thread
1 unresolved thread
Closes #3418136
Merge request reports
Activity
Filter activity
added 1 commit
- 255c9a4a - issues:3418136 added return document for last method
added 1 commit
- 5732dfeb - issue-3418136:Added test coverage for last method
added 1521 commits
-
5732dfeb...4e9a6028 - 1518 commits from branch
project:11.x
- 8f6c0dd6 - 3418136-Added last method.
- b02b71b4 - issues:3418136 added return document for last method
- 2bfdb735 - issue-3418136:Added test coverage for last method
Toggle commit list-
5732dfeb...4e9a6028 - 1518 commits from branch
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(); changed this line in version 7 of the diff
- Resolved by Stephen Mustgrave
added 17 commits
Toggle commit listadded 1 commit
- Resolved by Stephen Mustgrave
- Resolved by Stephen Mustgrave
- Resolved by Stephen Mustgrave
Please register or sign in to reply