Search for install

  1. Search 7.x for install
  2. Search 9.5.x for install
  3. Search 8.9.x for install
  4. Search 10.3.x for install
  5. Search 11.x for install
  6. Other projects
Title Object type File name Summary
ThemeInstallerTest class core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php Tests installing and uninstalling of themes.
ThemeInstallerTest.php file core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php
ThemeInstallerTest::$modules property core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php Modules to install.
ThemeInstallerTest::extensionConfig function core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php Returns the system.theme config object.
ThemeInstallerTest::extensionListTheme function core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php Returns the ThemeExtensionList.
ThemeInstallerTest::moduleHandler function core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php Returns the ModuleHandler.
ThemeInstallerTest::moduleInstaller function core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php Returns the ModuleInstaller.
ThemeInstallerTest::providerTestInstallThemeWithUnmetModuleDependencies function core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php Data provider for testInstallThemeWithUnmetModuleDependencies().
ThemeInstallerTest::register function core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php Registers test-specific services.
ThemeInstallerTest::setUp function core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php
ThemeInstallerTest::testEmpty function core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php Verifies that no themes are installed by default.
ThemeInstallerTest::testInstall function core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php Tests installing a theme.
ThemeInstallerTest::testInstallDeprecated function core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php Tests trying to install a deprecated theme.
ThemeInstallerTest::testInstallNameTooLong function core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php Tests installing a theme with a too long name.
ThemeInstallerTest::testInstallNonExisting function core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php Tests installing a non-existing theme.
ThemeInstallerTest::testInstallSubTheme function core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php Tests installing a sub-theme.
ThemeInstallerTest::testInstallThemeSameNameAsModule function core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php Tests installing a theme with the same name as an enabled module.
ThemeInstallerTest::testInstallThemeWithMetModuleDependencies function core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php Tests installing a theme with module dependencies that are met.
ThemeInstallerTest::testInstallThemeWithUnmetModuleDependencies function core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php Tests installing a theme with unmet module dependencies.
ThemeInstallerTest::testThemeInfoAlter function core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php Tests that theme info can be altered by a module.
ThemeInstallerTest::testUninstall function core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php Tests uninstalling a theme.
ThemeInstallerTest::testUninstallAdmin function core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php Tests uninstalling the admin theme.
ThemeInstallerTest::testUninstallBaseBeforeSubTheme function core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php Tests uninstalling a base theme before its sub-theme.
ThemeInstallerTest::testUninstallDefault function core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php Tests uninstalling the default theme.
ThemeInstallerTest::testUninstallNonExisting function core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php Tests uninstalling a non-existing theme.
ThemeInstallerTest::testUninstallNotInstalled function core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php Tests uninstalling a theme that is not installed.
ThemeInstallerTest::testUninstallSubTheme function core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php Tests uninstalling a sub-theme.
ThemeInstallerTest::themeHandler function core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php Returns the theme handler service.
ThemeInstallerTest::themeInstaller function core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php Returns the theme installer service.
ThemePreprocess::preprocessInstallPage function core/lib/Drupal/Core/Theme/ThemePreprocess.php Prepares variables for install page templates.
ThemeTest::testInstallAndSetAsDefault function core/modules/system/tests/src/Functional/System/ThemeTest.php Tests installing a theme and setting it as default.
ThemeTest::testUninstallingThemes function core/modules/system/tests/src/Functional/System/ThemeTest.php Tests uninstalling of themes works.
ThemeUiTest::assertUninstallableTheme function core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php Checks related to uninstallable themes due to module dependencies.
ThemeUiTest::providerTestThemeInstallWithModuleDependencies function core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php Data provider for testThemeInstallWithModuleDependencies().
ThemeUiTest::testInstalledIncompatibleTheme function core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php Tests that incompatible themes message is shown.
ThemeUiTest::testInstallModuleWithIncompatibleDependencies function core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php Tests installing a theme with incompatible module dependencies.
ThemeUiTest::testInstallModuleWithMissingDependencies function core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php Tests installing a theme with missing module dependencies.
ThemeUiTest::testThemeInstallWithModuleDependencies function core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php Tests installing a theme with module dependencies.
ThemeUiTest::uninstallModules function core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php Uninstalls modules via the admin UI.
ThemeUiTest::uninstallTheme function core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php Uninstalls a theme via the admin UI.
theme_installer service core/core.services.yml Drupal\Core\Extension\ThemeInstaller
ThirdPartyUninstallTest class core/modules/views/tests/src/Kernel/ThirdPartyUninstallTest.php Tests proper removal of third-party settings from views.
ThirdPartyUninstallTest.php file core/modules/views/tests/src/Kernel/ThirdPartyUninstallTest.php
ThirdPartyUninstallTest::$modules property core/modules/views/tests/src/Kernel/ThirdPartyUninstallTest.php Modules to install.
ThirdPartyUninstallTest::$testViews property core/modules/views/tests/src/Kernel/ThirdPartyUninstallTest.php Views used by this test.
ThirdPartyUninstallTest::setUp function core/modules/views/tests/src/Kernel/ThirdPartyUninstallTest.php
ThirdPartyUninstallTest::testThirdPartyUninstall function core/modules/views/tests/src/Kernel/ThirdPartyUninstallTest.php Tests removing third-party settings when a provider module is uninstalled.
ToolbarCacheContextsTest::installExtraModules function core/modules/toolbar/tests/src/Functional/ToolbarCacheContextsTest.php Installs a given list of modules and rebuilds the cache.
ToolbarClaroOverridesTest::$themeInstaller property core/modules/system/tests/src/Functional/Theme/ToolbarClaroOverridesTest.php The theme installer used in this test for enabling themes.
TwigTransTest::installLanguages function core/modules/system/tests/src/Functional/Theme/TwigTransTest.php Helper function: install languages.

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