Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
07734e15
Commit
07734e15
authored
Apr 15, 2014
by
webchick
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#2237767
by cs_shadow | filijonka: Use statements before doc file.
parent
5639ae2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
core/includes/common.inc
core/includes/common.inc
+8
-8
No files found.
core/includes/common.inc
View file @
07734e15
<?php
/**
* @file
* Common functions that many Drupal modules will need to reference.
*
* The functions that are critical and need to be available even when serving
* a cached page are instead located in bootstrap.inc.
*/
use
Drupal\Component\Utility\Crypt
;
use
Drupal\Component\Utility\Json
;
use
Drupal\Component\Utility\Number
;
...
...
@@ -24,14 +32,6 @@
use
Drupal\Core\Render\Element
;
use
Drupal\Core\Session\AnonymousUserSession
;
/**
* @file
* Common functions that many Drupal modules will need to reference.
*
* The functions that are critical and need to be available even when serving
* a cached page are instead located in bootstrap.inc.
*/
/**
* @defgroup php_wrappers PHP wrapper functions
* @{
...
...
Write
Preview
Markdown
is supported
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