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_disable
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
15 calls to module_disable()
BreakpointThemeTest::testThemeBreakpointGroupModule
in drupal/
core/
modules/
breakpoint/
lib/
Drupal/
breakpoint/
Tests/
BreakpointThemeTest.php
Test the breakpoints defined by the custom group in the module.
BundleTest::testBundleRegistrationDynamic
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Bundle/
BundleTest.php
Tests that the DIC keeps up with module enable/disable in the same request.
ClassLoaderTest::testClassLoading
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Module/
ClassLoaderTest.php
Tests that module-provided classes can be loaded when a module is enabled.
CrudTest::_testActiveHelper
in drupal/
core/
modules/
field/
lib/
Drupal/
field/
Tests/
CrudTest.php
Helper function for testActive().
EntityApiInfoTest::testEntityInfoChanges
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Entity/
EntityApiInfoTest.php
Ensures entity info cache is updated after changes.
FieldInfoTest::testInstanceDisabledEntityType
in drupal/
core/
modules/
field/
lib/
Drupal/
field/
Tests/
FieldInfoTest.php
Test that instances on disabled entity types are filtered out.
InfoAlterTest::testSystemInfoAlter
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
System/
InfoAlterTest.php
Tests that theme .info data is rebuild after enabling a module.
LanguageSelectElementTest::testHiddenLanguageSelectElement
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Form/
LanguageSelectElementTest.php
Tests the case when the language select elements should not be printed.
LocaleUninstallTest::testUninstallProcess
in drupal/
core/
modules/
locale/
lib/
Drupal/
locale/
Tests/
LocaleUninstallTest.php
Check if the values of the Locale variables are correct after uninstall.
ModuleApiTest::testDependencyResolution
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Module/
ModuleApiTest.php
Test dependency resolution.
NodeTypeTest::testNodeTypeStatus
in drupal/
core/
modules/
node/
lib/
Drupal/
node/
Tests/
NodeTypeTest.php
Tests that
node_types_rebuild
() correctly handles the 'disabled' flag.
system_modules_submit
in drupal/
core/
modules/
system/
system.admin.inc
Submit callback; handles modules form submission.
ThemeTest::testRegistryRebuild
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Theme/
ThemeTest.php
Ensures the theme registry is rebuilt when modules are disabled/enabled.
UninstallTest::testUserPermsUninstalled
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Module/
UninstallTest.php
Tests the
hook_modules_uninstalled
() of the user module.
VocabularyUnitTest::testUninstallReinstall
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Tests/
VocabularyUnitTest.php
Test uninstall and reinstall of the taxonomy module.