Search for all
Title | Object type | File name | Summary |
---|---|---|---|
NodeRevisionsTestCase::testNodeRevisionWithoutLogMessage | function | modules/ |
Checks that revisions are correctly saved without log messages. |
NodeRevisionsTestCase::testRevisions | function | modules/ |
Checks node revision related operations. |
NodeRSSContentTestCase | class | modules/ |
Ensures that data added to nodes by other modules appears in RSS feeds. |
NodeRSSContentTestCase::getInfo | function | modules/ |
|
NodeRSSContentTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
NodeRSSContentTestCase::testNodeRSSContent | function | modules/ |
Ensures that a new node includes the custom data when added to an RSS feed. |
NodeSaveTestCase | class | modules/ |
Tests node save related functionality, including import-save. |
NodeSaveTestCase::$web_user | property | modules/ |
|
NodeSaveTestCase::getInfo | function | modules/ |
|
NodeSaveTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
NodeSaveTestCase::testDeterminingChanges | function | modules/ |
Tests determing changes in hook_node_presave() and verifies the static node load cache is cleared upon save. |
NodeSaveTestCase::testImport | function | modules/ |
Checks whether custom node IDs are saved properly during an import operation. |
NodeSaveTestCase::testNodeSaveOnInsert | function | modules/ |
Tests saving a node on node insert. |
NodeSaveTestCase::testTimestamps | function | modules/ |
Verifies accuracy of the "created" and "changed" timestamp functionality. |
NodeTitleTestCase | class | modules/ |
Tests node title functionality. |
NodeTitleTestCase::$admin_user | property | modules/ |
A user with permission to create and edit content and to administer nodes. |
NodeTitleTestCase::getInfo | function | modules/ |
|
NodeTitleTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
NodeTitleTestCase::testNodeTitle | function | modules/ |
Creates one node and tests if the node title has the correct value. |
NodeTitleXSSTestCase | class | modules/ |
Tests XSS functionality with a node entity. |
NodeTitleXSSTestCase::getInfo | function | modules/ |
|
NodeTitleXSSTestCase::testNodeTitleXSS | function | modules/ |
Tests XSS functionality with a node entity. |
NodeTokenReplaceTestCase | class | modules/ |
Test node token replacement in strings. |
NodeTokenReplaceTestCase::getInfo | function | modules/ |
|
NodeTokenReplaceTestCase::testNodeTokenReplacement | function | modules/ |
Creates a node, then tests the tokens generated from it. |
NodeTypePersistenceTestCase | class | modules/ |
Test node type customizations persistence. |
NodeTypePersistenceTestCase::getInfo | function | modules/ |
|
NodeTypePersistenceTestCase::testNodeTypeCustomizationPersistence | function | modules/ |
Tests that node type customizations persist through disable and uninstall. |
NodeTypeTestCase | class | modules/ |
Tests related to node types. |
NodeTypeTestCase::getInfo | function | modules/ |
|
NodeTypeTestCase::testNodeTypeCreation | function | modules/ |
Tests creating a content type programmatically and via a form. |
NodeTypeTestCase::testNodeTypeDeletion | function | modules/ |
Tests deleting a content type that still has content. |
NodeTypeTestCase::testNodeTypeEditing | function | modules/ |
Tests editing a node type using the UI. |
NodeTypeTestCase::testNodeTypeGetFunctions | function | modules/ |
Ensures that node type functions (node_type_get_*) work correctly. |
NodeTypeTestCase::testNodeTypeStatus | function | modules/ |
Tests that node_types_rebuild() correctly handles the 'disabled' flag. |
NodeWebTestCase | class | modules/ |
Defines a base class for testing the Node module. |
NodeWebTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
node_access | function | modules/ |
Determines whether the current user may perform the operation on the node. |
node_access_acquire_grants | function | modules/ |
Gets the list of node access grants and writes them to the database. |
NODE_ACCESS_ALLOW | constant | modules/ |
Modules should return this value from hook_node_access() to allow access to a node. |
NODE_ACCESS_DENY | constant | modules/ |
Modules should return this value from hook_node_access() to deny access to a node. |
node_access_entity_test_page | function | modules/ |
Page callback for node access entity test page. |
node_access_grants | function | modules/ |
Fetches an array of permission IDs granted to the given user ID. |
NODE_ACCESS_IGNORE | constant | modules/ |
Modules should return this value from hook_node_access() to not affect node access. |
node_access_needs_rebuild | function | modules/ |
Flags or unflags the node access grants for rebuilding. |
node_access_rebuild | function | modules/ |
Rebuilds the node access database. |
node_access_test.info | file | modules/ |
name = "Node module access tests" description = "Support module for node permission testing." package = Testing version = VERSION core = 7.x hidden = TRUE |
node_access_test.install | file | modules/ |
Install, update and uninstall functions for the node_access_test module. |
node_access_test.module | file | modules/ |
A dummy module implementing node access related hooks for testing purposes. |
node_access_test_form_node_form_alter | function | modules/ |
Implements hook_form_BASE_FORM_ID_alter(). |
Pagination
- Previous page
- Page 135
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.