Commit 6ba12269 authored by catch's avatar catch
Browse files

Issue #3316813 by immaculatexavier, apaderno, RoSk0: Remove mentions of...

Issue #3316813 by immaculatexavier, apaderno, RoSk0: Remove mentions of node_access_example.module from docblocks

(cherry picked from commit d0ab721e)
parent 23f2510d
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -63,8 +63,6 @@
 * sure to restore your {node_access} record after node_access_rebuild() is
 * called.
 *
 * For a detailed example, see node_access_example.module.
 *
 * @param \Drupal\Core\Session\AccountInterface $account
 *   The account object whose grants are requested.
 * @param string $op
+0 −3
Original line number Diff line number Diff line
@@ -814,9 +814,6 @@ function node_form_system_themes_admin_form_submit($form, FormStateInterface $fo
 * Note also that access to create nodes is handled by
 * hook_ENTITY_TYPE_create_access().
 *
 * To see how to write a node access module of your own, see
 * node_access_example.module.
 *
 * @see \Drupal\node\NodeAccessControlHandler
 */