You are here

function _rac_update_unpublished in Role Access Control 8

Same name and namespace in other branches
  1. 8.2 rac.module \_rac_update_unpublished()

Check if access grants should apply to unpublished content.

1 call to _rac_update_unpublished()
rac_na_node_access_records in contrib/rac_na/rac_na.module
Implements hook_node_access_records().

File

./rac.module, line 402
Module providing role access relations.

Code

function _rac_update_unpublished() {
  return \Drupal::config("rac.settings")
    ->get("update_unpublished");
}