Override Drupal 8 core services
Problem
I need to override the email validation service so that we can use a custom validation .
Solution
There are a few step to follow for this solution. Find the service that provides the validation service
- Find the service and the file
- There are a couple of ways to find the service
- GOTO https://api.drupal.org/api/drupal/services and just serach for it
- Use Drupal console
drupal debug:container | grep email
- There are a couple of ways to find the service