public function NodeAccessRecordModel::getGrantUpdate in Permissions by Term 8.2
Same name and namespace in other branches
- 8 src/Model/NodeAccessRecordModel.php \Drupal\permissions_by_term\Model\NodeAccessRecordModel::getGrantUpdate()
Return value
int
File
- src/
Model/ NodeAccessRecordModel.php, line 146
Class
Namespace
Drupal\permissions_by_term\ModelCode
public function getGrantUpdate() {
return $this->grant_update;
}