Node::$nid |
property |
core/modules/node/node.entity.inc |
The node ID. |
Node::$tnid |
property |
core/modules/node/node.entity.inc |
The node translation set ID. |
Comment::$nid |
property |
core/modules/comment/comment.entity.inc |
The ID of the node to which the comment is attached. |
Node::getRevisionId |
function |
core/modules/node/node.entity.inc |
Overrides Backdrop\entity\Entity::getRevisionId(). |
Entity::getRevisionId |
function |
core/modules/entity/entity.class.inc |
Implements Backdrop\entity\EntityInterface::getRevisionId(). |
batch_example_lowest_nid |
function |
modules/examples/batch_example/batch_example.module |
Utility function - simply queries and loads the lowest nid. |
views_handler_filter_node_tnid |
class |
core/modules/translation/views/views_handler_filter_node_tnid.inc |
Filter by whether the node is the original translation. |
EntityInterface::getRevisionId |
function |
core/modules/entity/entity.class.inc |
Returns the revision identifier of the entity. |
views_handler_argument_node_nid |
class |
core/modules/node/views/views_handler_argument_node_nid.inc |
Argument handler to accept a node id. |
views_handler_argument_node_tnid |
class |
core/modules/translation/views/views_handler_argument_node_tnid.inc |
Argument handler to accept a node translation id. |
views_handler_filter_node_tnid.inc |
file |
core/modules/translation/views/views_handler_filter_node_tnid.inc |
Definition of views_handler_filter_node_tnid. |
NodeLayoutPreviewTestCase::lastNid |
function |
core/modules/node/tests/node.test |
Returns the NID of the most recently created node of our content type. |
SessionTestCase::testEmptySessionID |
function |
core/modules/simpletest/tests/session.test |
Test that empty session IDs are not allowed. |
views_handler_argument_node_nid.inc |
file |
core/modules/node/views/views_handler_argument_node_nid.inc |
Provide node nid argument handler. |
ConnectionUnitTest::getConnectionID |
function |
core/modules/simpletest/tests/database_test.test |
Returns the connection ID of the current test connection. |
views_handler_filter_node_tnid_child |
class |
core/modules/translation/views/views_handler_filter_node_tnid_child.inc |
Filter by whether the node is not the original translation. |
views_handler_argument_node_tnid.inc |
file |
core/modules/translation/views/views_handler_argument_node_tnid.inc |
Provide node tnid argument handler. |
views_handler_filter_node_tnid::query |
function |
core/modules/translation/views/views_handler_filter_node_tnid.inc |
Add this filter to the query. |
SessionHttpsTestCase::assertSessionIds |
function |
core/modules/simpletest/tests/session.test |
Test that there exists a session with two specific session IDs. |
SessionHttpsTestCase::testEmptySessionId |
function |
core/modules/simpletest/tests/session.test |
Tests that empty session IDs do not cause unrelated sessions to load. |
views_handler_filter_node_tnid_child.inc |
file |
core/modules/translation/views/views_handler_filter_node_tnid_child.inc |
Definition of views_handler_filter_node_tnid_child. |
NodeAccessBaseTableTestCase::$nids_visible |
property |
core/modules/node/tests/node.test |
|
views_handler_filter_node_tnid::can_expose |
function |
core/modules/translation/views/views_handler_filter_node_tnid.inc |
Determine if a filter can be exposed. |
views_handler_filter_node_tnid_child::query |
function |
core/modules/translation/views/views_handler_filter_node_tnid_child.inc |
Add this filter to the query. |
views_handler_argument_node_nid::title_query |
function |
core/modules/node/views/views_handler_argument_node_nid.inc |
Override the behavior of title(). Get the title of the node. |
views_handler_filter_node_tnid::admin_summary |
function |
core/modules/translation/views/views_handler_filter_node_tnid.inc |
Display the filter on the administrative summary |
views_handler_filter_node_tnid::operator_form |
function |
core/modules/translation/views/views_handler_filter_node_tnid.inc |
Provide simple boolean operator |
views_handler_argument_node_tnid::title_query |
function |
core/modules/translation/views/views_handler_argument_node_tnid.inc |
Override the behavior of title(). Get the title of the node. |
views_handler_filter_node_tnid_child::can_expose |
function |
core/modules/translation/views/views_handler_filter_node_tnid_child.inc |
Determine if a filter can be exposed. |
views_handler_filter_node_tnid::option_definition |
function |
core/modules/translation/views/views_handler_filter_node_tnid.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views_handler_filter_node_tnid_child::admin_summary |
function |
core/modules/translation/views/views_handler_filter_node_tnid_child.inc |
Display the filter on the administrative summary |
views_handler_filter_node_tnid_child::operator_form |
function |
core/modules/translation/views/views_handler_filter_node_tnid_child.inc |
Options form subform for setting the operator. |
NodeViewsRevisionRelationsTestCase::test_view_node_revision_nid |
function |
core/modules/node/tests/node_views_revision_relations.test |
Test view with default join on node.nid. |