* * For the full copyright and license information, please view the LICENSE.md * file that was distributed with this source code. */ use yii\grid\GridView; use yii\helpers\Html; use yii\helpers\Url; use yii\web\View; use yii\widgets\Pjax; /** * @var \yii\web\View $this * @var \yii\data\ActiveDataProvider $dataProvider * @var \dektrium\user\models\UserSearch $searchModel */ $this->title = Yii::t('app', 'User List'); $this->params['breadcrumbs'][] = ['label' => Yii::t('user', 'Manage users'), 'url' => ['']]; $this->params['breadcrumbs'][] = $this->title; ?>