Search for load

  1. Search 7.x for load
  2. Search 9.5.x for load
  3. Search 8.9.x for load
  4. Search 10.3.x for load
  5. Other projects
Title Object type File name Summary
MissingClassDetectionClassLoader::$missingClass property core/lib/Drupal/Component/Discovery/MissingClassDetectionClassLoader.php Flag indicating whether there was an attempt to load a missing class.
MissingClassDetectionClassLoader::$missingTraits property core/lib/Drupal/Component/Discovery/MissingClassDetectionClassLoader.php An array of detected missing traits.
MissingClassDetectionClassLoader::getMissingTraits function core/lib/Drupal/Component/Discovery/MissingClassDetectionClassLoader.php Returns all recorded missing traits since the last reset.
MissingClassDetectionClassLoader::hasMissingClass function core/lib/Drupal/Component/Discovery/MissingClassDetectionClassLoader.php Returns whether there was an attempt to load a missing class.
MissingClassDetectionClassLoader::loadClass function core/lib/Drupal/Component/Discovery/MissingClassDetectionClassLoader.php Records missing classes and aliases missing traits.
MissingClassDetectionClassLoader::reset function core/lib/Drupal/Component/Discovery/MissingClassDetectionClassLoader.php Resets class variables.
MockRouteProvider::preLoadRoutes function core/modules/system/src/Tests/Routing/MockRouteProvider.php
ModeratedNodeListBuilder::load function core/modules/content_moderation/src/ModeratedNodeListBuilder.php Loads entities of this type from storage for listing.
ModerationLocaleTest::loadTranslation function core/modules/content_moderation/tests/src/Functional/ModerationLocaleTest.php Loads the node translation for the specified language.
ModerationStateFieldItemList::loadContentModerationStateRevision function core/modules/content_moderation/src/Plugin/Field/ModerationStateFieldItemList.php Load the content moderation state revision associated with an entity.
ModuleHandler::$loaded property core/lib/Drupal/Core/Extension/ModuleHandler.php Boolean indicating whether modules have been loaded.
ModuleHandler::$loadedFiles property core/lib/Drupal/Core/Extension/ModuleHandler.php List of loaded files.
ModuleHandler::isLoaded function core/lib/Drupal/Core/Extension/ModuleHandler.php Returns whether all modules have been loaded.
ModuleHandler::load function core/lib/Drupal/Core/Extension/ModuleHandler.php Includes a module's .module file.
ModuleHandler::loadAll function core/lib/Drupal/Core/Extension/ModuleHandler.php Loads all enabled modules.
ModuleHandler::loadAllIncludes function core/lib/Drupal/Core/Extension/ModuleHandler.php Loads an include file for each enabled module.
ModuleHandler::loadInclude function core/lib/Drupal/Core/Extension/ModuleHandler.php Loads a module include file.
ModuleHandler::reload function core/lib/Drupal/Core/Extension/ModuleHandler.php Reloads all enabled modules.
ModuleHandlerInterface::isLoaded function core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php Returns whether all modules have been loaded.
ModuleHandlerInterface::load function core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php Includes a module's .module file.
ModuleHandlerInterface::loadAll function core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php Loads all enabled modules.
ModuleHandlerInterface::loadAllIncludes function core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php Loads an include file for each enabled module.
ModuleHandlerInterface::loadInclude function core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php Loads a module include file.
ModuleHandlerInterface::reload function core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php Reloads all enabled modules.
ModuleHandlerTest::testIsLoaded function core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php Tests isLoaded accessor.
ModuleHandlerTest::testLoadAllIncludes function core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php @covers ::loadAllIncludes[[api-linebreak]]
ModuleHandlerTest::testLoadAllModules function core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php Tests loading all modules.
ModuleHandlerTest::testLoadInclude function core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php Tests loadInclude().
ModuleHandlerTest::testLoadModule function core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php Tests loading a module.
ModuleHandlerTest::testModuleReloading function core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php Tests reload method.
ModuleInstallBatchTest::testLoadingEntitiesCreatedInBatch function core/tests/Drupal/FunctionalTests/Core/Test/ModuleInstallBatchTest.php Tests loading entities created in a batch in test_batch_test_install().
ModuleInstaller::lazyLoadItself function core/lib/Drupal/Core/ProxyClass/Extension/ModuleInstaller.php Lazy loads the real service from the container.
ModuleLegacyTest::testModuleLoadInclude function core/tests/Drupal/KernelTests/Core/Extension/ModuleLegacyTest.php Test deprecation of module_load_include() function.
ModuleRequiredByThemesUninstallValidator::lazyLoadItself function core/lib/Drupal/Core/ProxyClass/Extension/ModuleRequiredByThemesUninstallValidator.php Lazy loads the real service from the container.
ModuleTest::testLoadFunctions function core/modules/views/tests/src/Kernel/ModuleTest.php Tests the load wrapper/helper functions.
ModuleTestController::hookDynamicLoadingInvoke function core/modules/system/tests/modules/module_test/src/Controller/ModuleTestController.php Returns dynamically invoked hook results for the 'module_test' module.
ModuleTestController::hookDynamicLoadingInvokeAll function core/modules/system/tests/modules/module_test/src/Controller/ModuleTestController.php Returns dynamically invoked hook results for all modules.
ModuleTestController::testClassLoading function core/modules/system/tests/modules/module_test/src/Controller/ModuleTestController.php Returns the result of an autoloaded class's public method.
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_install_class_loader_test1.event_subscriber service core/modules/system/tests/modules/module_install_class_loader_test1/module_install_class_loader_test1.services.yml Drupal\module_install_class_loader_test1\EventSubscriber
module_install_class_loader_test1.event_subscriber service core/modules/system/tests/modules/module_install_class_loader_test2/module_install_class_loader_test2.services.yml Drupal\module_install_class_loader_test2\EventSubscriber
module_install_class_loader_test1.info.yml file core/modules/system/tests/modules/module_install_class_loader_test1/module_install_class_loader_test1.info.yml core/modules/system/tests/modules/module_install_class_loader_test1/module_install_class_loader_test1.info.yml
module_install_class_loader_test1.services.yml file core/modules/system/tests/modules/module_install_class_loader_test1/module_install_class_loader_test1.services.yml core/modules/system/tests/modules/module_install_class_loader_test1/module_install_class_loader_test1.services.yml
module_install_class_loader_test2.info.yml file core/modules/system/tests/modules/module_install_class_loader_test2/module_install_class_loader_test2.info.yml core/modules/system/tests/modules/module_install_class_loader_test2/module_install_class_loader_test2.info.yml
module_install_class_loader_test2.services.yml file core/modules/system/tests/modules/module_install_class_loader_test2/module_install_class_loader_test2.services.yml core/modules/system/tests/modules/module_install_class_loader_test2/module_install_class_loader_test2.services.yml
module_test_load function core/modules/system/tests/modules/module_test/module_test.module Load function used by module_test_hook_dynamic_loading_invoke_all_during_load().
MTimeProtectedFileStorage::load function core/lib/Drupal/Component/PhpStorage/MTimeProtectedFileStorage.php Loads PHP code from storage.

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