You are here

function _rac_update_unpublished in Role Access Control 8.2

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

Check if access grants should apply to unpublished content.

File

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

Code

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