ActionLoopTestCase::triggerActions in modules/simpletest/tests/actions.test
Create an infinite loop by causing a watchdog message to be set, which causes the actions to be triggered again, up to actions_max_stack times.
admin_bar_admin_bar_output_build in modules/admin_bar/admin_bar.module
Implements hook_admin_bar_output_build().
AdminBarCustomizedTestCase::queryMlidByPath in modules/admin_bar/tests/admin_bar.test
Returns the menu link ID for a given link path in the management menu.
AdminBarDynamicLinksTestCase::testNode in modules/admin_bar/tests/admin_bar.test
Tests node type links.
backdrop_bootstrap_is_installed in includes/bootstrap.inc
Verify the installation of Backdrop is correct.
BackdropDatabaseCache::getMultiple in drivers/cache_database/cache_database.inc
Implements BackdropCacheInterface::getMultiple().
backdrop_get_filename in includes/bootstrap.inc
Returns and optionally sets the filename for a system resource.
backdrop_get_installed_schema_version in includes/install.inc
Returns the currently installed schema version for a module.
backdrop_lookup_path in includes/path.inc
Given an alias, return its Backdrop system URL if one exists. Given a Backdrop system URL return one of its aliases if such a one exists. Otherwise, return FALSE.
_backdrop_session_read in includes/session.inc
Reads an entire session from the database (internal use only).
BackdropTestCase::prepareDatabasePrefix in modules/simpletest/backdrop_web_test_case.php
Generates a database prefix for running tests.
backdrop_valid_path in includes/path.inc
Checks a path exists and the current user has access to it.
BackdropWebTestCaseCache::alterToMyISAM in modules/simpletest/backdrop_web_test_case_cache.php
Alter tables to MyISAM engine to speed up tests.
BackdropWebTestCaseCache::setUp in modules/simpletest/backdrop_web_test_case_cache.php
Sets up a Backdrop site to be used as a cached installation profile.
BackdropWebTestCase::setUp in modules/simpletest/backdrop_web_test_case.php
Sets up a Backdrop site for running functional and integration tests.
batch_load in includes/batch.inc
Loads a batch from the database.
BatchQueue::getAllItems in includes/batch.queue.inc
Retrieves all remaining items in the queue.
block_update_1001 in modules/block/block.install
Add a column for title to the block_custom table.
block_update_1004 in modules/block/block.install
Move individual blocks into config files.
book_get_books in modules/book/book.module
Returns an array of all books.
book_link_load in modules/book/book.module
Get a translated book menu link by its menu link ID.
book_node_load in modules/book/book.module
Implements hook_node_load().
book_node_predelete in modules/book/book.module
Implements hook_node_predelete().
_book_update_outline in modules/book/book.module
Handles additions and updates to the book outline.
callback_batch_operation in modules/system/form.api.php
Perform a single batch operation.
_comment_close_all in modules/comment/comment.module
Close all comments that meet the current threshold.
comment_count_unpublished in modules/comment/comment.module
Returns a menu title which includes the number of unapproved comments.
comment_form_node_form_alter in modules/comment/comment.module
Implements hook_form_BASE_FORM_ID_alter().
CommentInterfaceTest::setEnvironment in modules/comment/tests/comment.test
Re-configures the environment, module settings, and user permissions.
comment_multiple_delete_confirm in modules/comment/comment.admin.inc
Form constructor for the confirmation form for bulk comment deletion.
comment_new_page_count in modules/comment/comment.module
Calculates the page number for the first new comment.
comment_node_load in modules/comment/comment.module
Implements hook_node_load().
comment_node_predelete in modules/comment/comment.module
Implements hook_node_predelete().
comment_node_search_result in modules/comment/comment.module
Implements hook_node_search_result().
comment_num_new in modules/comment/comment.module
Gets the number of new comments for the current user and the specified node.
CommentStorageController::preSave in modules/comment/comment.entity.inc
Overrides EntityDatabaseStorageController::preSave().
CommentStorageController::updateNodeStatistics in modules/comment/comment.entity.inc
Updates the comment statistics for a given node.
comment_update_index in modules/comment/comment.module
Implements hook_update_index().
comment_user_predelete in modules/comment/comment.module
Implements hook_user_predelete().
CommonBackdropWriteRecordTestCase::testBackdropWriteRecord in modules/simpletest/tests/common.test
Test the backdrop_write_record() API function.
ConfigurationUITest::testFullImportValidation in modules/config/tests/config.test
Test full import validation.
contact_install in modules/contact/contact.install
Implements hook_install().
ContactPersonalTestCase::testPersonalContactFlood in modules/contact/tests/contact.test
Tests the personal contact form flood protection.
ContactSitewideTestCase::testSiteWideContact in modules/contact/tests/contact.test
Tests configuration options and the site-wide contact form.
contact_update_1001 in modules/contact/contact.install
Convert available database contact categories to configuration files.
DashboardOverviewContentBlock::getContent in modules/dashboard/includes/block.overview_content.inc
Return the content of a block.
DashboardOverviewUserBlock::getContent in modules/dashboard/includes/block.overview_user.inc
Return the content of a block.
DashboardTaxonomyBlock::getContent in modules/dashboard/includes/block.taxonomy.inc
Return the content of a block.
DatabaseBasicSyntaxTestCase::testConcatFields in modules/simpletest/tests/database_test.test
Test for string concatenation with field values.
DatabaseBasicSyntaxTestCase::testConcatLiterals in modules/simpletest/tests/database_test.test
Test for string concatenation.
DatabaseBasicSyntaxTestCase::testConcatWsFields in modules/simpletest/tests/database_test.test
Tests string concatenation with separator, with field values.
DatabaseBasicSyntaxTestCase::testConcatWsLiterals in modules/simpletest/tests/database_test.test
Tests string concatenation with separator.
DatabaseCaseSensitivityTestCase::testCaseSensitiveInsert in modules/simpletest/tests/database_test.test
Test BINARY collation in MySQL.
DatabaseConnection_mysql::hasTimezoneSupport in drivers/database_mysql/database.inc
DatabaseDeleteTruncateTestCase::testSimpleDelete in modules/simpletest/tests/database_test.test
Confirm that we can delete a single record successfully.
DatabaseDeleteTruncateTestCase::testSubselectDelete in modules/simpletest/tests/database_test.test
Confirm that we can use a subselect in a delete successfully.
DatabaseDeleteTruncateTestCase::testTruncate in modules/simpletest/tests/database_test.test
Confirm that we can truncate a whole table successfully.
DatabaseExtraTypesTestCase::testDateField in modules/simpletest/tests/database_test.test
Test the date data type.
DatabaseExtraTypesTestCase::testTimeField in modules/simpletest/tests/database_test.test
Test the time data type.
DatabaseFetch2TestCase::testQueryFetchBoth in modules/simpletest/tests/database_test.test
Confirm that we can fetch a record into a doubly-keyed array explicitly.
DatabaseFetch2TestCase::testQueryFetchCol in modules/simpletest/tests/database_test.test
Confirm that we can fetch an entire column of a result set at once.
DatabaseFetch2TestCase::testQueryFetchNum in modules/simpletest/tests/database_test.test
DatabaseFetchTestCase::testQueryFetchArray in modules/simpletest/tests/database_test.test
Confirm that we can fetch a record to an array associative explicitly.
DatabaseFetchTestCase::testQueryFetchClass in modules/simpletest/tests/database_test.test
Confirm that we can fetch a record into a new instance of a custom class.
DatabaseFetchTestCase::testQueryFetchDefault in modules/simpletest/tests/database_test.test
Confirm that we can fetch a record properly in default object mode.
DatabaseFetchTestCase::testQueryFetchObject in modules/simpletest/tests/database_test.test
Confirm that we can fetch a record to an object explicitly.
DatabaseInsertDefaultsTestCase::testDefaultEmptyInsert in modules/simpletest/tests/database_test.test
Test that no action will be preformed if no fields are specified.
DatabaseInsertDefaultsTestCase::testDefaultInsert in modules/simpletest/tests/database_test.test
Test that we can run a query that is "default values for everything".
DatabaseInsertDefaultsTestCase::testDefaultInsertWithFields in modules/simpletest/tests/database_test.test
Test that we can insert fields with values and defaults in the same query.
DatabaseInsertLOBTestCase::testInsertMultipleBlob in modules/simpletest/tests/database_test.test
Test that we can insert multiple blob fields in the same query.
DatabaseInsertLOBTestCase::testInsertOneBlob in modules/simpletest/tests/database_test.test
Test that we can insert a single blob field successfully.
DatabaseInsertTestCase::testInsertFieldOnlyDefinintion in modules/simpletest/tests/database_test.test
Test that we can specify fields without values and specify values later.
DatabaseInsertTestCase::testInsertSelectAll in modules/simpletest/tests/database_test.test
Tests that the INSERT INTO ... SELECT * ... syntax works.
DatabaseInsertTestCase::testInsertSelectFields in modules/simpletest/tests/database_test.test
Test that the INSERT INTO ... SELECT (fields) ... syntax works.
DatabaseInsertTestCase::testMultiInsert in modules/simpletest/tests/database_test.test
Test that we can insert multiple records in one query object.
DatabaseInsertTestCase::testRepeatedInsert in modules/simpletest/tests/database_test.test
Test that an insert object can be reused with new data after it executes.
DatabaseInsertTestCase::testSimpleInsert in modules/simpletest/tests/database_test.test
Test the very basic insert functionality.
DatabaseInvalidDataTestCase::testInsertDuplicateData in modules/simpletest/tests/database_test.test
Traditional SQL database systems abort inserts when invalid data is encountered.
DatabaseLoggingTestCase::testEnableLogging in modules/simpletest/tests/database_test.test
Test that we can log the existence of a query.
DatabaseLoggingTestCase::testEnableMultiConnectionLogging in modules/simpletest/tests/database_test.test
Test that we can log queries separately on different connections.
DatabaseLoggingTestCase::testEnableMultiLogging in modules/simpletest/tests/database_test.test
Test that we can run two logs in parallel.
DatabaseLoggingTestCase::testEnableTargetLogging in modules/simpletest/tests/database_test.test
Test that we can log queries against multiple targets on the same connection.
DatabaseLoggingTestCase::testEnableTargetLoggingNoTarget in modules/simpletest/tests/database_test.test
Test that logs to separate targets collapse to the same connection properly.
DatabaseMergeTestCase::testMergeInsert in modules/simpletest/tests/database_test.test
Confirm that we can merge-insert a record successfully.
DatabaseMergeTestCase::testMergeInsertWithoutUpdate in modules/simpletest/tests/database_test.test
Test that we can merge-insert without any update fields.
DatabaseMergeTestCase::testMergeUpdate in modules/simpletest/tests/database_test.test
Confirm that we can merge-update a record successfully.
DatabaseMergeTestCase::testMergeUpdateExcept in modules/simpletest/tests/database_test.test
Confirm that we can merge-update a record successfully, with different insert and update.
DatabaseMergeTestCase::testMergeUpdateExplicit in modules/simpletest/tests/database_test.test
Confirm that we can merge-update a record successfully, with alternate replacement.
DatabaseMergeTestCase::testMergeUpdateExpression in modules/simpletest/tests/database_test.test
Confirm that we can merge-update a record successfully, with expressions.
DatabaseMergeTestCase::testMergeUpdateWithoutUpdate in modules/simpletest/tests/database_test.test
Confirm that we can merge-update without any update fields.
DatabaseQueryTestCase::testArrayArgumentsSQLInjection in modules/simpletest/tests/database_test.test
Test SQL injection via database query array arguments.
DatabaseQueryTestCase::testArraySubstitution in modules/simpletest/tests/database_test.test
Test that we can specify an array of values in the query by passing in an array.
DatabaseRangeQueryTestCase::testRangeQuery in modules/simpletest/tests/database_test.test
Confirm that range query work and return correct result.
DatabaseRegressionTestCase::testRegression_310447 in modules/simpletest/tests/database_test.test
Regression test for #310447.
DatabaseReservedKeywordTestCase::testInsertReservedWordTable in modules/simpletest/tests/database_test.test
DatabaseReservedKeywordTestCase::testMergeReservedWordTable in modules/simpletest/tests/database_test.test
DatabaseReservedKeywordTestCase::testTableNameQuoting in modules/simpletest/tests/database_test.test
DatabaseReservedKeywordTestCase::testTruncateReservedWordTable in modules/simpletest/tests/database_test.test
DatabaseSelectPagerDefaultTestCase::testEvenPagerQuery in modules/simpletest/tests/database_test.test
Confirm that a pager query returns the correct results.
DatabaseSelectPagerDefaultTestCase::testOddPagerQuery in modules/simpletest/tests/database_test.test
Confirm that a pager query returns the correct results.
DatabaseSelectTestCase::testRandomOrder in modules/simpletest/tests/database_test.test
Test that random ordering of queries works.
DatabaseTasks::runTestQuery in includes/install.inc
Run SQL tests to ensure the database can execute commands with the current user.
DatabaseTransactionTestCase::assertRowAbsent in modules/simpletest/tests/database_test.test
Assert that a given row is absent from the test table.
DatabaseTransactionTestCase::assertRowPresent in modules/simpletest/tests/database_test.test
Assert that a given row is present in the test table.
DatabaseTransactionTestCase::testCommittedTransaction in modules/simpletest/tests/database_test.test
Test committed transaction.
DatabaseTransactionTestCase::testTransactionRollBackNotSupported in modules/simpletest/tests/database_test.test
Test transaction rollback on a database that does not support transactions.
DatabaseTransactionTestCase::testTransactionRollBackSupported in modules/simpletest/tests/database_test.test
Test transaction rollback on a database that supports transactions.
DatabaseUpdateComplexTestCase::testBetweenConditionUpdate in modules/simpletest/tests/database_test.test
Test BETWEEN conditional clauses.
DatabaseUpdateComplexTestCase::testInConditionUpdate in modules/simpletest/tests/database_test.test
Test WHERE IN clauses.
DatabaseUpdateComplexTestCase::testLikeConditionUpdate in modules/simpletest/tests/database_test.test
Test LIKE conditionals.
DatabaseUpdateComplexTestCase::testNotInConditionUpdate in modules/simpletest/tests/database_test.test
Test WHERE NOT IN clauses.
DatabaseUpdateComplexTestCase::testOrConditionUpdate in modules/simpletest/tests/database_test.test
Test updates with OR conditionals.
DatabaseUpdateComplexTestCase::testUpdateExpression in modules/simpletest/tests/database_test.test
Test update with expression values.
DatabaseUpdateComplexTestCase::testUpdateOnlyExpression in modules/simpletest/tests/database_test.test
Test update with only expression values.
DatabaseUpdateLOBTestCase::testUpdateMultipleBlob in modules/simpletest/tests/database_test.test
Confirm that we can update two blob columns in the same table.
DatabaseUpdateLOBTestCase::testUpdateOneBlob in modules/simpletest/tests/database_test.test
Confirm that we can update a blob column.
DatabaseUpdateTestCase::testMultiGTUpdate in modules/simpletest/tests/database_test.test
Confirm that we can update a multiple records with a non-equality condition.
DatabaseUpdateTestCase::testMultiUpdate in modules/simpletest/tests/database_test.test
Confirm that we can update a multiple records successfully.
DatabaseUpdateTestCase::testPrimaryKeyUpdate in modules/simpletest/tests/database_test.test
Confirm that we can update the primary key of a record successfully.
DatabaseUpdateTestCase::testSimpleNullUpdate in modules/simpletest/tests/database_test.test
Confirm updating to NULL.
DatabaseUpdateTestCase::testSimpleUpdate in modules/simpletest/tests/database_test.test
Confirm that we can update a single record successfully.
DatabaseUpdateTestCase::testWhereAndConditionUpdate in modules/simpletest/tests/database_test.test
Confirm that we can stack condition and where calls.
DatabaseUpdateTestCase::testWhereUpdate in modules/simpletest/tests/database_test.test
Confirm that we can update a multiple records with a where call.
date_update_1001 in modules/date/date.install
Remove legacy Date API, Date Views, and Date Popup configurations.
dblog_event in modules/dblog/dblog.admin.inc
Page callback: Displays details about a specific database log message.
_dblog_get_message_types in modules/dblog/dblog.module
Gathers a list of uniquely defined database log message types.
DBLogTestCase::doUser in modules/dblog/tests/dblog.test
Generates and then verifies some user events.
DBLogTestCase::testDBLogAddAndClear in modules/dblog/tests/dblog.test
Tests the addition and clearing of log events through the admin interface.
DBLogTestCase::testDBLogException in modules/dblog/tests/dblog.test
Verifies that exceptions are caught in dblog_watchdog().
DBLogTestCase::testLogMessageSanitized in modules/dblog/tests/dblog.test
Make sure HTML tags are filtered out in the log detail page.
DBLogTestCase::verifyCron in modules/dblog/tests/dblog.test
Verifies that cron correctly applies the database log row limit.
error_test_trigger_pdo_exception in modules/simpletest/tests/error_test.module
Menu callback; trigger an exception to test the exception handler.
field_update_1000 in modules/field/field.install
Convert fields to configuration files.
field_update_1003 in modules/field/field.install
Uninstall the options_element contrib module, now part of core.
field_update_1004 in modules/field/field.install
Uninstall the field_formatter_settings contrib module, now part of core.
FileAdminTestCase::testFileAdminPages in modules/file/tests/file.test
Tests file overview with different user permissions.
file_file_load in modules/file/file.file.inc
Implements hook_file_load().
file_invalidate_field_caches in modules/file/file.module
Clear the field cache for any entities referencing a specific file.
FileSaveTest::testFileSave in modules/simpletest/tests/file.test
FileSaveUploadTest::setUp in modules/simpletest/tests/file.test
Sets up a Backdrop site for running functional and integration tests.
FileSaveUploadTest::testNormal in modules/simpletest/tests/file.test
Test the file_save_upload() function.
FileTestHelper::getLastFileId in modules/file/tests/file.test
Retrieves the fid of the last inserted file.
file_type_delete_confirm in modules/file/file.admin.inc
Menu callback; delete a single file type.
FileUnitTestCase::testImageDimensions in modules/file/tests/file.test
Tests storing image height and width as file metadata.
file_update_1003 in modules/file/file.install
Add a type column to the file_managed table, and add a file_metadata table.
file_update_1005 in modules/file/file.install
Add the default file types and convert custom or modified file types from Drupal 7 file_entity.
file_update_1006 in modules/file/file.install
Add the default file display settings and convert saved file display settings from Drupal 7 file_entity.
FileUploadTransliterationTest::testTransliteration in modules/simpletest/tests/file.test
FilterAdminTestCase::testFilterAdmin in modules/filter/tests/filter.test
Tests filter administration functionality.
filter_update_1000 in modules/filter/filter.install
Convert filter formats to configuration.
flood_is_allowed in includes/common.inc
Checks whether a user is allowed to proceed with the specified event.
HookBootExitTestCase::testHookBootExit in modules/simpletest/tests/bootstrap.test
Test calling of hook_boot() and hook_exit().
hook_comment_load in modules/comment/comment.api.php
Act on comments being loaded from the database.
hook_file_load in modules/system/system.api.php
Load additional information into file entities.
hook_file_search_result in modules/file/file.api.php
Act on a file being displayed as a search result.
hook_file_update_index in modules/file/file.api.php
Act on a file being indexed for searching.
hook_load in modules/node/node.api.php
Act on nodes being loaded from the database.
hook_menu_link_update in modules/system/system.api.php
Inform modules that a menu link has been updated.
hook_node_load in modules/node/node.api.php
Act on arbitrary nodes being loaded from the database.
hook_node_search_result in modules/node/node.api.php
Act on a node being displayed as a search result.
hook_node_update_index in modules/node/node.api.php
Act on a node being indexed for searching.
hook_path_is_alias_reserved in modules/path/path.api.php
Determine if a possible URL alias would conflict with any existing paths.
hook_search_status in modules/search/search.api.php
Report the status of indexing.
hook_update_N in modules/system/system.api.php
Perform a single update.
hook_user_load in modules/user/user.api.php
Act on user objects when loaded from the database.
image_update_1001 in modules/image/image.install
Convert available database image styles to configuration files.
_image_update_1004 in modules/image/image.install
Helper function to update an image field or instance's default image.
image_update_1008 in modules/image/image.install
Uninstall the imagecache_token contrib module, now part of core.
install_verify_completed_task in includes/install.core.inc
Verifies and returns the last installation task that was completed.
language_update_1002 in modules/language/language.install
Convert the language database table to config.
LanguageUpgradePathTestCase::testLanguageUpgrade in modules/simpletest/tests/upgrade/upgrade.language.test
Tests a successful upgrade.
layout_provides_path in modules/layout/layout.module
Check if a path is provided by Layout module, as in a custom layout path.
layout_settings_form_validate in modules/layout/layout.admin.inc
Validates layout_settings_form(), ensuring a valid path.
LinkValidateTest::testXss in modules/link/tests/link.validate.test
Test if a bad URL will display if validation is disabled.
LinkValidateTest::validateUrl in modules/link/tests/link.validate.test
Checks if a URL is valid through the UI.
locale in modules/locale/locale.module
Provides interface translation services.
_locale_export_get_strings in includes/gettext.inc
Generates a structured array of all translated strings for the language.
locale_form_language_admin_overview_form_alter in modules/locale/locale.module
Implements hook_form_FORM_ID_alter() for language_admin_overview_form().
_locale_import_one_string_db in includes/gettext.inc
Imports one string into the database.
_locale_rebuild_js in includes/locale.inc
(Re-)Creates the JavaScript translation file for a language.
locale_translate_delete_page in modules/locale/locale.pages.inc
String deletion confirmation page.
locale_translate_edit_form in modules/locale/locale.pages.inc
User interface for string editing.
locale_translate_edit_form_submit in modules/locale/locale.pages.inc
Process string editing form submissions.
LocaleUninstallFunctionalTest::testUninstallProcess in modules/locale/tests/locale.test
Check if the values of the Locale variables are correct after uninstall.
locale_update_1002 in modules/locale/locale.install
Removes duplicates in {locales_source}.
locale_update_1003 in modules/locale/locale.install
Move language negotiation settings from variables to config.
lock_may_be_available in includes/lock.inc
Check if lock acquired by a different process may be available.
MenuBlockTestCase::addMenuLink in modules/system/tests/system.test
Add a menu link using the menu module UI.
MenuBreadcrumbTestCase::testBreadCrumbs in modules/simpletest/tests/menu.test
Tests breadcrumbs on node and administrative paths.
MenuChangeTestCase::testMenuChangeTypeTestCase in modules/simpletest/tests/menu.test
Test that updating the type of a menu item works correctly.
_menu_delete_item in includes/menu.inc
Deletes a single menu link.
menu_delete_menu_confirm in modules/menu/menu.admin.inc
Build a confirm form for deletion of a custom menu.
menu_delete_menu_confirm_submit in modules/menu/menu.admin.inc
Delete a custom menu and all links in it.
menu_edit_menu_submit in modules/menu/menu.admin.inc
Submit function for adding or editing a custom menu.
menu_enable in modules/menu/menu.module
Implements hook_enable().
menu_link_delete in includes/menu.inc
Delete one or several menu links.
_menu_link_find_parent in includes/menu.inc
Finds a possible parent for a given menu link.
menu_link_maintain in includes/menu.inc
Inserts, updates, or deletes an uncustomized menu link related to a module.
menu_link_save in includes/menu.inc
Saves a menu link.
menu_node_predelete in modules/menu/menu.module
Implements hook_node_predelete().
menu_overview_form in modules/menu/menu.admin.inc
Form for editing an entire menu tree at once.
MenuRebuildTestCase::testMenuRebuildByVariable in modules/simpletest/tests/menu.test
Test if the 'menu_rebuild_needed' variable triggers a menu_rebuild() call.
_menu_router_build in includes/menu.inc
Builds the router table based on the data from hook_menu().
MenuRouterTestCase::menuLoadRouter in modules/simpletest/tests/menu.test
Load the router for a given path.
MenuRouterTestCase::testMenuHierarchy in modules/simpletest/tests/menu.test
Tests for menu hierarchy.
MenuRouterTestCase::testMenuName in modules/simpletest/tests/menu.test
Tests for menu_name parameter for hook_menu().
_menu_set_expanded_menus in includes/menu.inc
Updates a list of menus with expanded items.
MenuTestCase::addMenuLink in modules/menu/tests/menu.test
Add a menu link using the menu module UI.
MenuTestCase::assertMenuLink in modules/menu/tests/menu.test
Fetch the menu item from the database and compare it to the specified array.
MenuTestCase::deleteCustomMenu in modules/menu/tests/menu.test
Delete custom menu.
MenuTestCase::getStandardMenuLink in modules/menu/tests/menu.test
Get standard menu link.
_menu_token_link_load_all_parents in modules/menu/menu.tokens.inc
Load all menu parents given a Menu Link ID.
menu_update_1002 in modules/menu/menu.install
Move individual menus into config files.
module_enable in includes/module.inc
Enables or installs a given list of modules.
ModuleInstallTestCase::testBackdropWriteRecord in modules/simpletest/tests/module.test
Test that calls to backdrop_write_record() work during module installation.
NodeAccessBaseTableTestCase::testNodeAccessBasic in modules/node/tests/node.test
Tests the "private" node access functionality.
node_access_rebuild in modules/node/node.module
Rebuilds the node access database.
_node_access_rebuild_batch_operation in modules/node/node.module
Performs batch operation for node_access_rebuild().
NodeAccessRecordsUnitTest::testNodeAccessRecords in modules/node/tests/node.test
Creates a node and tests the creation of node access rules.
node_access_test_node_load in modules/node/tests/node_access_test/node_access_test.module
Implements hook_node_load().
NodeBlock::form in modules/node/node.block.inc
Builds the block's settings configuration form.
NodeCreationTestCase::testFailedPageCreation in modules/node/tests/node.test
Verifies that a transaction rolls back the failed creation.
node_get_recent in modules/node/node.module
Finds the most recently changed nodes that are available to the current user.
node_last_changed in modules/node/node.module
Finds the last time a node was changed.
node_last_viewed in modules/node/node.module
Retrieves the timestamp for the current user's last view of a specified node.
node_multiple_delete_confirm in modules/node/node.admin.inc
Multiple node deletion confirmation form.
node_requirements in modules/node/node.module
Implements hook_requirements().
_node_revision_access in modules/node/node.module
Access callback: Checks node revision access.
node_revision_delete_confirm_submit in modules/node/node.pages.inc
Form submission handler for node_revision_delete_confirm().
node_revision_list in modules/node/node.module
Returns a list of all the existing revision numbers for the node passed in.
NodeRevisionsTestCase::testRevisions in modules/node/tests/node.test
Checks node revision related operations.
NodeSaveTestCase::testImport in modules/node/tests/node.test
Checks whether custom node IDs are saved properly during an import operation.
node_search_status in modules/node/node.module
Implements hook_search_status().
node_type_delete_confirm in modules/node/node.types.inc
Menu callback; delete a single content type.
node_update_1001 in modules/node/node.install
Rename node type language variable names.
node_update_1003 in modules/node/node.install
Move theme settings to global site configuration.
node_update_1005 in modules/node/node.install
Convert content types to configuration files.
node_update_1010 in modules/node/node.install
Set all nodes to be language agnostic on mono-lingual sites.
node_user_predelete in modules/node/node.module
Implements hook_user_predelete().
path_admin_form_validate in modules/path/path.admin.inc
Form validation handler for path_admin_form().
path_delete_all_by_source in modules/path/path.module
Delete an URL alias and any of its sub-paths.
PathTaxonomyTermTestCase::testTermAlias in modules/path/tests/path.test
Tests alias functionality through the admin interfaces.
PathTestCase::getPID in modules/path/tests/path.test
Returns the path ID.
path_update_1000 in modules/path/path.install
Upgrades Drupal 7 Pathauto variables to Path config.
path_update_1001 in modules/path/path.install
Moves Backdrop Pathauto configuration to Path module configuration.
redirect_handler_filter_redirect_type::get_value_options in modules/redirect/views/redirect_handler_filter_redirect_type.inc
Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.
redirect_update_1003 in modules/redirect/redirect.install
Explicitly set the redirect status code and remove the default fallback.
SchemaTestCase::testSchema in modules/simpletest/tests/schema.test
search_index in modules/search/search.module
Update the full-text search index for a particular item.
search_node_update_index in modules/search/search.module
Implements hook_node_update_index().
search_update_totals in modules/search/search.module
Updates the {search_total} database table.
SessionHttpsTestCase::assertSessionIds in modules/simpletest/tests/session.test
Test that there exists a session with two specific session IDs.
SessionTestCase::testEmptySessionID in modules/simpletest/tests/session.test
Test that empty session IDs are not allowed.
SessionTestCase::testSessionWrite in modules/simpletest/tests/session.test
Test that sessions are only saved when necessary.
ShutdownFunctionsTest::testShutdownFunctions in modules/system/tests/system.test
Test shutdown functions.
simpletest_clean_results_table in modules/simpletest/simpletest.module
Clear the test result tables.
simpletest_run_tests in modules/simpletest/simpletest.module
Actually runs tests.
state_initialize in includes/bootstrap.inc
Loads the persistent state table.
system_admin_config_page in modules/system/system.admin.inc
Menu callback; Provide the administration overview page.
system_admin_menu_block in modules/system/system.module
Provide a single block on the administration overview page.
system_cron in modules/system/system.module
Implements hook_cron().
system_get_files_database in modules/system/system.module
Retrieves the current status of an array of files in the system table.
SystemInfoAlterTestCase::getSystemInfo in modules/system/tests/system.test
Returns the info array as it is stored in {system}.
system_list in includes/module.inc
Builds a list of bootstrap modules and enabled modules and themes.
SystemQueue::numberOfItems in modules/system/system.queue.inc
Retrieve the number of items in the queue.
system_update_1018 in modules/system/system.install
Moves authorize system settings from variable to config.
system_update_1020 in modules/system/system.install
Convert date settings to config.
system_update_1025 in modules/system/system.install
Convert block positioning and configuration to the default layout.
system_update_1037 in modules/system/system.install
Set the default value for canonical_secure option. Check if old menu item exists and remove it.
system_update_1038 in modules/system/system.install
Upgrade or prepare for token module in core.
system_update_1039 in modules/system/system.install
Add the "auto" column to the url_alias table.
system_update_1046 in modules/system/system.install
Upgrade or prepare for transliteration functions in core.
system_update_1052 in modules/system/system.install
Disable project browser if it previously existed on the site.
system_update_1053 in modules/system/system.install
Remove unnecessary items from the "main-menu" menu.
system_update_1061 in modules/system/system.install
Update contrib entity display mode module to core version.
system_update_1064 in modules/system/system.install
Add langcode column to {menu_links} table.
system_update_1066 in modules/system/system.install
Update the core profile locations.
system_update_files_database in modules/system/system.module
Updates the records in the system table based on the files array.
system_utf8mb4_convert_form_submit in modules/system/system.admin.inc
Form submit function; convert existing database tables to utf8mb4.
TaxonomyHooksTestCase::testTaxonomyTermHooks in modules/taxonomy/tests/taxonomy.test
Test that hooks are run correctly on creating, editing, viewing, and deleting a term.
taxonomy_overview_vocabularies in modules/taxonomy/taxonomy.admin.inc
Page callback at admin/structure/taxonomy to list all available vocabularies.
TaxonomyTermIndexTestCase::testTaxonomyIndex in modules/taxonomy/tests/taxonomy.test
Tests that the taxonomy index is maintained properly.
taxonomy_update_1001 in modules/taxonomy/taxonomy.install
Convert taxonomy vocabularies to configuration.
taxonomy_update_1006 in modules/taxonomy/taxonomy.install
Add langcode column to {taxonomy_term_data} table.
TaxonomyVocabulary::delete in modules/taxonomy/taxonomy_vocabulary.class.inc
Deletes a taxonomy vocabulary.
TaxonomyVocabularyUnitTest::testTaxonomyVocabularyDeleteWithTerms in modules/taxonomy/tests/taxonomy.test
Test deleting a taxonomy that contains terms.
tempstore_get in includes/common.inc
Gets an object from the temp store.
translation_remove_from_set in modules/translation/translation.module
Removes a node from its translation set and updates accordingly.
_update_cache_get in modules/update/update.module
Retrieves data from the private update status cache table.
update_fix_compatibility in includes/update.inc
Disable any items in the {system} table that are not core compatible.
update_fix_requirements in includes/update.inc
Perform Drupal 7.x to Backdrop 1.x updates that are required for update.php to function properly.
update_retrieve_dependencies in includes/update.inc
Invokes hook_update_dependencies() in all installed modules.
UpdateScriptFunctionalTest::testThemeSystem in modules/system/tests/system.test
Tests the effect of using the update script on the theme system.
update_variable_get in includes/update.inc
Gets the value of a variable from the database during update hooks.
UpgradePathTestCase::setUp in modules/simpletest/tests/upgrade/upgrade.test
Overrides BackdropWebTestCase::setUp() for upgrade testing.
user_login_authenticate_validate in modules/user/user.module
Second phase validation handler on the login form.
user_login_name_validate in modules/user/user.module
First phase validation handler for the login form.
user_node_load in modules/user/user.module
Implements hook_node_load().
UserSaveTestCase::testUserImport in modules/user/tests/user.test
Test creating a user with arbitrary uid.
UserStorageController::attachLoad in modules/user/user.entity.inc
Overrides EntityDatabaseStorageController::attachLoad().
UserStorageController::postSave in modules/user/user.entity.inc
Overrides EntityDatabaseStorageController::postSave().
UserStorageController::save in modules/user/user.entity.inc
Overrides EntityDatabaseStorageController::save().
user_update_1001 in modules/user/user.install
Grant "administer account settings" to roles with "administer users."
user_update_1007 in modules/user/user.install
Convert user roles to configuration files.
variable_initialize in includes/bootstrap.inc
Loads the persistent variable table.
views_handler_argument_comment_user_uid::title in modules/comment/views/views_handler_argument_comment_user_uid.inc
Get the title this argument will assign the view, given the argument.
views_handler_argument_node_nid::title_query in modules/node/views/views_handler_argument_node_nid.inc
Override the behavior of title(). Get the title of the node.
views_handler_argument_node_tnid::title_query in modules/translation/views/views_handler_argument_node_tnid.inc
Override the behavior of title(). Get the title of the node.
views_handler_argument_node_vid::title_query in modules/node/views/views_handler_argument_node_vid.inc
Override the behavior of title(). Get the title of the revision.
views_handler_argument_user_uid::title_query in modules/user/views/views_handler_argument_user_uid.inc
Override the behavior of title(). Get the name of the user.
views_handler_field_node_new_comments::pre_render in modules/comment/views/views_handler_field_node_new_comments.inc
Run before any fields are rendered.
views_handler_field_user_permissions::pre_render in modules/user/views/views_handler_field_user_permissions.inc
Run before any fields are rendered.
views_handler_field_user_roles::pre_render in modules/user/views/views_handler_field_user_roles.inc
Run before any fields are rendered.
views_handler_filter_locale_version::get_value_options in modules/locale/views/views_handler_filter_locale_version.inc
Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.
views_handler_filter_system_type::get_value_options in modules/system/views/views_handler_filter_system_type.inc
Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.
views_handler_filter_user_name::admin_summary in modules/user/views/views_handler_filter_user_name.inc
Display the filter on the administrative summary
views_handler_filter_user_name::validate_user_strings in modules/user/views/views_handler_filter_user_name.inc
Validate the user string. Since this can come from either the form or the exposed filter, this is abstracted out a bit so it can handle the multiple input sources.
views_handler_filter_user_name::value_form in modules/user/views/views_handler_filter_user_name.inc
Options form subform for setting options.
ViewsHandlerManyToOneTest::setUp in modules/views/tests/handlers/views_handler_manytoone.test
Sets up a Backdrop site for running functional and integration tests.
views_plugin_argument_validate_node::validate_argument in modules/node/views/views_plugin_argument_validate_node.inc
views_plugin_argument_validate_user::validate_argument in modules/user/views/views_plugin_argument_validate_user.inc
views_update_1001 in modules/views/views.install
Convert available database views to configuration files.