Fields |
private
CustomField |
body |
Mutidimensional map that represents the body of the node
|
private
Integer |
changed |
The Unix timestamp when the node was most recently saved. |
private
Integer |
cid |
The comment.cid of the last comment. |
private
Integer |
comment |
Whether comments are allowed on this node: 0 = no, 1 = closed (read only), 2 = open (read/write). |
private
Integer |
commentCount |
The total number of comments on this node. |
private
Integer |
created |
The Unix timestamp when the node was created. |
private
String |
data |
Data
|
private
String |
language |
The languages.language of this node. |
private
String |
lastCommentName |
The name of the latest author to post a comment on this node, from comment.name. |
private
Integer |
lastCommentTimestamp |
The timestamp of the last comment that was posted within this node, from comment.changed. |
private
Integer |
lastCommentUid |
The user ID of the latest author to post a comment on this node, from comment.uid. |
private
String |
name |
Name
|
private
Integer |
nid |
The primary identifier for a node. |
private
String |
path |
The path of the node
|
private
String |
picture |
Picture
|
private
Integer |
promote |
Boolean indicating whether the node should be displayed on the front page. |
private
Integer |
revisionTimestamp |
A Unix timestamp indicating when this version was created. |
private
Integer |
revisionUid |
The users.uid that created this version. |
private
Integer |
status |
Boolean indicating whether the node is published (visible to non-administrators). |
private
Integer |
sticky |
Boolean indicating whether the node should be displayed at the top of lists in which it appears. |
private
String |
title |
The title of this node, always treated as non-markup plain text. |
private
Integer |
tnid |
The translation set id for this node, which equals the node id of the source post in each set. |
private
Integer |
translated |
A boolean indicating whether this translation page needs to be updated. |
private
String |
type |
The machine-readable name of this type of this node
|
private
Integer |
uid |
The users uid that owns this node; initially, this is the user that created it. |
private
Integer |
vid |
The current node revision id version identifier. |