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