Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal-3443205
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
drupal-3443205
Commits
136b1d45
Commit
136b1d45
authored
9 years ago
by
Jennifer Hodgdon
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#2608890
by ashhishhh: Improve comment standards for tracker module
parent
820b2f53
No related branches found
Branches containing commit
No related tags found
Tags containing commit
Loading
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
core/modules/tracker/tracker.module
+2
-2
2 additions, 2 deletions
core/modules/tracker/tracker.module
core/modules/tracker/tracker.pages.inc
+3
-0
3 additions, 0 deletions
core/modules/tracker/tracker.pages.inc
with
5 additions
and
2 deletions
core/modules/tracker/tracker.module
+
2
−
2
View file @
136b1d45
...
...
@@ -135,8 +135,8 @@ function tracker_cron() {
/**
* Access callback: Determines access permission for a user's own account.
*
* @param
int
$account
* The account
ID to che
ck.
* @param
\Drupal\Core\Session\AccountInterface
$account
* The
user
account
to tra
ck.
*
* @return bool
* TRUE if a user is accessing tracking info for their own account and
...
...
This diff is collapsed.
Click to expand it.
core/modules/tracker/tracker.pages.inc
+
3
−
0
View file @
136b1d45
...
...
@@ -14,6 +14,9 @@
* Queries the database for info, adds RDFa info if applicable, and generates
* the render array that will be used to render the page.
*
* @param \Drupal\user\UserInterface $account
* (optional) The user account to track.
*
* @return array
* A renderable array.
*
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment