function node_test_node_grants_alter
Same name in other branches
- 9 core/modules/node/tests/modules/node_test/node_test.module \node_test_node_grants_alter()
- 8.9.x core/modules/node/tests/modules/node_test/node_test.module \node_test_node_grants_alter()
- 10 core/modules/node/tests/modules/node_test/node_test.module \node_test_node_grants_alter()
- 11.x core/modules/node/tests/modules/node_test/node_test.module \node_test_node_grants_alter()
Implements hook_node_grants_alter().
File
-
modules/
node/ tests/ node_test.module, line 120
Code
function node_test_node_grants_alter(&$grants, $account, $op) {
// Return an empty array of grants to prove that we can alter by reference.
$grants = array();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.