Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Merge requests
!11037
Resolve
#3502882
"Bc classloader"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Resolve
#3502882
"Bc classloader"
issue/drupal-3502882:3502882-bc-classloader
into
11.x
Overview
9
Commits
13
Pipelines
12
Changes
9
2 unresolved threads
Show all comments
Open
catch
requested to merge
issue/drupal-3502882:3502882-bc-classloader
into
11.x
3 months ago
Overview
9
Commits
13
Pipelines
12
Changes
9
2 unresolved threads
Show all comments
Expand
Closes
#3502882
0
0
Merge request reports
Compare
11.x
version 11
36a2777a
2 months ago
version 10
1074295e
2 months ago
version 9
813e28f8
2 months ago
version 8
ed8419e8
2 months ago
version 7
bcc66178
2 months ago
version 6
c0d2bfc0
3 months ago
version 5
9451eb65
3 months ago
version 4
6aea908d
3 months ago
version 3
c3e6a9ef
3 months ago
version 2
0d92e7f3
3 months ago
version 1
b3a7cf15
3 months ago
11.x (base)
and
latest version
latest version
cca7571b
13 commits,
2 months ago
version 11
36a2777a
12 commits,
2 months ago
version 10
1074295e
11 commits,
2 months ago
version 9
813e28f8
10 commits,
2 months ago
version 8
ed8419e8
9 commits,
2 months ago
version 7
bcc66178
8 commits,
2 months ago
version 6
c0d2bfc0
7 commits,
3 months ago
version 5
9451eb65
6 commits,
3 months ago
version 4
6aea908d
5 commits,
3 months ago
version 3
c3e6a9ef
4 commits,
3 months ago
version 2
0d92e7f3
3 commits,
3 months ago
version 1
b3a7cf15
2 commits,
3 months ago
9 files
+
129
−
32
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
Search (e.g. *.vue) (Ctrl+P)
core/includes/bootstrap.inc
+
0
−
5
Options
@@ -44,11 +44,6 @@
*/
define
(
'DRUPAL_ROOT'
,
dirname
(
__DIR__
,
2
));
/**
* Keep backward compatibility for sites with references to TranslationWrapper.
*/
class_alias
(
TranslatableMarkup
::
class
,
'\Drupal\Core\StringTranslation\TranslationWrapper'
,
TRUE
);
/**
* Translates a string to the current language or to a given language.
*
Loading