You are here

function content_access_action_acl_revoke_access_help in Content Access 6

File

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

Code

function content_access_action_acl_revoke_access_help() {
  return t("Note that this action is only able to revoke access that has been previously granted with the help of the content access module.");
}