Skip to content
Snippets Groups Projects
Commit 7f1f9934 authored by Jennifer Hodgdon's avatar Jennifer Hodgdon
Browse files

Issue #2242585 by filijonka: Fix file docs in bootstrap.inc

parent ebdb310c
No related branches found
No related tags found
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
<?php <?php
/**
* @file
* Functions that need to be loaded on every Drupal request.
*/
use Drupal\Component\Utility\Crypt; use Drupal\Component\Utility\Crypt;
use Drupal\Component\Utility\NestedArray; use Drupal\Component\Utility\NestedArray;
...@@ -25,11 +29,6 @@ ...@@ -25,11 +29,6 @@
use Drupal\Core\Lock\LockBackendInterface; use Drupal\Core\Lock\LockBackendInterface;
use Drupal\Core\Session\AnonymousUserSession; use Drupal\Core\Session\AnonymousUserSession;
/**
* @file
* Functions that need to be loaded on every Drupal request.
*/
/** /**
* Minimum supported version of PHP. * Minimum supported version of PHP.
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment