Skip to content
Snippets Groups Projects

2942016- Fixed cspell issues and addressed #4 feedback points.

Closed Rashmi requested to merge issue/drupal-2942016:2942016-add-a-hookhelp into 10.1.x
1 unresolved thread

Closes #2942016

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
64 86 // Show warning only on administration pages.
65 87 $admin_context = \Drupal::service('router.admin_context');
66 88 if ($admin_context->isAdminRoute()) {
89 $link_to_help_page = \Drupal::moduleHandler()->moduleExists('help') && \Drupal::currentUser()->hasPermission('access administration pages');
  • Could be closed

  • closed

  • Please register or sign in to reply
    Loading