Search for install

  1. Search 7.x for install
  2. Search 8.9.x for install
  3. Search 10.3.x for install
  4. Search 11.x for install
  5. Other projects
Title Object type File name Summary
BookUninstallValidator::validate function core/modules/book/src/BookUninstallValidator.php Determines the reasons a module can not be uninstalled.
BookUninstallValidator::__construct function core/modules/book/src/ProxyClass/BookUninstallValidator.php Constructs a ProxyClass Drupal proxy object.
BookUninstallValidator::__construct function core/modules/book/src/BookUninstallValidator.php Constructs a new BookUninstallValidator.
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 Simpletest 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.
ClassyUninstallUpdateTest class core/modules/system/tests/src/Functional/Update/ClassyUninstallUpdateTest.php Ensures that update hook uninstalls Classy when it's no longer needed.
ClassyUninstallUpdateTest.php file core/modules/system/tests/src/Functional/Update/ClassyUninstallUpdateTest.php
ClassyUninstallUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/ClassyUninstallUpdateTest.php Set database dump files to be used.
ClassyUninstallUpdateTest::testUpdate function core/modules/system/tests/src/Functional/Update/ClassyUninstallUpdateTest.php Ensures that Classy is disabled if it's no longer needed.
ClassyUninstallUpdateTest::testUpdateClassyNeeded function core/modules/system/tests/src/Functional/Update/ClassyUninstallUpdateTest.php Ensures that updates run without errors when Classy is still needed.
ClassyUninstallUpdateTest::testUpdateClassyNotInstalled function core/modules/system/tests/src/Functional/Update/ClassyUninstallUpdateTest.php Ensures that updates run without errors when Classy is not installed.
color.install file core/modules/color/color.install Install, update and uninstall functions for the color module.
comment.install file core/modules/comment/comment.install Install, update and uninstall functions for the Comment module.
CommentFieldsTest::testCommentInstallAfterContentModule function core/modules/comment/tests/src/Functional/CommentFieldsTest.php Tests that comment module works when installed after a content 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().
config.installer service core/core.services.yml Drupal\Core\Config\ConfigInstaller
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.

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