Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 9.x
»
module.inc
»
module_load_all
Search Drupal 9.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 9.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
Deprecated
11 calls to module_load_all()
DrupalUnitTestBase::enableModules
in drupal/
core/
modules/
simpletest/
lib/
Drupal/
simpletest/
DrupalUnitTestBase.php
Enables modules for this test.
drupal_flush_all_caches
in drupal/
core/
includes/
common.inc
Flushes all persistent caches, resets all variables, and rebuilds all data structures.
module_hook_info
in drupal/
core/
includes/
module.inc
Retrieves a list of hooks that are declared through
hook_hook_info
().
TestBase::tearDown
in drupal/
core/
modules/
simpletest/
lib/
Drupal/
simpletest/
TestBase.php
Deletes created files, database tables, and reverts all environment changes.
theme
in drupal/
core/
includes/
theme.inc
Generates themed output.
ThemeRegistry::__construct
in drupal/
core/
lib/
Drupal/
Core/
Utility/
ThemeRegistry.php
Constructs a ThemeRegistry object.
UpgradePathTestBase::performUpgrade
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Upgrade/
UpgradePathTestBase.php
Perform the upgrade.
_drupal_bootstrap_code
in drupal/
core/
includes/
common.inc
Loads code for subsystems and modules, and registers stream wrappers.
_drupal_bootstrap_variables
in drupal/
core/
includes/
bootstrap.inc
Loads system variables and all enabled bootstrap modules.
_theme_build_registry
in drupal/
core/
includes/
theme.inc
Build the theme registry cache.
_theme_load_registry
in drupal/
core/
includes/
theme.inc
Get the theme_registry cache; if it doesn't exist, build it.