public function ACKEntityTaxonomyTermReference::description in Access Control Kit 7
Overrides ACKEntityField::description().
Overrides ACKEntityField::description
File
- handlers/
ack_entity_taxonomy_term_reference.inc, line 36 - Contains the handler class for term reference fields on entities.
Class
- ACKEntityTaxonomyTermReference
- Controls access to an entity based on a taxonomy term reference field.
Code
public function description() {
return t('The value of the selected term reference field will determine realm membership.');
}