authorize.php in core/authorize.php
Administrative script for running authorized file operations.
BackdropUnitTestCase::setUp in core/modules/simpletest/backdrop_web_test_case.php
Sets up unit test environment.
BackdropUnitTestCase::tearDown in core/modules/simpletest/backdrop_web_test_case.php
Clean up any database tables, configuration, or files after each test run.
BackdropWebTestCase::resetAll in core/modules/simpletest/backdrop_web_test_case.php
Reset all data structures after having enabled new modules.
BackdropWebTestCase::tearDown in core/modules/simpletest/backdrop_web_test_case.php
Delete created files and temporary files directory, delete the tables created by setUp(), and reset the database prefix.
BackdropWebTestCaseCache::tearDown in core/modules/simpletest/backdrop_web_test_case_cache.php
Reset the database prefix and global config.
backdrop_alter in core/includes/module.inc
Passes alterable variables to specific hook_TYPE_alter() implementations.
backdrop_get_complete_schema in core/includes/bootstrap.inc
Gets the whole database schema.
backdrop_get_schema_versions in core/includes/install.inc
Returns an array of available schema versions for a module.
bootstrap_invoke_all in core/includes/bootstrap.inc
Invokes a bootstrap hook in all bootstrap modules that implement it.
field_sync_field_status in core/modules/field/field.module
Refreshes the 'active' and 'storage[active]' properties on fields.
install_begin_request in core/includes/install.core.inc
Begins an installation request, modifying the installation state as needed.
ModuleTestCase::assertModules in core/modules/system/tests/system.test
Assert the list of modules are enabled or disabled.
ModuleUnitTest::assertModuleList in core/modules/simpletest/tests/module.test
Assert that module_list() return the expected values.
ModuleUnitTest::testModuleList in core/modules/simpletest/tests/module.test
The basic functionality of module_list().
module_disable in core/includes/module.inc
Disables a given set of modules.
module_enable in core/includes/module.inc
Enables or installs a given list of modules.
module_exists in core/includes/module.inc
Determines whether a given module exists.
module_hook_info in core/includes/module.inc
Retrieves a list of hooks that are declared through hook_hook_info().
module_implements in core/includes/module.inc
Determines which modules are implementing a hook.
module_load_all in core/includes/module.inc
Loads all the modules that have been enabled in the system table.
module_load_all_includes in core/includes/module.inc
Loads an include file for each module enabled in the {system} table.
system_install in core/modules/system/system.install
Implements hook_install().
system_modules_submit in core/modules/system/system.admin.inc
Submit callback; handles modules form submission.
system_requirements in core/modules/system/system.install
Implements hook_requirements().
update.php in core/update.php
Administrative page for handling updates from one Backdrop version to another.
UpgradePathTestCase::performUpgrade in core/modules/simpletest/tests/upgrade/upgrade.test
Perform the upgrade.
UpgradePathTestCase::setUp in core/modules/simpletest/tests/upgrade/upgrade.test
Overrides BackdropWebTestCase::setUp() for upgrade testing.
UserPermissionLayoutAccess::form in core/modules/layout/plugins/access/user_permission_layout_access.inc
Settings form for configuring this access item.
_backdrop_maintenance_theme in core/includes/theme.maintenance.inc
Sets up the theme system for the maintenance page.
_theme_process_registry in core/includes/theme.inc
Process a single implementation of hook_theme().