Issue #2608890 by ashhishhh: Improve comment standards for tracker module
parent
820b2f5399
commit
136b1d4556
|
@ -135,8 +135,8 @@ function tracker_cron() {
|
||||||
/**
|
/**
|
||||||
* Access callback: Determines access permission for a user's own account.
|
* Access callback: Determines access permission for a user's own account.
|
||||||
*
|
*
|
||||||
* @param int $account
|
* @param \Drupal\Core\Session\AccountInterface $account
|
||||||
* The account ID to check.
|
* The user account to track.
|
||||||
*
|
*
|
||||||
* @return bool
|
* @return bool
|
||||||
* TRUE if a user is accessing tracking info for their own account and
|
* TRUE if a user is accessing tracking info for their own account and
|
||||||
|
|
|
@ -14,6 +14,9 @@ use Drupal\node\Entity\Node;
|
||||||
* Queries the database for info, adds RDFa info if applicable, and generates
|
* Queries the database for info, adds RDFa info if applicable, and generates
|
||||||
* the render array that will be used to render the page.
|
* the render array that will be used to render the page.
|
||||||
*
|
*
|
||||||
|
* @param \Drupal\user\UserInterface $account
|
||||||
|
* (optional) The user account to track.
|
||||||
|
*
|
||||||
* @return array
|
* @return array
|
||||||
* A renderable array.
|
* A renderable array.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue