Replies: 1 comment 2 replies
-
Yes, it's a new concept if you haven't used DI container in Yii2 (there it was optional). Here you go: https://github.com/yiisoft/docs/blob/master/guide/en/concept/di-container.md It's a draft documentation but, I think, explains it well. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I try to understand where the
$validator
object comes from insrc/Contact/ContactController.php
The action
contact
is defined in./config/routes.php
:But there is no link to any
Validator
defined nor any injection of an ValidatorInterface or a model class.Beta Was this translation helpful? Give feedback.
All reactions