- BackdropWebTestCase::assertWatchdogMessage in core/
modules/ simpletest/ backdrop_web_test_case.php - Verifies that a watchdog message has been entered.
- BatchQueue::claimItem in core/
includes/ batch.queue.inc - Overrides SystemQueue::claimItem().
- callback_batch_operation in core/
modules/ system/ form.api.php - Perform a single batch operation.
- CommentStorageController::updateNodeStatistics in core/
modules/ comment/ comment.entity.inc - Updates the comment statistics for a given node.
- DatabaseRangeQueryTestCase::testRangeQuery in core/
modules/ simpletest/ tests/ database_test.test - Confirm that range query work and return correct result.
- FileTaxonomyTermTestCase::_testTermFile in core/
modules/ file/ tests/ file.test - Runs tests for attaching a file field to a taxonomy term.
- FormsFormStorageTestCase::testImmutableFormLegacyProtection in core/
modules/ simpletest/ tests/ form.test - Verify that existing contrib code cannot overwrite immutable form state.
- hook_update_index in core/
modules/ search/ search.api.php - Update the search index for this module.
- menu_edit_menu_name_exists in core/
modules/ menu/ menu.admin.inc - Returns whether a menu name already exists.
- menu_get_item in core/
includes/ menu.inc - Gets a router item.
- menu_node_prepare in core/
modules/ menu/ menu.module - Implements hook_node_prepare().
- node_update_index in core/
modules/ node/ node.module - Implements hook_update_index().
- path_admin_overview in core/
modules/ path/ path.admin.inc - Returns a listing of all defined URL aliases.
- path_is_alias_reserved in core/
modules/ path/ path.module - Determine if a possible URL alias would conflict with any existing paths.
- simpletest_last_test_get in core/
modules/ simpletest/ simpletest.module - Get information about the last test that ran given a test ID.
- SystemQueue::claimItem in core/
modules/ system/ system.queue.inc - Claim an item in the queue for processing.
- UserLoginTestBase::assertFailedLogin in core/
modules/ user/ tests/ user.test - Make an unsuccessful login attempt.
- user_pass_rehash in core/
modules/ user/ user.module - Creates a unique hash value for use in time-dependent per-user URLs.
- _node_access_rebuild_batch_operation in core/
modules/ node/ node.module - Performs batch operation for node_access_rebuild().
- _path_load_loosely_by_source in core/
modules/ path/ path.inc - Fetches an existing URL alias given a path and optional language.