Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
drupal
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
222
Merge Requests
222
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
drupal
Commits
b93f626e
Commit
b93f626e
authored
May 19, 2015
by
catch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Revert "Issue
#2489922
by anavarre, RavindraSingh: Fix minor typos""
This reverts commit
434fd08b
.
parent
434fd08b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
core/lib/Drupal/Core/Config/ConfigFactoryOverrideInterface.php
...lib/Drupal/Core/Config/ConfigFactoryOverrideInterface.php
+1
-1
core/lib/Drupal/Core/Config/StorableConfigBase.php
core/lib/Drupal/Core/Config/StorableConfigBase.php
+1
-1
core/lib/Drupal/Core/Url.php
core/lib/Drupal/Core/Url.php
+1
-1
No files found.
core/lib/Drupal/Core/Config/ConfigFactoryOverrideInterface.php
View file @
b93f626e
...
...
@@ -35,7 +35,7 @@ public function getCacheSuffix();
/**
* Creates a configuration object for use during install and synchronization.
*
* If the overrider stores it
'
s overrides in configuration collections then
* If the overrider stores its overrides in configuration collections then
* it can have its own implementation of
* \Drupal\Core\Config\StorableConfigBase. Configuration overriders can link
* themselves to a configuration collection by listening to the
...
...
core/lib/Drupal/Core/Config/StorableConfigBase.php
View file @
b93f626e
...
...
@@ -67,7 +67,7 @@ abstract class StorableConfigBase extends ConfigBase {
* Saves the configuration object.
*
* @param bool $has_trusted_data
* Set to TRUE i
s
the configuration data has already been checked to ensure
* Set to TRUE i
f
the configuration data has already been checked to ensure
* it conforms to schema. Generally this is only used during module and
* theme installation.
*
...
...
core/lib/Drupal/Core/Url.php
View file @
b93f626e
...
...
@@ -89,7 +89,7 @@ class Url {
protected
$uri
;
/**
* Stores the internal path, if already requested by getInternalPath
* Stores the internal path, if already requested by getInternalPath
().
*
* @var string
*/
...
...
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