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

- Patch #922412 by moshe weitzman: remove node_access_example_disabling() from docs.

parent fadf5dad
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
......@@ -190,10 +190,6 @@ function hook_node_grants($account, $op) {
* @ingroup node_access
*/
function hook_node_access_records($node) {
if (node_access_example_disabling()) {
return;
}
// We only care about the node if it has been marked private. If not, it is
// treated just like any other node and we completely ignore it.
if ($node->private) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment