Skip to content
Snippets Groups Projects
Commit 0a0226c1 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #1021406 by ygerasimov: fixed typo in documentation

parent 284b1af4
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -579,7 +579,7 @@ function hook_node_load($nodes, $types) {
* @return
* NODE_ACCESS_ALLOW if the operation is to be allowed;
* NODE_ACCESS_DENY if the operation is to be denied;
* NODE_ACCESSS_IGNORE to not affect this operation at all.
* NODE_ACCESS_IGNORE to not affect this operation at all.
*/
function hook_node_access($node, $op, $account) {
$type = is_string($node) ? $node : $node->type;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment