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
288
Merge Requests
288
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
fe77b995
Commit
fe77b995
authored
Mar 26, 2014
by
webchick
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#2225563
by Xano: Improve @param and @return documentation of node.module.
parent
c1c71a69
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
core/modules/node/node.module
core/modules/node/node.module
+5
-5
No files found.
core/modules/node/node.module
View file @
fe77b995
...
...
@@ -267,12 +267,12 @@ function node_title_list($result, $title = NULL) {
/**
* Determines the type of marker to be displayed for a given node.
*
* @param $nid
* @param
int
$nid
* Node ID whose history supplies the "last viewed" timestamp.
* @param $timestamp
* @param
int
$timestamp
* Time which is compared against node's "last viewed" timestamp.
*
* @return
* @return
int
* One of the MARK constants.
*/
function
node_mark
(
$nid
,
$timestamp
)
{
...
...
@@ -299,7 +299,7 @@ function node_mark($nid, $timestamp) {
*
* This list can include types that are queued for addition or deletion.
*
* @return
array
* @return
\Drupal\node\NodeTypeInterface[]
* An array of node type entities, keyed by ID.
*
* @see node_type_load()
...
...
@@ -313,7 +313,7 @@ function node_type_get_types() {
*
* This list can include types that are queued for addition or deletion.
*
* @return
array
* @return
string[]
* An array of node type labels, keyed by the node type name.
*/
function
node_type_get_names
()
{
...
...
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