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
300
Merge Requests
300
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
ae7bca02
Unverified
Commit
ae7bca02
authored
Aug 14, 2018
by
alexpott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#2984955
by neclimdul, alexpott: Fix THe to be The
parent
4ee92a74
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
core/lib/Drupal/Component/Plugin/Factory/DefaultFactory.php
core/lib/Drupal/Component/Plugin/Factory/DefaultFactory.php
+1
-1
core/lib/Drupal/Core/Routing/StackedRouteMatchInterface.php
core/lib/Drupal/Core/Routing/StackedRouteMatchInterface.php
+1
-1
core/modules/views/tests/src/Kernel/Plugin/SqlEntityLoadingTest.php
...es/views/tests/src/Kernel/Plugin/SqlEntityLoadingTest.php
+1
-1
No files found.
core/lib/Drupal/Component/Plugin/Factory/DefaultFactory.php
View file @
ae7bca02
...
...
@@ -63,7 +63,7 @@ public function createInstance($plugin_id, array $configuration = []) {
* @param \Drupal\Component\Plugin\Definition\PluginDefinitionInterface|mixed[] $plugin_definition
* The plugin definition associated with the plugin ID.
* @param string $required_interface
* (optional) T
H
e required plugin interface.
* (optional) T
h
e required plugin interface.
*
* @return string
* The appropriate class name.
...
...
core/lib/Drupal/Core/Routing/StackedRouteMatchInterface.php
View file @
ae7bca02
...
...
@@ -40,7 +40,7 @@ public function getParentRouteMatch();
* The request.
*
* @return \Drupal\Core\Routing\RouteMatchInterface|null
* T
H
e matching route match, or NULL if there is no matching one.
* T
h
e matching route match, or NULL if there is no matching one.
*/
public
function
getRouteMatchFromRequest
(
Request
$request
);
...
...
core/modules/views/tests/src/Kernel/Plugin/SqlEntityLoadingTest.php
View file @
ae7bca02
...
...
@@ -69,7 +69,7 @@ public function testViewWithNonDefaultPendingRevision() {
'nid'
=>
$node
->
id
(),
// The default revision ID.
'vid_1'
=>
$revision
->
getRevisionId
(),
// T
H
e latest revision ID.
// T
h
e latest revision ID.
'vid'
=>
$revision2
->
getRevisionId
(),
],
];
...
...
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