You are here

function acl_node_test_enabled in ACL 8

Implements hook_enabled().

File

tests/modules/acl_node_test/acl_node_test.module, line 14
Dummy module implementing node related hooks to test API interaction with the Node module.

Code

function acl_node_test_enabled() {

  // Required for ACL hook_node_access_records().
  return TRUE;
}