/var/www/vhosts/nabawater/backend/modules/translation/models
NameSizeModeActions
Message.php2640644editdlrm
SourceMessage.php11650644editdlrm
SourceMessageSearch.php12640644editdlrm
Edit: /var/www/vhosts/nabawater/backend/modules/translation/models/SourceMessageSearch.php (1264B)
$query, 'pagination' => [ 'pageSize' => 20, ], ]); $this->load($params); if (!$this->validate()) { return $dataProvider; } $query->andFilterWhere(['like', 'message', $this->message]); $query->andFilterWhere(['like', 'category', $this->category]); return $dataProvider; } }