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. Other projects
Title Object type File name Summary
BookUninstallValidator::__construct function core/modules/book/src/BookUninstallValidator.php Constructs a new BookUninstallValidator.
BookUninstallValidator::__construct function core/modules/book/src/ProxyClass/BookUninstallValidator.php Constructs a ProxyClass Drupal proxy object.
BookUninstallValidatorTest class core/modules/book/tests/src/Unit/BookUninstallValidatorTest.php @coversDefaultClass \Drupal\book\BookUninstallValidator
@group book
BookUninstallValidatorTest.php file core/modules/book/tests/src/Unit/BookUninstallValidatorTest.php
BookUninstallValidatorTest::$bookUninstallValidator property core/modules/book/tests/src/Unit/BookUninstallValidatorTest.php
BookUninstallValidatorTest::setUp function core/modules/book/tests/src/Unit/BookUninstallValidatorTest.php
BookUninstallValidatorTest::testValidateEntityQueryWithoutResults function core/modules/book/tests/src/Unit/BookUninstallValidatorTest.php @covers ::validate
BookUninstallValidatorTest::testValidateEntityQueryWithResults function core/modules/book/tests/src/Unit/BookUninstallValidatorTest.php @covers ::validate
BookUninstallValidatorTest::testValidateNotBook function core/modules/book/tests/src/Unit/BookUninstallValidatorTest.php @covers ::validate
BookUninstallValidatorTest::testValidateOutlineStorage function core/modules/book/tests/src/Unit/BookUninstallValidatorTest.php @covers ::validate
book_uninstall function core/modules/book/book.install Implements hook_uninstall().
breakpoint_themes_installed function core/modules/breakpoint/breakpoint.module Implements hook_themes_installed().
breakpoint_themes_uninstalled function core/modules/breakpoint/breakpoint.module Implements hook_themes_uninstalled().
BrowserTestBase::installDrupal function core/tests/Drupal/Tests/BrowserTestBase.php Installs Drupal into the test site.
BrowserTestBaseTest::testInstall function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests the Drupal install done in \Drupal\Tests\BrowserTestBase::setUp().
CKEditorStylesheetsWarningTest::installThemeThatTriggersWarning function core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditorStylesheetsWarningTest.php Installs and enables themes for testing.
ClaroTest::testIsUninstallable function core/tests/Drupal/FunctionalTests/Theme/ClaroTest.php Tests that the Claro theme can be uninstalled.
claro_preprocess_install_page function core/themes/claro/claro.theme Implements hook_preprocess_install_page().
ClassLoaderTest::testClassLoadingNotInstalledModules function core/modules/system/tests/src/Functional/Module/ClassLoaderTest.php Tests that module-provided classes can't be loaded if module not installed.
comment.install file core/modules/comment/comment.install Install, update and uninstall functions for the Comment module.
CommentUninstallTest class core/modules/comment/tests/src/Kernel/CommentUninstallTest.php Tests comment module uninstall.
CommentUninstallTest.php file core/modules/comment/tests/src/Kernel/CommentUninstallTest.php
CommentUninstallTest::$modules property core/modules/comment/tests/src/Kernel/CommentUninstallTest.php Modules to enable.
CommentUninstallTest::setUp function core/modules/comment/tests/src/Kernel/CommentUninstallTest.php
CommentUninstallTest::testCommentUninstallWithField function core/modules/comment/tests/src/Kernel/CommentUninstallTest.php Tests if comment module uninstall fails if the field exists.
CommentUninstallTest::testCommentUninstallWithoutField function core/modules/comment/tests/src/Kernel/CommentUninstallTest.php Tests if uninstallation succeeds if the field has been deleted beforehand.
comment_install function core/modules/comment/comment.install Implements hook_install().
comment_uninstall function core/modules/comment/comment.install Implements hook_uninstall().
ComposerPluginImplementsScaffoldEvents::uninstall function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/composer-plugin-implements-scaffold-events/src/ComposerPluginImplementsScaffoldEvents.php
ConfigAfterInstallerTestBase class core/tests/Drupal/FunctionalTests/Installer/ConfigAfterInstallerTestBase.php Provides a class for install profiles to check their installed config.
ConfigAfterInstallerTestBase.php file core/tests/Drupal/FunctionalTests/Installer/ConfigAfterInstallerTestBase.php
ConfigAfterInstallerTestBase::assertInstalledConfig function core/tests/Drupal/FunctionalTests/Installer/ConfigAfterInstallerTestBase.php Ensures that all the installed config looks like the exported one.
ConfigDependencyTest::providerConfigEntityUninstallComplex function core/tests/Drupal/KernelTests/Core/Config/ConfigDependencyTest.php Data provider for self::testConfigEntityUninstallComplex().
ConfigDependencyTest::testConfigEntityUninstall function core/tests/Drupal/KernelTests/Core/Config/ConfigDependencyTest.php Tests ConfigManager::uninstall() and config entity dependency management.
ConfigDependencyTest::testConfigEntityUninstallComplex function core/tests/Drupal/KernelTests/Core/Config/ConfigDependencyTest.php Tests complex configuration entity dependency handling during uninstall.
ConfigDependencyTest::testConfigEntityUninstallThirdParty function core/tests/Drupal/KernelTests/Core/Config/ConfigDependencyTest.php @covers ::uninstall
@covers ::getConfigEntitiesToChangeOnDependencyRemoval
ConfigEntityBase::$isUninstalling property core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php Whether the config is being deleted by the uninstall process.
ConfigEntityBase::isInstallable function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php Checks whether this entity is installable.
ConfigEntityBase::isUninstalling function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php Returns whether this entity is being changed during the uninstall process.
ConfigEntityBase::setUninstalling function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php
ConfigEntityInterface::isInstallable function core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php Checks whether this entity is installable.
ConfigEntityInterface::isUninstalling function core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php Returns whether this entity is being changed during the uninstall process.
ConfigImportAllTest::testInstallUninstall function core/modules/config/tests/src/Functional/ConfigImportAllTest.php Tests that a fixed set of modules can be installed and uninstalled.
ConfigImporter::$moduleInstaller property core/lib/Drupal/Core/Config/ConfigImporter.php The module installer.
ConfigImporterTest::testInstallBaseAndSubThemes function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests installing a base themes and sub themes during configuration import.
ConfigImporterTest::testInstallProfile function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests install profile validation during configuration import.
ConfigImporterTest::testInstallProfileMisMatch function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests install profile validation during configuration import.
ConfigImporterTest::testIsInstallable function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests the isInstallable method()
ConfigImporterTest::testUninstallThemeIncrementsCount function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests that uninstall a theme in config import correctly imports all config.
ConfigImportInstallProfileTest class core/modules/config/tests/src/Functional/ConfigImportInstallProfileTest.php Tests the importing/exporting configuration based on the install profile.

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