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
ForumUninstallValidator::$configFactory property core/modules/forum/src/ForumUninstallValidator.php The config factory.
ForumUninstallValidator::$container property core/modules/forum/src/ProxyClass/ForumUninstallValidator.php The service container.
ForumUninstallValidator::$drupalProxyOriginalServiceId property core/modules/forum/src/ProxyClass/ForumUninstallValidator.php The id of the original proxied service.
ForumUninstallValidator::$entityTypeManager property core/modules/forum/src/ForumUninstallValidator.php The entity type manager.
ForumUninstallValidator::$service property core/modules/forum/src/ProxyClass/ForumUninstallValidator.php The real proxied service, after it was lazy loaded.
ForumUninstallValidator::getForumVocabulary function core/modules/forum/src/ForumUninstallValidator.php Returns the vocabulary configured for forums.
ForumUninstallValidator::hasForumNodes function core/modules/forum/src/ForumUninstallValidator.php Determines if there are any forum nodes or not.
ForumUninstallValidator::hasTermsForVocabulary function core/modules/forum/src/ForumUninstallValidator.php Determines if there are any taxonomy terms for a specified vocabulary.
ForumUninstallValidator::lazyLoadItself function core/modules/forum/src/ProxyClass/ForumUninstallValidator.php Lazy loads the real service from the container.
ForumUninstallValidator::setStringTranslation function core/modules/forum/src/ProxyClass/ForumUninstallValidator.php
ForumUninstallValidator::validate function core/modules/forum/src/ProxyClass/ForumUninstallValidator.php Determines the reasons a module can not be uninstalled.
ForumUninstallValidator::validate function core/modules/forum/src/ForumUninstallValidator.php Determines the reasons a module can not be uninstalled.
ForumUninstallValidator::__construct function core/modules/forum/src/ProxyClass/ForumUninstallValidator.php Constructs a ProxyClass Drupal proxy object.
ForumUninstallValidator::__construct function core/modules/forum/src/ForumUninstallValidator.php Constructs a new ForumUninstallValidator.
ForumUninstallValidatorTest class core/modules/forum/tests/src/Unit/ForumUninstallValidatorTest.php @coversDefaultClass \Drupal\forum\ForumUninstallValidator
@group forum
@group legacy
ForumUninstallValidatorTest.php file core/modules/forum/tests/src/Unit/ForumUninstallValidatorTest.php
ForumUninstallValidatorTest::$forumUninstallValidator property core/modules/forum/tests/src/Unit/ForumUninstallValidatorTest.php
ForumUninstallValidatorTest::setUp function core/modules/forum/tests/src/Unit/ForumUninstallValidatorTest.php
ForumUninstallValidatorTest::testValidate function core/modules/forum/tests/src/Unit/ForumUninstallValidatorTest.php @covers ::validate
ForumUninstallValidatorTest::testValidateHasForumNodes function core/modules/forum/tests/src/Unit/ForumUninstallValidatorTest.php @covers ::validate
ForumUninstallValidatorTest::testValidateHasTermsForVocabularyAccess function core/modules/forum/tests/src/Unit/ForumUninstallValidatorTest.php @covers ::validate
ForumUninstallValidatorTest::testValidateHasTermsForVocabularyNoAccess function core/modules/forum/tests/src/Unit/ForumUninstallValidatorTest.php @covers ::validate
ForumUninstallValidatorTest::testValidateHasTermsForVocabularyWithNodesAccess function core/modules/forum/tests/src/Unit/ForumUninstallValidatorTest.php @covers ::validate
ForumUninstallValidatorTest::testValidateHasTermsForVocabularyWithNodesNoAccess function core/modules/forum/tests/src/Unit/ForumUninstallValidatorTest.php @covers ::validate
ForumUninstallValidatorTest::testValidateNotForum function core/modules/forum/tests/src/Unit/ForumUninstallValidatorTest.php @covers ::validate
forum_install function core/modules/forum/forum.install Implements hook_install().
forum_uninstall function core/modules/forum/forum.install Implements hook_uninstall().
FunctionalTestSetupTrait::doInstall function core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php Execute the non-interactive installer.
FunctionalTestSetupTrait::installDefaultThemeFromClassProperty function core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php Installs the default theme defined by `static::$defaultTheme` when needed.
FunctionalTestSetupTrait::installModulesFromClassProperty function core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php Install modules defined by `static::$modules`.
FunctionalTestSetupTrait::installParameters function core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php Returns the parameters that will be used when the test installs Drupal.
GenerateThemeTest::testContribStarterkitDevSnapshotWithGitNotInstalled function core/tests/Drupal/Tests/Core/Command/GenerateThemeTest.php Tests the generate-theme command on a theme with a dev version without git.
GenerateThemeTest::testContribStarterkitDevSnapshotWithGitNotInstalled function core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php Tests the generate-theme command on a theme with a dev version without git.
GenericModuleTestBase::preUnInstallSteps function core/modules/system/tests/src/Functional/Module/GenericModuleTestBase.php Helper to perform any steps required prior to uninstalling a module.
GenericTest::preUninstallSteps function core/modules/forum/tests/src/Functional/GenericTest.php
GenericTest::preUninstallSteps function core/modules/workspaces/tests/src/Functional/GenericTest.php
GenericTest::preUninstallSteps function core/modules/filter/tests/src/Functional/GenericTest.php
help.install file core/modules/help/help.install Install and uninstall functions for help module.
HelpHooks::modulesInstalled function core/modules/help/src/Hook/HelpHooks.php Implements hook_modules_installed().
HelpHooks::modulesUninstalled function core/modules/help/src/Hook/HelpHooks.php Implements hook_modules_uninstalled().
HelpHooks::themesInstalled function core/modules/help/src/Hook/HelpHooks.php Implements hook_themes_installed().
HelpHooks::themesUninstalled function core/modules/help/src/Hook/HelpHooks.php Implements hook_themes_uninstalled().
HelpTopicSearchTest::testUninstall function core/modules/help/tests/src/Functional/HelpTopicSearchTest.php Tests uninstalling the help_topics module.
HelpTopicSearchTest::testUninstallSearch function core/modules/help/tests/src/Functional/HelpTopicSearchTest.php Tests uninstalling the search module.
HelpTopicsUninstall class core/modules/help/tests/src/Functional/Update/HelpTopicsUninstall.php Tests merging help topics module when the module is enabled.
HelpTopicsUninstall.php file core/modules/help/tests/src/Functional/Update/HelpTopicsUninstall.php
HelpTopicsUninstall::$defaultTheme property core/modules/help/tests/src/Functional/Update/HelpTopicsUninstall.php The theme to install as the default for testing.
HelpTopicsUninstall::setDatabaseDumpFiles function core/modules/help/tests/src/Functional/Update/HelpTopicsUninstall.php Set database dump files to be used.
HelpTopicsUninstall::testHelpTopicsMerge function core/modules/help/tests/src/Functional/Update/HelpTopicsUninstall.php Tests upgrading help module for help topics.
HelpTopicTranslatedTestBase::installParameters function core/modules/help/tests/src/Functional/HelpTopicTranslatedTestBase.php Returns the parameters that will be used when the test installs Drupal.

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