You are here

public function ACKNodeTaxonomyIndex::description in Access Control Kit 7

Overrides AccessControlKitHandler::description().

Overrides AccessControlKitHandler::description

File

ack_node/handlers/ack_node_taxonomy_index.inc, line 32
Contains the handler class for the taxonomy term node index.

Class

ACKNodeTaxonomyIndex
Controls access to a node based on its relationship to a term in the index.

Code

public function description() {
  return t('Content will be considered a part of an access realm if it is tagged with that realm in any available taxonomy term reference field.');
}