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