Example #1
0
 public function getCustomBreadrumbs(Model $model, $action)
 {
     if ($action == 'change_password') {
         list(, , $update) = $model->getAdminNames($model);
         return [['name' => $update, 'url' => $this->getAdminUrl('update', ['pk' => $model->pk])], ['name' => $this->getModule()->t('Change password')]];
     }
     return parent::getCustomBreadrumbs($model, $action);
 }