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
FieldImportDeleteUninstallUiTest::setUp function core/modules/field/tests/src/Functional/FieldImportDeleteUninstallUiTest.php
FieldImportDeleteUninstallUiTest::testImportDeleteUninstall function core/modules/field/tests/src/Functional/FieldImportDeleteUninstallUiTest.php Tests deleting field storages and fields as part of config import.
FieldImportDeleteUninstallUiTest::testSynchronizeForm function core/modules/field/tests/src/Functional/FieldImportDeleteUninstallUiTest.php Tests if the synchronization form is available when the core.extension.yml is missing.
FieldLayoutUninstallTest class core/modules/field_layout/tests/src/Kernel/FieldLayoutUninstallTest.php @group field_layout
FieldLayoutUninstallTest.php file core/modules/field_layout/tests/src/Kernel/FieldLayoutUninstallTest.php
FieldLayoutUninstallTest::testFieldLayoutUninstall function core/modules/field_layout/tests/src/Kernel/FieldLayoutUninstallTest.php Ensures field layout can be uninstalled with layout builder enabled.
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 @coversDefaultClass \Drupal\field\FieldUninstallValidator[[api-linebreak]]
@group field
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 @covers ::validate[[api-linebreak]]
FieldUninstallValidatorTest::testValidateNoDeleted function core/modules/field/tests/src/Unit/FieldUninstallValidatorTest.php @covers ::validate[[api-linebreak]]
FieldUninstallValidatorTest::testValidateNoStorages function core/modules/field/tests/src/Unit/FieldUninstallValidatorTest.php @covers ::validate[[api-linebreak]]
field_layout.install file core/modules/field_layout/field_layout.install Contains install and update functions for Field Layout.
field_layout_install function core/modules/field_layout/field_layout.install Implements hook_install().
field_layout_uninstall function core/modules/field_layout/field_layout.install Implements hook_uninstall().
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 @coversDefaultClass \Drupal\filter\FilterUninstallValidator[[api-linebreak]]
@group filter
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 @covers ::validate[[api-linebreak]]
FilterUninstallValidatorTest::testValidateNoMatchingFormats function core/modules/filter/tests/src/Unit/FilterUninstallValidatorTest.php @covers ::validate[[api-linebreak]]
FilterUninstallValidatorTest::testValidateNoPlugins function core/modules/filter/tests/src/Unit/FilterUninstallValidatorTest.php @covers ::validate[[api-linebreak]]
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.

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