You are here

function content_access_action_acl_grant_access_help in Content Access 6

File

./content_access.rules.inc, line 164
Rules specific functions that expose content_access' API.

Code

function content_access_action_acl_grant_access_help() {
  return t("Note that this action is not going to revoke access for not chosen operations.");
}