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
FieldStorageDefinitionListener::$entityLastInstalledSchemaRepository property core/lib/Drupal/Core/Field/FieldStorageDefinitionListener.php The entity definition manager.
FieldUninstallValidator class core/modules/field/src/FieldUninstallValidator.php Prevents uninstallation of modules providing active field storage.
FieldUninstallValidator.php file core/modules/field/src/FieldUninstallValidator.php
FieldUninstallValidator::$fieldStorageConfigStorage property core/modules/field/src/FieldUninstallValidator.php The field storage config storage.
FieldUninstallValidator::$fieldTypeManager property core/modules/field/src/FieldUninstallValidator.php The field type plugin manager.
FieldUninstallValidator::getFieldStoragesByModule function core/modules/field/src/FieldUninstallValidator.php Returns all field storages for a specified module.
FieldUninstallValidator::getFieldTypeLabel function core/modules/field/src/FieldUninstallValidator.php Returns the label for a specified field type.
FieldUninstallValidator::validate function core/modules/field/src/FieldUninstallValidator.php Determines the reasons a module can not be uninstalled.
FieldUninstallValidator::validateConfigImport function core/modules/field/src/FieldUninstallValidator.php Determines reasons a module can not be uninstalled prior to config import.
FieldUninstallValidator::__construct function core/modules/field/src/FieldUninstallValidator.php Constructs a new FieldUninstallValidator.
FieldUninstallValidatorTest class core/modules/field/tests/src/Unit/FieldUninstallValidatorTest.php Tests Drupal\field\FieldUninstallValidator.
FieldUninstallValidatorTest.php file core/modules/field/tests/src/Unit/FieldUninstallValidatorTest.php
FieldUninstallValidatorTest::$fieldTypePluginManager property core/modules/field/tests/src/Unit/FieldUninstallValidatorTest.php The mock field type plugin manager.
FieldUninstallValidatorTest::$fieldUninstallValidator property core/modules/field/tests/src/Unit/FieldUninstallValidatorTest.php The mock field uninstall validator.
FieldUninstallValidatorTest::setUp function core/modules/field/tests/src/Unit/FieldUninstallValidatorTest.php
FieldUninstallValidatorTest::testValidateDeleted function core/modules/field/tests/src/Unit/FieldUninstallValidatorTest.php Tests validate deleted.
FieldUninstallValidatorTest::testValidateNoDeleted function core/modules/field/tests/src/Unit/FieldUninstallValidatorTest.php Tests validate no deleted.
FieldUninstallValidatorTest::testValidateNoStorages function core/modules/field/tests/src/Unit/FieldUninstallValidatorTest.php Tests validate no storages.
file.install file core/modules/file/file.install Install, update and uninstall functions for File module.
filter.uninstall_validator service core/modules/filter/filter.services.yml Drupal\filter\FilterUninstallValidator
FilterDefaultConfigTest::testInstallation function core/modules/filter/tests/src/Kernel/FilterDefaultConfigTest.php Tests installation of default formats.
FilterUninstallValidator class core/modules/filter/src/FilterUninstallValidator.php Prevents uninstallation of modules providing used filter plugins.
FilterUninstallValidator.php file core/modules/filter/src/FilterUninstallValidator.php
FilterUninstallValidator::$filterManager property core/modules/filter/src/FilterUninstallValidator.php The filter plugin manager.
FilterUninstallValidator::$filterStorage property core/modules/filter/src/FilterUninstallValidator.php The filter entity storage.
FilterUninstallValidator::getEnabledFilterFormats function core/modules/filter/src/FilterUninstallValidator.php Returns all enabled filter formats.
FilterUninstallValidator::getFilterDefinitionsByProvider function core/modules/filter/src/FilterUninstallValidator.php Returns all filter definitions that are provided by the specified provider.
FilterUninstallValidator::validate function core/modules/filter/src/FilterUninstallValidator.php Determines the reasons a module can not be uninstalled.
FilterUninstallValidator::__construct function core/modules/filter/src/FilterUninstallValidator.php Constructs a new FilterUninstallValidator.
FilterUninstallValidatorTest class core/modules/filter/tests/src/Unit/FilterUninstallValidatorTest.php Tests Drupal\filter\FilterUninstallValidator.
FilterUninstallValidatorTest.php file core/modules/filter/tests/src/Unit/FilterUninstallValidatorTest.php
FilterUninstallValidatorTest::$filterUninstallValidator property core/modules/filter/tests/src/Unit/FilterUninstallValidatorTest.php The filter uninstall validator.
FilterUninstallValidatorTest::setUp function core/modules/filter/tests/src/Unit/FilterUninstallValidatorTest.php
FilterUninstallValidatorTest::testValidateNoFormats function core/modules/filter/tests/src/Unit/FilterUninstallValidatorTest.php Tests validate no formats.
FilterUninstallValidatorTest::testValidateNoMatchingFormats function core/modules/filter/tests/src/Unit/FilterUninstallValidatorTest.php Tests validate no matching formats.
FilterUninstallValidatorTest::testValidateNoPlugins function core/modules/filter/tests/src/Unit/FilterUninstallValidatorTest.php Tests validate no plugins.
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/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/filter/tests/src/Functional/GenericTest.php
GenericTest::preUninstallSteps function core/modules/workspaces/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::themesInstallOrUninstall function core/modules/help/src/Hook/HelpHooks.php Implements hook_themes_installed().
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.

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