Search for module
- Search 7.x for module
- Search 9.5.x for module
- Search 8.9.x for module
- Search 10.3.x for module
- Search 11.x for module
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ModuleHandlerTest::assertModuleList | function | core/ |
Assert that the extension handler returns the expected values. |
| ModuleHandlerTest::getModuleHandler | function | core/ |
Get a module handler object to test. |
| ModuleHandlerTest::moduleHandler | function | core/ |
Returns the ModuleHandler. |
| ModuleHandlerTest::moduleInstaller | function | core/ |
Returns the ModuleInstaller. |
| ModuleHandlerTest::testDependencyResolution | function | core/ |
Tests dependency resolution. |
| ModuleHandlerTest::testGetModuleDirectories | function | core/ |
Tests get module directories. |
| 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/ |
Tests get module with non existing module. |
| ModuleHandlerTest::testHasImplementations | function | core/ |
Tests hasImplementations. |
| ModuleHandlerTest::testInvokeAll | function | core/ |
Tests invoke all. |
| ModuleHandlerTest::testInvokeModuleEnabled | function | core/ |
Tests invoke methods when module is enabled. |
| ModuleHandlerTest::testIsLoaded | function | core/ |
Tests isLoaded accessor. |
| ModuleHandlerTest::testLoadAllIncludes | function | core/ |
Tests load all includes. |
| ModuleHandlerTest::testLoadAllModules | function | core/ |
Tests loading all modules. |
| ModuleHandlerTest::testLoadInclude | function | core/ |
Tests loadInclude(). |
| ModuleHandlerTest::testLoadModule | function | core/ |
Tests loading a module. |
| ModuleHandlerTest::testModuleExists | function | core/ |
Tests 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/ |
Tests reload method. |
| ModuleHandlerTest::testModuleStreamWrappers | function | core/ |
Tests whether module-provided stream wrappers are registered properly. |
| ModuleHandlerTest::testOopPreprocess | function | core/ |
Tests Oop preprocess functions. |
| ModuleHandlerTest::testProceduralPreprocess | function | core/ |
Tests procedural preprocess functions. |
| ModuleHandlerTest::testProfileAllDependencies | function | core/ |
Tests that a profile can supply only real dependencies. |
| ModuleHandlerTest::testResetImplementationsClearsHooks | function | core/ |
Tests that resetImplementations() clears the hook memory cache. |
| 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. |
| ModuleHandlerTestAll1Hooks | class | core/ |
Hook implementations for module_handler_test_all1. |
| ModuleHandlerTestAll1Hooks.php | file | core/ |
|
| ModuleHandlerTestAll1Hooks::order | function | core/ |
#[Hook('order1')] #[Hook('order2')] |
| ModuleImplementsAlter | class | core/ |
Contains a replaceable callback for hook_module_implements_alter(). |
| ModuleImplementsAlter.php | file | core/ |
|
| ModuleImplementsAlter::$callback | property | core/ |
Callback for hook_module_implements_alter(). |
| ModuleImplementsAlter::call | function | core/ |
Invokes the registered callback. |
| ModuleImplementsAlter::set | function | core/ |
Sets a callback for hook_module_implements_alter(). |
| ModuleImplementsAlterTest | class | core/ |
Tests hook_module_implements_alter(). |
| ModuleImplementsAlterTest.php | file | core/ |
|
| ModuleImplementsAlterTest::testModuleImplementsAlter | function | core/ |
Tests hook_module_implements_alter() adding an implementation. |
| ModuleInfoTest | class | core/ |
Tests that core module info files have the expected keys. |
| ModuleInfoTest.php | file | core/ |
|
| ModuleInfoTest::testModuleInfo | function | core/ |
Tests that core module info files have the expected keys. |
| ModuleInstallBatchTest | class | core/ |
Tests batch operations during tests execution. |
| ModuleInstallBatchTest.php | file | core/ |
|
| ModuleInstallBatchTest::$defaultTheme | property | core/ |
|
| ModuleInstallBatchTest::$modules | property | core/ |
|
| ModuleInstallBatchTest::testLoadingEntitiesCreatedInBatch | function | core/ |
Tests loading entities created in a batch in test_batch_test_install(). |
| ModuleInstallConfigTestSubscriber | class | core/ |
Test subscriber for configuration CRUD event. |
Pagination
- Previous page
- Page 44
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.