You are here

public function ACKNodeSticky::description in Access Control Kit 7

Overrides AccessControlKitHandler::description().

Overrides AccessControlKitHandler::description

File

ack_node/handlers/ack_node_sticky.inc, line 16
Contains the handler class for the "sticky" flag on nodes.

Class

ACKNodeSticky
Controls access to a node based on its "sticky" property.

Code

public function description() {
  return t('Access will be based on whether or not the content is sticky.');
}