Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ModuleHandlerTest::testGetModuleList | function | core/ |
Confirm we get back the modules set in the constructor. |
| ModuleHandlerTest::testGetModuleWithExistingModule | function | core/ |
Confirm we get back a module from the module list |
| ModuleHandlerTest::testGetModuleWithNonExistingModule | function | core/ |
@covers ::getModule[[api-linebreak]] |
| ModuleHandlerTest::testImplementsHookModuleEnabled | function | core/ |
Test implementations methods when module is enabled. |
| ModuleHandlerTest::testInvalidGetName | function | core/ |
Tests requesting the name of an invalid module. |
| ModuleHandlerTest::testInvokeAll | function | core/ |
Test invoke all. |
| ModuleHandlerTest::testInvokeModuleEnabled | function | core/ |
Test invoke methods when module is enabled. |
| ModuleHandlerTest::testIsLoaded | function | core/ |
Test isLoaded accessor. |
| ModuleHandlerTest::testLoadAllIncludes | function | core/ |
@covers ::loadAllIncludes[[api-linebreak]] |
| ModuleHandlerTest::testLoadAllModules | function | core/ |
Test loading all modules. |
| ModuleHandlerTest::testLoadInclude | function | core/ |
@covers ::loadInclude[[api-linebreak]] |
| ModuleHandlerTest::testLoadModule | function | core/ |
Test loading a module. |
| ModuleHandlerTest::testModuleExists | function | core/ |
Test module exists returns correct module status. |
| ModuleHandlerTest::testModuleList | function | core/ |
The basic functionality of retrieving enabled modules. |
| ModuleHandlerTest::testModuleMetaData | function | core/ |
Tests whether the correct module metadata is returned. |
| ModuleHandlerTest::testModuleReloading | function | core/ |
Test reload method. |
| ModuleHandlerTest::testModuleStreamWrappers | function | core/ |
Tests whether module-provided stream wrappers are registered properly. |
| ModuleHandlerTest::testProfileAllDependencies | function | core/ |
Tests that a profile can supply only real dependencies |
| ModuleHandlerTest::testResetImplementations | function | core/ |
Test internal implementation cache reset. |
| ModuleHandlerTest::testSetModuleList | function | core/ |
Ensure setting the module list replaces the module list and resets internal structures. |
| ModuleHandlerTest::testThemeMetaData | function | core/ |
Tests whether the correct theme metadata is returned. |
| ModuleHandlerTest::testUninstallContentDependency | function | core/ |
Tests uninstalling a module that has content. |
| ModuleHandlerTest::testUninstallProfileDependency | function | core/ |
Tests uninstalling a module installed by a profile. |
| ModuleHandlerTest::testUninstallProfileDependencyBC | function | core/ |
Tests uninstalling a module that is a "dependency" of a profile. |
| ModuleHandlerTest::testWriteCache | function | core/ |
Test that write cache calls through to cache library correctly. |
| ModuleImplementsAlterTest | class | core/ |
Tests hook_module_implements_alter(). |
| ModuleImplementsAlterTest.php | file | core/ |
|
| ModuleImplementsAlterTest::$modules | property | core/ |
Modules to enable. |
| ModuleImplementsAlterTest::testModuleImplementsAlter | function | core/ |
Tests hook_module_implements_alter() adding an implementation. |
| ModuleImplementsAlterTest::testModuleImplementsAlterNonExistingImplementation | function | core/ |
Tests what happens if hook_module_implements_alter() adds a non-existing function to the implementations. |
| ModuleInstallBatchTest | class | core/ |
Tests batch operations during tests execution. |
| ModuleInstallBatchTest.php | file | core/ |
|
| ModuleInstallBatchTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| ModuleInstallBatchTest::$modules | property | core/ |
Modules to enable. |
| ModuleInstallBatchTest::testLoadingEntitiesCreatedInBatch | function | core/ |
Tests loading entities created in a batch in test_batch_test_install(). |
| ModuleInstaller | class | core/ |
Default implementation of the module installer. |
| ModuleInstaller | class | core/ |
Provides a proxy class for \Drupal\Core\Extension\ModuleInstaller. |
| ModuleInstaller.php | file | core/ |
|
| ModuleInstaller.php | file | core/ |
|
| ModuleInstaller::$container | property | core/ |
The service container. |
| ModuleInstaller::$drupalProxyOriginalServiceId | property | core/ |
The id of the original proxied service. |
| ModuleInstaller::$kernel | property | core/ |
The drupal kernel. |
| ModuleInstaller::$moduleHandler | property | core/ |
The module handler. |
| ModuleInstaller::$root | property | core/ |
The app root. |
| ModuleInstaller::$service | property | core/ |
The real proxied service, after it was lazy loaded. |
| ModuleInstaller::$uninstallValidators | property | core/ |
The uninstall validators. |
| ModuleInstaller::addUninstallValidator | function | core/ |
Adds module a uninstall validator. |
| ModuleInstaller::addUninstallValidator | function | core/ |
Adds module a uninstall validator. |
| ModuleInstaller::install | function | core/ |
Installs a given list of modules. |
| ModuleInstaller::install | function | core/ |
Installs a given list of modules. |
Pagination
- Previous page
- Page 861
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.