You are here

public function ACKNodeAuthor::description in Access Control Kit 7

Overrides AccessControlKitHandler::description().

Overrides AccessControlKitHandler::description

File

ack_node/handlers/ack_node_author.inc, line 16
Contains the handler class for the author property on nodes.

Class

ACKNodeAuthor
Controls access to a node based on its author.

Code

public function description() {
  return t('Allows you to grant a user access to content authored by certain other users (for example, User A could be granted access to all content written by Users B, C, and D).');
}