|
NodePageCacheTest::setUp |
core/modules/node/tests/node.test |
Sets up a Backdrop site for running functional and integration tests. |
|
NodePageCacheTest::testNodeDelete |
core/modules/node/tests/node.test |
Tests deleting nodes clears page cache. |
|
NodePageCacheTest::testNodeSaveAfterUsernameChange |
core/modules/node/tests/node.test |
Check that cached node info does not run out of sync with user data. |
|
NodePageCacheTest::testNodeUpdateInsertCache |
core/modules/node/tests/node.test |
Test node update and insert with entity cache. |
|
NodePostSettingsTestCase::setUp |
core/modules/node/tests/node.test |
Sets up a Backdrop site for running functional and integration tests. |
|
NodePostSettingsTestCase::testPageNotPostInfo |
core/modules/node/tests/node.test |
Confirms absence of post information on a new node. |
|
NodePostSettingsTestCase::testPagePostInfo |
core/modules/node/tests/node.test |
Confirms "Page" content type and post information is on a new node. |
|
NodePublishScheduling::testNodeTypeCreateDefaultDraft |
core/modules/node/tests/node.test |
|
|
NodeQueryAlter::setUp |
core/modules/node/tests/node.test |
Sets up a Backdrop site for running functional and integration tests. |
|
NodeQueryAlter::testNodeQueryAlterLowLevelEditAccess |
core/modules/node/tests/node.test |
Tests 'node_access' query alter, for edit access. |
|
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. |