Search for install
- Search 7.x for install
- Search 8.9.x for install
- Search 10.3.x for install
- Search 11.x for install
- Other projects
| Title | Object type | File name | Summary | 
|---|---|---|---|
| $install_state | global | core/ | Store settings and profile information during installation process. | 
| access_test.install | file | core/ | |
| ActionUninstallTest | class | core/ | Tests that uninstalling Actions does not remove other modules' actions. | 
| ActionUninstallTest.php | file | core/ | |
| ActionUninstallTest::$defaultTheme | property | core/ | The theme to install as the default for testing. | 
| ActionUninstallTest::$modules | property | core/ | Modules to install. | 
| ActionUninstallTest::testActionUninstall | function | core/ | Tests Action uninstall. | 
| aggregator.install | file | core/ | Install, update and uninstall functions for the aggregator module. | 
| AlreadyInstalledException | class | core/ | Exception thrown if Drupal is installed already. | 
| AlreadyInstalledException.php | file | core/ | |
| AlreadyInstalledException::__construct | function | core/ | Constructs a new "already installed" exception. | 
| ban.install | file | core/ | Install, update and uninstall functions for the Ban module. | 
| BaseThemeMissingTest::$themeInstaller | property | core/ | The theme installer. | 
| BaseThemeRequiredTest::$themeInstaller | property | core/ | The theme installer. | 
| block.install | file | core/ | Contains install and update functions for Block. | 
| BlockInstallTest | class | core/ | Tests block module's installation. | 
| BlockInstallTest.php | file | core/ | |
| BlockInstallTest::$defaultTheme | property | core/ | The theme to install as the default for testing. | 
| BlockInstallTest::testCacheTagInvalidationUponInstallation | function | core/ | |
| BlockTest::testUninstallTheme | function | core/ | Tests that uninstalling a theme removes its block configuration. | 
| block_content.install | file | core/ | Install, update and uninstall functions for the block_content module. | 
| block_install | function | core/ | Implements hook_install(). | 
| block_modules_installed | function | core/ | Implements hook_modules_installed(). | 
| block_themes_installed | function | core/ | Initializes blocks for installed themes. | 
| book.install | file | core/ | Install, update and uninstall functions for the book module. | 
| book.uninstall_validator | service | core/ | Drupal\book\BookUninstallValidator | 
| BookInstallTest | class | core/ | Test installation of Book module. | 
| BookInstallTest.php | file | core/ | |
| BookInstallTest::$modules | property | core/ | Modules to enable. | 
| BookInstallTest::testBookInstallWithPreexistingContentType | function | core/ | Tests Book install with pre-existing content type. | 
| BookTest::testNavigationBlockOnAccessModuleInstalled | function | core/ | Tests the book navigation block when an access module is installed. | 
| BookUninstallTest | class | core/ | Tests that the Book module cannot be uninstalled if books exist. | 
| BookUninstallTest.php | file | core/ | |
| BookUninstallTest::$modules | property | core/ | Modules to enable. | 
| BookUninstallTest::setUp | function | core/ | |
| BookUninstallTest::testBookUninstall | function | core/ | Tests the book_system_info_alter() method. | 
| BookUninstallValidator | class | core/ | Provides a proxy class for \Drupal\book\BookUninstallValidator. | 
| BookUninstallValidator | class | core/ | Prevents book module from being uninstalled under certain conditions. | 
| BookUninstallValidator.php | file | core/ | |
| BookUninstallValidator.php | file | core/ | |
| BookUninstallValidator::$bookOutlineStorage | property | core/ | The book outline storage. | 
| BookUninstallValidator::$container | property | core/ | The service container. | 
| BookUninstallValidator::$drupalProxyOriginalServiceId | property | core/ | The id of the original proxied service. | 
| BookUninstallValidator::$entityTypeManager | property | core/ | The entity type manager. | 
| BookUninstallValidator::$service | property | core/ | The real proxied service, after it was lazy loaded. | 
| BookUninstallValidator::hasBookNodes | function | core/ | Determines if there is any book nodes or not. | 
| BookUninstallValidator::hasBookOutlines | function | core/ | Checks if there are any books in an outline. | 
| BookUninstallValidator::lazyLoadItself | function | core/ | Lazy loads the real service from the container. | 
| BookUninstallValidator::setStringTranslation | function | core/ | |
| BookUninstallValidator::validate | function | core/ | Determines the reasons a module can not be uninstalled. | 
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
