function path_test_node_grants_node_grants

Implements hook_node_grants().

File

core/modules/path/tests/modules/path_test_node_grants/path_test_node_grants.module, line 13

Code

function path_test_node_grants_node_grants(AccountInterface $account, $operation) : array {
  $grants = [];
  return $grants;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.