Final Class Yiisoft\Yii\Middleware\Exception\InvalidLocalesFormatException
| Inheritance | Yiisoft\ |
|---|---|
| Implements | Yiisoft\ |
Public Methods
| Method | Description | Defined By |
|---|---|---|
| getName() | Yiisoft\ |
|
| getSolution() | Yiisoft\ |
Method Details
| public ?string getSolution ( ) |
public function getSolution(): ?string
{
return <<<SOLUTION
The specified locales are not in a valid format. Acceptable format is `key => value` array. For example:
```
['en' => 'en-US', 'uz' => 'uz-UZ'];
// or
['en' => 'en_US', 'uz' => 'uz_UZ'];
```
SOLUTION;
}
User Contributed Notes
Leave a comment
Join the conversation to share a note.