domain_node_access_acknowledge($grant)
Implement hook_node_access_acknowlegde for devel.module
./domain.module, line 2347
<?php function domain_node_access_acknowledge($grant) { if ($grant['realm'] == 'domain_all') { return TRUE; } } ?>