_admin_bar_flush_cache in modules/admin_bar/admin_bar.inc
Flush all caches or a specific one.
backdrop_flush_all_caches in includes/common.inc
Flushes all cached data on the site.
BackdropWebTestCase::backdropCreateContentType in modules/simpletest/backdrop_web_test_case.php
Creates a custom content type based on default settings.
field_ui_field_attach_rename_bundle in modules/field_ui/field_ui.module
Implements hook_field_attach_rename_bundle().
install_configure_form in includes/install.core.inc
Form constructor for a form to configure the new site.
installer_browser_installation_theme_set in modules/installer/installer.pages.inc
Sets a selected theme as the default site theme.
LayoutMenuItem::delete in modules/layout/includes/layout_menu_item.class.inc
Delete a menu item configuration.
LayoutMenuItem::reassign in modules/layout/includes/layout_menu_item.class.inc
Rename this menu item to match the most appropriate layout at the same path.
LayoutMenuItem::revert in modules/layout/includes/layout_menu_item.class.inc
Revert a menu item back to its module-provided default.
LayoutMenuItem::save in modules/layout/includes/layout_menu_item.class.inc
Save a menu item configuration.
_locale_import_po in includes/gettext.inc
Parses Gettext Portable Object information and inserts it into the database.
MenuChangeTestCase::testMenuChangeTypeTestCase in modules/simpletest/tests/menu.test
Test that updating the type of a menu item works correctly.
menu_enable in modules/menu/menu.module
Implements hook_enable().
menu_get_item in includes/menu.inc
Gets a router item.
MenuRouterTestCase::testMenuName in modules/simpletest/tests/menu.test
Tests for menu_name parameter for hook_menu().
menu_uninstall in modules/menu/menu.install
Implements hook_uninstall().
node_type_delete_confirm_submit in modules/node/node.types.inc
Process content type delete confirm submissions.
node_type_form_submit in modules/node/node.types.inc
Form submission handler for node_type_form().
PathPatternFunctionalTestHelper::setUp in modules/path/tests/path_pattern.test
Sets up a Backdrop site for running functional and integration tests.
PathTaxonomyTermTestCase::setUp in modules/path/tests/path.test
Sets up a Backdrop site for running functional and integration tests.
SearchKeywordsConditions::setUp in modules/search/tests/search.test
Sets up a Backdrop site for running functional and integration tests.
SearchPageOverride::setUp in modules/search/tests/search.test
Sets up a Backdrop site for running functional and integration tests.
standard_install in profiles/standard/standard.install
Implements hook_install().
SystemMainContentFallback::testMainContentFallback in modules/system/tests/system.test
Test availability of main content.
system_theme_default in modules/system/system.admin.inc
Menu callback; Set the default theme.
theme_disable in includes/theme.inc
Disables a given list of themes.
theme_enable in includes/theme.inc
Enables a given list of themes.
user_page in modules/user/user.pages.inc
Page callback: Displays the user page.
ViewsAnalyzeTest::setUp in modules/views/tests/views_analyze.test
Sets up a Backdrop site for running functional and integration tests.
ViewsExposedFormTest::testExposedAdminUi in modules/views/tests/views_exposed_form.test
Tests the admin interface of exposed filter and sort items.
ViewsHandlerFilterDateTest::testUiValidation in modules/views/tests/handlers/views_handler_filter_date.test
Make sure the validation callbacks works.
ViewsHandlersTest::testFilterInOperatorUi in modules/views/tests/views_handlers.test
ViewsSqlTest::enableViewsUi in modules/views/tests/views_query.test
This function allows to enable views ui from a higher class which can't change the setup function anymore.