Final Class Yiisoft\Yii\Middleware\Event\SetLocaleEvent
| Inheritance | Yiisoft\ |
|---|
Raised when {@see Locale} middleware have determined the locale to use.
Use this event to configure locale of extra services.
Public Methods
| Method | Description | Defined By |
|---|---|---|
| __construct() | Yiisoft\ |
|
| getLocale() | Get locale determined by {@see Locale} middleware. | Yiisoft\ |
Method Details
| public mixed __construct ( string $locale ) | ||
| $locale | string |
Locale determined by {@see \ |
public function __construct(private readonly string $locale) {}
User Contributed Notes
Leave a comment
Join the conversation to share a note.