NodeQueryAlter::testNodeQueryAlterLowLevelNoAccess |
core/modules/node/tests/node.test |
Tests 'node_access' query alter, for user without access. |
NodeQueryAlter::testNodeQueryAlterLowLevelWithAccess |
core/modules/node/tests/node.test |
Tests 'node_access' query alter, for user with access. |
NodeQueryAlter::testNodeQueryAlterOverride |
core/modules/node/tests/node.test |
Tests 'node_access' query alter override. |
NodeQueryAlter::testNodeQueryAlterWithUI |
core/modules/node/tests/node.test |
Tests that node access permissions are followed. |
NodeRevisionPermissionsTestCase::setUp |
core/modules/node/tests/node.test |
Sets up a Backdrop site for running functional and integration tests. |
NodeRevisionPermissionsTestCase::testNodeRevisionAccess |
core/modules/node/tests/node.test |
Tests the _node_revision_access() function. |
NodeRevisionsTestCase::setUp |
core/modules/node/tests/node.test |
Sets up a Backdrop site for running functional and integration tests. |
NodeRevisionsTestCase::testNodeRevisionWithoutLogMessage |
core/modules/node/tests/node.test |
Checks that revisions are correctly saved without log messages. |
NodeRevisionsTestCase::testRevisions |
core/modules/node/tests/node.test |
Checks node revision related operations. |
NodeRSSContentTestCase::setUp |
core/modules/node/tests/node.test |
Sets up a Backdrop site for running functional and integration tests. |
NodeRSSContentTestCase::testNodeRSSContent |
core/modules/node/tests/node.test |
Ensures that a new node includes the custom data when added to an RSS feed. |
NodeSaveTestCase::setUp |
core/modules/node/tests/node.test |
Sets up a Backdrop site for running functional and integration tests. |
NodeSaveTestCase::testDeterminingChanges |
core/modules/node/tests/node.test |
Tests determining changes in hook_node_presave() and verifies the static
node load cache is cleared upon save. |
NodeSaveTestCase::testImport |
core/modules/node/tests/node.test |
Checks whether custom node IDs are saved properly during an import operation. |
NodeSaveTestCase::testNodeSaveOnInsert |
core/modules/node/tests/node.test |
Tests saving a node on node insert. |
NodeSaveTestCase::testTimestamps |
core/modules/node/tests/node.test |
Verifies accuracy of the "created" and "changed" timestamp functionality. |
NodeStorageController::attachLoad |
core/modules/node/node.entity.inc |
Overrides DefaultEntityController::attachLoad(). |
NodeStorageController::buildContent |
core/modules/node/node.entity.inc |
Implements EntityControllerInterface::buildContent(). |
NodeStorageController::buildQuery |
core/modules/node/node.entity.inc |
Overrides DefaultEntityController::buildQuery(). |
NodeStorageController::delete |
core/modules/node/node.entity.inc |
Overrides EntityDatabaseStorageController::delete(). |
NodeStorageController::invokeHook |
core/modules/node/node.entity.inc |
Overrides EntityDatabaseStorageController::invokeHook(). |
NodeStorageController::postDelete |
core/modules/node/node.entity.inc |
Overrides EntityDatabaseStorageController::postDelete(). |
NodeStorageController::postSave |
core/modules/node/node.entity.inc |
Overrides EntityDatabaseStorageController::postSave(). |
NodeStorageController::preDelete |
core/modules/node/node.entity.inc |
Overrides EntityDatabaseStorageController::preDelete(). |
NodeStorageController::preSave |
core/modules/node/node.entity.inc |
Overrides EntityDatabaseStorageController::preSave(). |
NodeStorageController::save |
core/modules/node/node.entity.inc |
Overrides EntityDatabaseStorageController::save(). |
NodeStorageController::saveRevision |
core/modules/node/node.entity.inc |
Saves a node revision. |
NodeStorageController::view |
core/modules/node/node.entity.inc |
Overrides DefaultEntityController::view(). |
NodeTitleTestCase::setUp |
core/modules/node/tests/node.test |
Sets up a Backdrop site for running functional and integration tests. |
NodeTitleTestCase::testNodeTitle |
core/modules/node/tests/node.test |
Creates one node and tests if the node title has the correct value. |
NodeTitleXSSTestCase::testNodeTitleXSS |
core/modules/node/tests/node.test |
Tests XSS functionality with a node entity. |
NodeTokenReplaceTestCase::testNodeTokenReplacement |
core/modules/node/tests/node.test |
Creates a node, then tests the tokens generated from it. |
NodeTranslateBlockFunctionalTest::setUp |
core/modules/node/tests/node.test |
Sets up a Backdrop site for running functional and integration tests. |
NodeTranslateBlockFunctionalTest::testNodeTranslateBlock |
core/modules/node/tests/node.test |
Tests the Existing content block. |
NodeTypeExampleTest::setUp |
modules/examples/node_type_example/tests/node_type_example.test |
Sets up a Backdrop site for running functional and integration tests. |
NodeTypeExampleTest::testBodyLabel |
modules/examples/node_type_example/tests/node_type_example.test |
Checks whether the body label is "Example description." |
NodeTypeExampleTest::testInstallationApi |
modules/examples/node_type_example/tests/node_type_example.test |
API-level content type test. |
NodeTypeExampleTest::testNodeCreation |
modules/examples/node_type_example/tests/node_type_example.test |
Verifies the functionality of the Node Type Example module. |
NodeTypePersistenceTestCase::testNodeTypeCustomizationPersistence |
core/modules/node/tests/node.test |
Tests that node type customizations persist through disable and uninstall. |
NodeTypeTestCase::testNodeTypeCreation |
core/modules/node/tests/node.test |
Tests creating a content type programmatically and via a form. |
NodeTypeTestCase::testNodeTypeEditing |
core/modules/node/tests/node.test |
Tests editing a node type using the UI. |
NodeTypeTestCase::testNodeTypeHasContent |
core/modules/node/tests/node.test |
Ensures that node_type_has_content function works correctly. |
NodeTypeTestCase::testNodeTypePermissions |
core/modules/node/tests/node.test |
Tests that node types permissions are correctly set from the Node Type UI. |
NodeTypeTestCase::testNodeTypeStatus |
core/modules/node/tests/node.test |
Tests that node types correctly handle the 'disabled' flag. |
NodeViewsRevisionRelationsTestCase::setUp |
core/modules/node/tests/node_views_revision_relations.test |
Sets up a Backdrop site for running functional and integration tests. |
NodeViewsRevisionRelationsTestCase::testNodeRevisionRelationship |
core/modules/node/tests/node_views_revision_relations.test |
Create a node with revision and rest result count for both views. |
NodeViewsRevisionRelationsTestCase::test_view_node_revision_nid |
core/modules/node/tests/node_views_revision_relations.test |
Test view with default join on node.nid. |
NodeViewsRevisionRelationsTestCase::test_view_node_revision_vid |
core/modules/node/tests/node_views_revision_relations.test |
Test view with default join on node.vid. |
NodeWebTestCase::setUp |
core/modules/node/tests/node.test |
Sets up a Backdrop site for running functional and integration tests. |
node_access |
core/modules/node/node.module |
Access callback: Checks a user's permission for performing a node operation. |