public function ACKTestMeowHandler::description in Access Control Kit 7
Overrides AccessControlKitHandler::description().
Overrides AccessControlKitHandler::description
File
- tests/
ack_test.inc, line 16 - Contains a dummy class for testing the access control kit handler API.
Class
- ACKTestMeowHandler
- Controls access to the fictitious 'cat' and 'dog' object types.
Code
public function description() {
return t('The meow handler assigns the boolean TRUE realm to cats and the boolean FALSE realm to everything else.');
}