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

(cherry picked from commit d0ab721e3f)
merge-requests/2413/head
catch 2022-10-24 16:36:46 +01:00
parent eeaaccc17e
commit 41f6e91db1
2 changed files with 0 additions and 5 deletions

View File

@ -63,8 +63,6 @@ use Drupal\Component\Utility\Xss;
* 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

View File

@ -813,9 +813,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
*/