Search for module

  1. Search 7.x for module
  2. Search 9.5.x for module
  3. Search 8.9.x for module
  4. Search 10.3.x for module
  5. Search 11.x for module
  6. Other projects
Title Object type File name Summary
ModuleUninstallFilterTest.php file core/modules/system/tests/src/FunctionalJavascript/ModuleUninstallFilterTest.php
ModuleUninstallFilterTest::$defaultTheme property core/modules/system/tests/src/FunctionalJavascript/ModuleUninstallFilterTest.php The theme to install as the default for testing.
ModuleUninstallFilterTest::$modules property core/modules/system/tests/src/FunctionalJavascript/ModuleUninstallFilterTest.php Modules to install.
ModuleUninstallFilterTest::filterVisibleElements function core/modules/system/tests/src/FunctionalJavascript/ModuleUninstallFilterTest.php Removes any non-visible elements from the passed array.
ModuleUninstallFilterTest::setUp function core/modules/system/tests/src/FunctionalJavascript/ModuleUninstallFilterTest.php
ModuleUninstallFilterTest::testModuleUninstallFilter function core/modules/system/tests/src/FunctionalJavascript/ModuleUninstallFilterTest.php Tests that correct module count is returned when list filtered.
ModuleUninstallValidatorException class core/lib/Drupal/Core/Extension/ModuleUninstallValidatorException.php Defines an exception thrown when uninstalling a module that did not validate.
ModuleUninstallValidatorException.php file core/lib/Drupal/Core/Extension/ModuleUninstallValidatorException.php
ModuleUninstallValidatorInterface interface core/lib/Drupal/Core/Extension/ModuleUninstallValidatorInterface.php Common interface for module uninstall validators.
ModuleUninstallValidatorInterface.php file core/lib/Drupal/Core/Extension/ModuleUninstallValidatorInterface.php
ModuleUninstallValidatorInterface::validate function core/lib/Drupal/Core/Extension/ModuleUninstallValidatorInterface.php Determines the reasons a module can not be uninstalled.
ModuleUpdateRequirementsHooks class core/modules/system/tests/modules/module_update_requirements/src/Hook/ModuleUpdateRequirementsHooks.php Hook implementations for module_update_requirements.
ModuleUpdateRequirementsHooks.php file core/modules/system/tests/modules/module_update_requirements/src/Hook/ModuleUpdateRequirementsHooks.php
ModuleUpdateRequirementsHooks::updateRequirements function core/modules/system/tests/modules/module_update_requirements/src/Hook/ModuleUpdateRequirementsHooks.php Implements hook_update_requirements().
ModuleUpdateRequirementsHooks::updateRequirementsAlter function core/modules/system/tests/modules/module_update_requirements/src/Hook/ModuleUpdateRequirementsHooks.php Implements hook_update_requirements_alter().
module_autoload_test.info.yml file core/modules/system/tests/modules/module_autoload_test/module_autoload_test.info.yml core/modules/system/tests/modules/module_autoload_test/module_autoload_test.info.yml
module_autoload_test.module file core/modules/system/tests/modules/module_autoload_test/module_autoload_test.module
module_autoload_test.services.yml file core/modules/system/tests/modules/module_autoload_test/module_autoload_test.services.yml core/modules/system/tests/modules/module_autoload_test/module_autoload_test.services.yml
MODULE_AUTOLOAD_TEST_CONSTANT constant core/modules/system/tests/modules/module_autoload_test/module_autoload_test.module
module_cache_bin.cache_bin service core/modules/system/tests/modules/module_cache_bin/module_cache_bin.services.yml Drupal\Core\Cache\CacheBackendInterface
module_cache_bin.info.yml file core/modules/system/tests/modules/module_cache_bin/module_cache_bin.info.yml core/modules/system/tests/modules/module_cache_bin/module_cache_bin.info.yml
module_cache_bin.services.yml file core/modules/system/tests/modules/module_cache_bin/module_cache_bin.services.yml core/modules/system/tests/modules/module_cache_bin/module_cache_bin.services.yml
module_config_sort function core/includes/module.inc Sorts the configured list of enabled modules.
module_handler service core/core.services.yml Drupal\Core\Extension\ModuleHandler
module_handler_test.info.yml file core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test/module_handler_test.info.yml core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test/module_handler_test.info.yml
module_handler_test.module file core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test/module_handler_test.module
module_handler_test_added.info.yml file core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_added/module_handler_test_added.info.yml core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_added/module_handler_test_added.info.yml
module_handler_test_added.module file core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_added/module_handler_test_added.module
module_handler_test_added_helper function core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_added/module_handler_test_added.module Test function.
module_handler_test_all1.info.yml file core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_all1/module_handler_test_all1.info.yml core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_all1/module_handler_test_all1.info.yml
module_handler_test_all1.module file core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_all1/module_handler_test_all1.module
module_handler_test_all1_hook function core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_all1/module_handler_test_all1.module Returns an array to test nested merge in invoke all.
module_handler_test_all2.info.yml file core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_all2/module_handler_test_all2.info.yml core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_all2/module_handler_test_all2.info.yml
module_handler_test_all2.module file core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_all2/module_handler_test_all2.module
module_handler_test_all2_hook function core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_all2/module_handler_test_all2.module Test function.
module_handler_test_all2_order1 function core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_all2/module_handler_test_all2.module Hook implementation, without hook implements doxygen to avoid conversion.
module_handler_test_all2_order2 function core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_all2/module_handler_test_all2.module Hook implementation, without hook implements doxygen to avoid conversion.
module_handler_test_hook function core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test/module_handler_test.module
module_handler_test_hook_include function core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test/hook_include.inc Test hook.
module_handler_test_multiple.info.yml file core/modules/system/tests/modules/module_handler_test_multiple/module_handler_test_multiple.info.yml core/modules/system/tests/modules/module_handler_test_multiple/module_handler_test_multiple.info.yml
module_handler_test_multiple.install file core/modules/system/tests/modules/module_handler_test_multiple/module_handler_test_multiple.install
module_handler_test_multiple_child.info.yml file core/modules/system/tests/modules/module_handler_test_multiple/module_handler_test_multiple_child/module_handler_test_multiple_child.info.yml core/modules/system/tests/modules/module_handler_test_multiple/module_handler_test_multiple_child/module_handler_test_multiple_child.info.yml
module_handler_test_multiple_child.install file core/modules/system/tests/modules/module_handler_test_multiple/module_handler_test_multiple_child/module_handler_test_multiple_child.install
module_handler_test_multiple_child_install function core/modules/system/tests/modules/module_handler_test_multiple/module_handler_test_multiple_child/module_handler_test_multiple_child.install Implements hook_install().
module_handler_test_multiple_install function core/modules/system/tests/modules/module_handler_test_multiple/module_handler_test_multiple.install Implements hook_install().
module_handler_test_no_hook.info.yml file core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_no_hook/module_handler_test_no_hook.info.yml core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_no_hook/module_handler_test_no_hook.info.yml
module_implements_alter_test.info.yml file core/modules/system/tests/modules/module_implements_alter_test/module_implements_alter_test.info.yml core/modules/system/tests/modules/module_implements_alter_test/module_implements_alter_test.info.yml
module_implements_alter_test.module file core/modules/system/tests/modules/module_implements_alter_test/module_implements_alter_test.module
module_implements_alter_test_altered_test_hook function core/modules/system/tests/modules/module_implements_alter_test/module_implements_alter_test.module Implements hook_altered_test_hook().
module_implements_alter_test_legacy.info.yml file core/tests/Drupal/Tests/Core/Extension/modules/module_implements_alter_test_legacy/module_implements_alter_test_legacy.info.yml core/tests/Drupal/Tests/Core/Extension/modules/module_implements_alter_test_legacy/module_implements_alter_test_legacy.info.yml

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.