function node_test_node_grants_alter
Implements hook_node_grants_alter().
File
-
core/
modules/ node/ tests/ modules/ node_test/ node_test.module, line 121
Code
function node_test_node_grants_alter(&$grants, AccountInterface $account, $op) {
// Return an empty array of grants to prove that we can alter by reference.
$grants = [];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.