Active
Project:
Fluent
Version:
10.1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
22 Oct 2023 at 04:43 UTC
Updated:
16 Jan 2024 at 20:00 UTC
Jump to comment: Most recent
Add support for the whereBetween method in the Drupal\fluent\Collection class.
Ensure it interfaces properly with ContentEntityInterface instances.
Write tests to ensure the method works correctly when called on a collection of paragraphs or nodes.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
dmouseComment #5
tguerineau commentedHi,
I've been working on the issue described here and have made progress in implementing the feature. Below is a brief overview of the changes and updates made:
1. Implementation Details:
whereBetweenmethod added in thesrc/Collection.phpfile.2. Manual testing that I made (using Devel module):
3. Automated Tests: Unfortunately, I am currently facing issues with my test environment, which has prevented me from creating automated tests for these changes.
4. Merge Request: I have created a Merge Request (MR) with the code for the implemented method.
Thank you for considering these updates, and I look forward to your feedback.