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
225
Merge Requests
225
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
8b7552ad
Commit
8b7552ad
authored
Jan 25, 2016
by
alexpott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#2649748
by alexpott, danielnv18: Replace instances of "that is can" with "that it can"
parent
f0489f78
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
core/lib/Drupal/Core/Field/WidgetBaseInterface.php
core/lib/Drupal/Core/Field/WidgetBaseInterface.php
+2
-2
core/modules/system/src/SystemConfigSubscriber.php
core/modules/system/src/SystemConfigSubscriber.php
+1
-1
No files found.
core/lib/Drupal/Core/Field/WidgetBaseInterface.php
View file @
8b7552ad
...
...
@@ -75,7 +75,7 @@ public function flagErrors(FieldItemListInterface $items, ConstraintViolationLis
/**
* Retrieves processing information about the widget from $form_state.
*
* This method is static so that i
s
can be used in static Form API callbacks.
* This method is static so that i
t
can be used in static Form API callbacks.
*
* @param array $parents
* The array of #parents where the field lives in the form.
...
...
@@ -95,7 +95,7 @@ public static function getWidgetState(array $parents, $field_name, FormStateInte
/**
* Stores processing information about the widget in $form_state.
*
* This method is static so that i
s
can be used in static Form API #callbacks.
* This method is static so that i
t
can be used in static Form API #callbacks.
*
* @param array $parents
* The array of #parents where the widget lives in the form.
...
...
core/modules/system/src/SystemConfigSubscriber.php
View file @
8b7552ad
...
...
@@ -87,7 +87,7 @@ public function onConfigImporterValidateSiteUUID(ConfigImporterEvent $event) {
*/
public
static
function
getSubscribedEvents
()
{
$events
[
ConfigEvents
::
SAVE
][]
=
array
(
'onConfigSave'
,
0
);
// The empty check has a high priority so that i
s
can stop propagation if
// The empty check has a high priority so that i
t
can stop propagation if
// there is no configuration to import.
$events
[
ConfigEvents
::
IMPORT_VALIDATE
][]
=
array
(
'onConfigImporterValidateNotEmpty'
,
512
);
$events
[
ConfigEvents
::
IMPORT_VALIDATE
][]
=
array
(
'onConfigImporterValidateSiteUUID'
,
256
);
...
...
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