NodeAdminTestCase::testContentAdminSort |
core/modules/node/tests/node.test |
Tests that the table sorting works on the content admin pages. |
NodeBlock::form |
core/modules/node/node.block.inc |
Builds the block's settings configuration form. |
NodeBlock::formSubmit |
core/modules/node/node.block.inc |
Submit handler to save the form settings. |
NodeBlock::formValidate |
core/modules/node/node.block.inc |
Validates the form settings. |
NodeBlock::getAdminPreview |
core/modules/node/node.block.inc |
Returns a preview for this block. |
NodeBlock::getAdminTitle |
core/modules/node/node.block.inc |
Sets title text on draggable block panel in Layout builder. |
NodeBlock::getContent |
core/modules/node/node.block.inc |
Sets block content on block view. |
NodeBlock::getTitle |
core/modules/node/node.block.inc |
Sets block subject on block view. |
NodeBlock::loadTranslatedNode |
core/modules/node/node.block.inc |
|
NodeBlockFunctionalTest::setUp |
core/modules/node/tests/node.test |
Sets up a Backdrop site for running functional and integration tests. |
NodeBlockFunctionalTest::testNodeBlock |
core/modules/node/tests/node.test |
Tests the Existing content block. |
NodeBlockFunctionalTest::testRecentNodeBlock |
core/modules/node/tests/node.test |
Tests the recent content block. |
NodeBlockTestCase::setUp |
core/modules/node/tests/node.test |
Sets up a Backdrop site for running functional and integration tests. |
NodeBlockTestCase::testSyndicateBlock |
core/modules/node/tests/node.test |
Tests the "Syndicate" block settings. |
NodeBuildContent::testNodeRebuildContent |
core/modules/node/tests/node.test |
Ensures that content array is rebuilt on every call to node_build_content(). |
NodeCreationTestCase::setUp |
core/modules/node/tests/node.test |
Sets up a Backdrop site for running functional and integration tests. |
NodeCreationTestCase::testFailedPageCreation |
core/modules/node/tests/node.test |
Verifies that a transaction rolls back the failed creation. |
NodeCreationTestCase::testNodeCreation |
core/modules/node/tests/node.test |
Creates a "Page" node and verifies its consistency in the database. |
NodeCreationTestCase::testUnpublishedNodeCreation |
core/modules/node/tests/node.test |
Create an unpublished node and confirm correct redirect behavior. |
NodeEntityFieldQueryAlter::setUp |
core/modules/node/tests/node.test |
Sets up a Backdrop site for running functional and integration tests. |
NodeEntityFieldQueryAlter::testNodeQueryAlterWithUI |
core/modules/node/tests/node.test |
Tests that node access permissions are followed. |
NodeEntityViewModeAlterTest::setUp |
core/modules/node/tests/node.test |
Sets up a Backdrop site for running functional and integration tests. |
NodeEntityViewModeAlterTest::testNodeViewModeChange |
core/modules/node/tests/node.test |
Create a "Page" node and verify its consistency in the database. |
NodeEntityViewModeAlterTest::testNodeViewModeChangeHiddenField |
core/modules/node/tests/node.test |
Tests fields that were previously hidden when the display mode is changed. |
NodeFeedTestCase::testNodeFeedExtraChannelElements |
core/modules/node/tests/node.test |
Ensures that node_feed() accepts and prints extra channel elements. |
NodeFrontPageCallback::setUp |
core/modules/node/tests/node.test |
Sets up a Backdrop site for running functional and integration tests. |
NodeFrontPageCallback::testCustomFrontPage |
core/modules/node/tests/node.test |
|
NodeHooksExampleTestCase::setUp |
modules/examples/node_hooks_example/tests/node_hooks_example.test |
Enables modules and creates users with specific permissions. |
NodeHooksExampleTestCase::testNodeExampleBasic |
modules/examples/node_hooks_example/tests/node_hooks_example.test |
Logs the user in, creates an example node, and uses the rating system. |
NodeHooksExampleTestCase::testNodeExampleRevision |
modules/examples/node_hooks_example/tests/node_hooks_example.test |
Tests revisions of ratings. |
NodeLayoutPreviewTestCase::lastNid |
core/modules/node/tests/node.test |
Returns the NID of the most recently created node of our content type. |
NodeLayoutPreviewTestCase::setUp |
core/modules/node/tests/node.test |
Sets up test case. |
NodeLayoutPreviewTestCase::testNodeLayoutPreview |
core/modules/node/tests/node.test |
Tests that the correct layout is used for node add and node edit previews. |
NodeLayoutRevisionTestCase::setUp |
core/modules/node/tests/node.test |
Sets up test case. |
NodeLayoutRevisionTestCase::testNodeLayoutRevisions |
core/modules/node/tests/node.test |
Tests that the correct layout is used for node revisions. |
NodeLoadHooksTestCase::setUp |
core/modules/node/tests/node.test |
Sets up a Backdrop site for running functional and integration tests. |
NodeLoadHooksTestCase::testHookNodeLoad |
core/modules/node/tests/node.test |
Tests that hook_node_load() is invoked correctly. |
NodeLoadMultipleUnitTest::setUp |
core/modules/node/tests/node.test |
Sets up a Backdrop site for running functional and integration tests. |
NodeLoadMultipleUnitTest::testNodeMultipleLoad |
core/modules/node/tests/node.test |
Creates four nodes and ensures that they are loaded correctly. |
NodeMultiByteUtf8Test::testMultiByteUtf8 |
core/modules/node/tests/node.test |
Tests that multi-byte UTF-8 characters are stored and retrieved correctly. |
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. |