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
304
Merge Requests
304
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
c17d7dce
Commit
c17d7dce
authored
Aug 30, 2012
by
katbailey
Committed by
effulgentsia
Oct 01, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updating some docblocks
parent
f368409f
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/Routing/FinalMatcherInterface.php
core/lib/Drupal/Core/Routing/FinalMatcherInterface.php
+1
-1
core/lib/Drupal/Core/Routing/MatcherDumper.php
core/lib/Drupal/Core/Routing/MatcherDumper.php
+1
-1
core/lib/Drupal/Core/Routing/NestedMatcherInterface.php
core/lib/Drupal/Core/Routing/NestedMatcherInterface.php
+1
-1
No files found.
core/lib/Drupal/Core/Routing/FinalMatcherInterface.php
View file @
c17d7dce
...
...
@@ -6,7 +6,7 @@
use
Symfony\Component\Routing\RouteCollection
;
/**
* A
PartialMatcher works like a UrlMatcher, but will return multiple
candidate routes.
* A
FinalMatcher returns only one route from a collection of
candidate routes.
*/
interface
FinalMatcherInterface
{
...
...
core/lib/Drupal/Core/Routing/MatcherDumper.php
View file @
c17d7dce
...
...
@@ -60,7 +60,7 @@ public function addRoutes(RouteCollection $routes) {
}
/**
* Dumps a set of routes to
a PHP class
.
* Dumps a set of routes to
the router table in the database
.
*
* Available options:
*
...
...
core/lib/Drupal/Core/Routing/NestedMatcherInterface.php
View file @
c17d7dce
...
...
@@ -39,7 +39,7 @@ public function addPartialMatcher(PartialMatcherInterface $matcher);
/**
* Sets the final matcher for the matching plan.
*
* @param
Ur
lMatcherInterface $final
* @param
Fina
lMatcherInterface $final
* The matcher that will be called last to ensure only a single route is
* found.
*
...
...
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