Move VerifyEmailRepository class and interface into Service directory

Created on 31 March 2025, 4 days ago

Problem/Motivation

The number of files in the /src directory keeps growing. To keep things tidy, when I added the Verifier service, I created a /src/Service directory.

For consistency, the VerifyEmailRepository service and its interface should be moved into this directory.

Proposed resolution

  • The service and it's interface should be moved into the Service directory
  • The namespace will need updating to Drupal\verify_email\Service
  • All references to this module will need updating

Remaining tasks

Update the service.

User interface changes

None.

API changes

None.

Data model changes

None.

📌 Task
Status

Active

Version

1.0

Component

Code

Created by

🇮🇪Ireland lostcarpark

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

  • Issue created by @lostcarpark
  • Pipeline finished with Failed
    3 days ago
    Total: 290s
    #461560
  • 🇮🇪Ireland lostcarpark

    Thanks for working on this, @ankit_k.

    Tests are failing because VerifyEmailRepository references VerifyEmailInterface, which was in the same namespace, so didn't need a use statement. To fix, add use Drupal\verify_email\VerifyEmailInterface; to service and its interface.

    PHPCS is also failing for the following reasons:

    In Verifier, use Drupal\verify_email\Service\VerifyEmailRepositoryInterface; is no longer required, because both services are in the same namespace.

    In VerifyEmailRepositoryInterface, the @return docblock needs the full path to the class (again, it wasn't needed before because it was in the same namespace): @return \Drupal\verify_email\VerifyEmailInterface|null.

    Again, thanks for your efforts. I think it only needs a couple of minor fixes to get over the line.

  • Pipeline finished with Failed
    3 days ago
    Total: 155s
    #461726
  • 🇮🇳India ankit_k

    @lostcarpark I have applied required changes but Tests are still failing.

  • Pipeline finished with Failed
    3 days ago
    Total: 256s
    #461746
  • 🇮🇳India ankit_k

    I have applied changes but still failing.
    Thanks

  • Pipeline finished with Success
    3 days ago
    Total: 212s
    #461834
  • 🇮🇳India nidhi27

    Hello,

    Now all the phpstan issues are cleared. Thanks!

  • 🇮🇪Ireland lostcarpark

    Thank you both for working on this. This looks good and all tests are now passing.

    I have reviewed the change, checked the tests pass locally, and carried out a manual test, and I'm happy to move to RTBC.

  • 🇮🇪Ireland lostcarpark

    Thank you ankit_k and nidhi27.

    Change is now merged and issue fixed.

Production build 0.71.5 2024