You are here

public function NodeAccessRecordModel::setGrantView in Permissions by Term 8.2

Same name and namespace in other branches
  1. 8 src/Model/NodeAccessRecordModel.php \Drupal\permissions_by_term\Model\NodeAccessRecordModel::setGrantView()

Parameters

int $grant_view:

File

src/Model/NodeAccessRecordModel.php, line 138

Class

NodeAccessRecordModel

Namespace

Drupal\permissions_by_term\Model

Code

public function setGrantView($grant_view) {
  $this->grant_view = $grant_view;
}