public function NodeAccessRecordModel::setGrantView in Permissions by Term 8
Same name and namespace in other branches
- 8.2 src/Model/NodeAccessRecordModel.php \Drupal\permissions_by_term\Model\NodeAccessRecordModel::setGrantView()
Parameters
int $grant_view:
File
- src/
Model/ NodeAccessRecordModel.php, line 138
Class
Namespace
Drupal\permissions_by_term\ModelCode
public function setGrantView($grant_view) {
$this->grant_view = $grant_view;
}