Search for install
- Search 7.x for install
- Search 9.5.x for install
- Search 8.9.x for install
- Search 10.3.x for install
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| MinimalInstallerTest::$profile | property | core/ |
The installation profile to install. |
| MinimalInstallerTest::testMinimalConfig | function | core/ |
Ensures that the exported minimal configuration is up to date. |
| Module::getInstallDirectory | function | core/ |
Returns the directory where a module should be installed. |
| Module::isInstalled | function | core/ |
Checks if the project is installed. |
| ModuleExtensionList::getInstalledExtensionNames | function | core/ |
Returns a list of machine names of installed extensions. |
| ModuleHandlerTest::moduleInstaller | function | core/ |
Returns the ModuleInstaller. |
| ModuleHandlerTest::testUninstallContentDependency | function | core/ |
Tests uninstalling a module that has content. |
| ModuleHandlerTest::testUninstallProfileDependency | function | core/ |
Tests uninstalling a module installed by a profile. |
| 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 install. |
| 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. |
| ModuleInstallConfigTestSubscriber.php | file | core/ |
|
| ModuleInstallConfigTestSubscriber::getSubscribedEvents | function | core/ |
|
| ModuleInstallConfigTestSubscriber::onSave | function | core/ |
Reacts to a test simple configuration object being installed. |
| ModuleInstallConfigTestSubscriber::__construct | function | core/ |
|
| ModuleInstaller | class | core/ |
Provides a proxy class for \Drupal\Core\Extension\ModuleInstaller. |
| ModuleInstaller | class | core/ |
Default implementation of the module installer. |
| ModuleInstaller.php | file | core/ |
|
| ModuleInstaller.php | file | core/ |
|
| ModuleInstaller::$connection | property | core/ |
The database connection. |
| 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::$updateRegistry | property | core/ |
The update registry service. |
| ModuleInstaller::addUninstallValidator | function | core/ |
Adds a module uninstall validator. |
| ModuleInstaller::addUninstallValidator | function | core/ |
Adds a module uninstall validator. |
| ModuleInstaller::doInstall | function | core/ |
Installs a set of modules. |
| ModuleInstaller::install | function | core/ |
Installs a given list of modules. |
| ModuleInstaller::install | function | core/ |
Installs a given list of modules. |
| ModuleInstaller::installSchema | function | core/ |
Creates all tables defined in a module's hook_schema(). |
| ModuleInstaller::invoke | function | core/ |
Call a procedural hook in an installed module during installation. |
| ModuleInstaller::lazyLoadItself | function | core/ |
Lazy loads the real service from the container. |
| ModuleInstaller::removeCacheBins | function | core/ |
Helper method for removing all cache bins registered by a given module. |
| ModuleInstaller::uninstall | function | core/ |
Uninstalls a given list of modules. |
| ModuleInstaller::uninstall | function | core/ |
Uninstalls a given list of modules. |
| ModuleInstaller::uninstallSchema | function | core/ |
Removes all tables defined in a module's hook_schema(). |
| ModuleInstaller::updateKernel | function | core/ |
Updates the kernel module list. |
| ModuleInstaller::validateUninstall | function | core/ |
Determines whether a list of modules can be uninstalled. |
| ModuleInstaller::validateUninstall | function | core/ |
Determines whether a list of modules can be uninstalled. |
| ModuleInstaller::__construct | function | core/ |
Constructs a ProxyClass Drupal proxy object. |
| ModuleInstaller::__construct | function | core/ |
Constructs a new ModuleInstaller instance. |
| ModuleInstallerInterface | interface | core/ |
Provides the installation of modules with creating the db schema and more. |
| ModuleInstallerInterface.php | file | core/ |
|
| ModuleInstallerInterface::addUninstallValidator | function | core/ |
Adds a module uninstall validator. |
Pagination
- Previous page
- Page 25
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.