2017-09-27 10 views

答えて

0

メッセージを連結するコードを入力します。メッセージは

$this->messageManager->addError(__('This is your error message.')); 
//or 
$this->messageManager->addError(__('Invalid %s or %s', 'login', 'password')); 
//or replace with variables 
である必要があります。
関連する問題