- Issue created by @omarlopesino
- Assigned to omarlopesino
- 🇮🇳India dineshkumarbollu
Hi @omarlopesino
using these classes will resolve the problem.
use Drupal\Core\DependencyInjection\ContainerFactoryPluginInterface; use Symfony\Component\DependencyInjection\ContainerInterface;
and in create method add new paramenters
public static function create(ContainerInterface $container, array $configuration, $plugin_id, $plugin_definition) {
- Merge request !66Issue #3419551: Use ContainerInjectionInterface class for UniqueFieldsConstraintValidator → (Open) created by omarlopesino
- Issue was unassigned.
- 🇪🇸Spain omarlopesino
Thank you @dineshkumarbollu . Indeed I've already made that solution but forgot to create the MR. Now the MR is created. Please review, thanks!
- Status changed to Needs review
11 months ago 3:26pm 7 February 2024 -
AaronBauman →
committed d3798e12 on 5.0.x authored by
omarlopesino →
Issue #3419551 by omarlopesino: UniqueFieldsConstraintValidator class...
-
AaronBauman →
committed d3798e12 on 5.0.x authored by
omarlopesino →
- Status changed to Fixed
11 months ago 9:03pm 15 February 2024 - 🇺🇸United States AaronBauman Philadelphia
Committed to latest dev, thanks for the patch.
Automatically closed - issue fixed for 2 weeks with no activity.