Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
7f1f9934
Commit
7f1f9934
authored
Apr 16, 2014
by
Jennifer Hodgdon
Browse files
Issue
#2242585
by filijonka: Fix file docs in bootstrap.inc
parent
ebdb310c
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/includes/bootstrap.inc
View file @
7f1f9934
<?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.
*/
*/
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment