Issue #2984955 by neclimdul, alexpott: Fix THe to be The
parent
4ee92a7448
commit
ae7bca02df
|
@ -63,7 +63,7 @@ class DefaultFactory implements FactoryInterface {
|
|||
* @param \Drupal\Component\Plugin\Definition\PluginDefinitionInterface|mixed[] $plugin_definition
|
||||
* The plugin definition associated with the plugin ID.
|
||||
* @param string $required_interface
|
||||
* (optional) THe required plugin interface.
|
||||
* (optional) The required plugin interface.
|
||||
*
|
||||
* @return string
|
||||
* The appropriate class name.
|
||||
|
|
|
@ -40,7 +40,7 @@ interface StackedRouteMatchInterface extends RouteMatchInterface {
|
|||
* The request.
|
||||
*
|
||||
* @return \Drupal\Core\Routing\RouteMatchInterface|null
|
||||
* THe matching route match, or NULL if there is no matching one.
|
||||
* The matching route match, or NULL if there is no matching one.
|
||||
*/
|
||||
public function getRouteMatchFromRequest(Request $request);
|
||||
|
||||
|
|
|
@ -69,7 +69,7 @@ class SqlEntityLoadingTest extends ViewsKernelTestBase {
|
|||
'nid' => $node->id(),
|
||||
// The default revision ID.
|
||||
'vid_1' => $revision->getRevisionId(),
|
||||
// THe latest revision ID.
|
||||
// The latest revision ID.
|
||||
'vid' => $revision2->getRevisionId(),
|
||||
],
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue