Search for install

  1. Search 7.x for install
  2. Search 9.5.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
ExtensionInstallStorageTest class core/tests/Drupal/Tests/Core/Config/ExtensionInstallStorageTest.php Tests the Config.
ExtensionInstallStorageTest.php file core/tests/Drupal/Tests/Core/Config/ExtensionInstallStorageTest.php
ExtensionInstallStorageTest::providerTestProfileDeprecation function core/tests/Drupal/Tests/Core/Config/ExtensionInstallStorageTest.php Data provider for ::testProfileDeprecation
ExtensionInstallStorageTest::testProfileDeprecation function core/tests/Drupal/Tests/Core/Config/ExtensionInstallStorageTest.php @covers ::__construct
@group legacy
@dataProvider providerTestProfileDeprecation
@expectedDeprecation All \Drupal\Core\Config\ExtensionInstallStorage::__construct() arguments will be required in drupal:9.0.0. See https://www.drupal.org/node/2538996
ExtensionList::$installProfile property core/lib/Drupal/Core/Extension/ExtensionList.php The install profile used by the site.
ExtensionList::getAllInstalledInfo function core/lib/Drupal/Core/Extension/ExtensionList.php Returns an array of info files information of installed extensions.
ExtensionList::getInstalledExtensionNames function core/lib/Drupal/Core/Extension/ExtensionList.php Returns a list of machine names of installed extensions.
ExtensionListTest::testGetAllInstalledInfo function core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php @covers ::getAllInstalledInfo
field.field.node.options_install_test.body.yml file core/modules/options/tests/options_config_install_test/config/install/field.field.node.options_install_test.body.yml core/modules/options/tests/options_config_install_test/config/install/field.field.node.options_install_test.body.yml
field.field.node.options_install_test.field_options_float.yml file core/modules/options/tests/options_config_install_test/config/install/field.field.node.options_install_test.field_options_float.yml core/modules/options/tests/options_config_install_test/config/install/field.field.node.options_install_test.field_options_float.yml
field.install file core/modules/field/field.install Install, update and uninstall functions for the field module.
field.uninstall_validator service core/modules/field/field.services.yml Drupal\field\FieldUninstallValidator
FieldableEntityDefinitionUpdateTest::$installedStorageSchema property core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php The key-value collection for tracking installed storage schema.
FieldableEntityDefinitionUpdateTest::$lastInstalledSchemaRepository property core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php The last installed schema repository service.
FieldImportDeleteUninstallTest class core/modules/field/tests/src/Kernel/FieldImportDeleteUninstallTest.php Delete field storages and fields during config synchronization and uninstall
module that provides the field type.
FieldImportDeleteUninstallTest.php file core/modules/field/tests/src/Kernel/FieldImportDeleteUninstallTest.php
FieldImportDeleteUninstallTest::$modules property core/modules/field/tests/src/Kernel/FieldImportDeleteUninstallTest.php Modules to enable.
FieldImportDeleteUninstallTest::setUp function core/modules/field/tests/src/Kernel/FieldImportDeleteUninstallTest.php Set the default field storage backend for fields created during tests.
FieldImportDeleteUninstallTest::testImportAlreadyDeletedUninstall function core/modules/field/tests/src/Kernel/FieldImportDeleteUninstallTest.php Tests purging already deleted field storages and fields during a config
import.
FieldImportDeleteUninstallTest::testImportDeleteUninstall function core/modules/field/tests/src/Kernel/FieldImportDeleteUninstallTest.php Tests deleting field storages and fields as part of config import.
FieldImportDeleteUninstallUiTest class core/modules/field/tests/src/Functional/FieldImportDeleteUninstallUiTest.php Delete field storages and fields during config synchronization and uninstall
module that provides the field type through the UI.
FieldImportDeleteUninstallUiTest.php file core/modules/field/tests/src/Functional/FieldImportDeleteUninstallUiTest.php
FieldImportDeleteUninstallUiTest::$defaultTheme property core/modules/field/tests/src/Functional/FieldImportDeleteUninstallUiTest.php The theme to install as the default for testing.
FieldImportDeleteUninstallUiTest::$modules property core/modules/field/tests/src/Functional/FieldImportDeleteUninstallUiTest.php Modules to enable.
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.
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.
FieldSchemaDataUninstallUpdateTest class core/modules/system/tests/src/Functional/Update/FieldSchemaDataUninstallUpdateTest.php Tests the upgrade path after fixing field schema data uninstallation.
FieldSchemaDataUninstallUpdateTest.php file core/modules/system/tests/src/Functional/Update/FieldSchemaDataUninstallUpdateTest.php
FieldSchemaDataUninstallUpdateTest::$defaultTheme property core/modules/system/tests/src/Functional/Update/FieldSchemaDataUninstallUpdateTest.php The theme to install as the default for testing.
FieldSchemaDataUninstallUpdateTest::assertFieldSchemaData function core/modules/system/tests/src/Functional/Update/FieldSchemaDataUninstallUpdateTest.php Asserts that field schema data to be purged is found.
FieldSchemaDataUninstallUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/FieldSchemaDataUninstallUpdateTest.php Set database dump files to be used.
FieldSchemaDataUninstallUpdateTest::testUpdateHookN function core/modules/system/tests/src/Functional/Update/FieldSchemaDataUninstallUpdateTest.php Tests the upgrade path after fixing field schema data uninstallation.
FieldStorageDefinitionListener::$entityLastInstalledSchemaRepository property core/lib/Drupal/Core/Field/FieldStorageDefinitionListener.php The entity definition manager.
FieldUninstallValidator class core/modules/field/src/ProxyClass/FieldUninstallValidator.php Provides a proxy class for \Drupal\field\FieldUninstallValidator.
FieldUninstallValidator class core/modules/field/src/FieldUninstallValidator.php Prevents uninstallation of modules providing active field storage.
FieldUninstallValidator.php file core/modules/field/src/ProxyClass/FieldUninstallValidator.php
FieldUninstallValidator.php file core/modules/field/src/FieldUninstallValidator.php
FieldUninstallValidator::$container property core/modules/field/src/ProxyClass/FieldUninstallValidator.php The service container.
FieldUninstallValidator::$drupalProxyOriginalServiceId property core/modules/field/src/ProxyClass/FieldUninstallValidator.php The id of the original proxied service.
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::$service property core/modules/field/src/ProxyClass/FieldUninstallValidator.php The real proxied service, after it was lazy loaded.
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::lazyLoadItself function core/modules/field/src/ProxyClass/FieldUninstallValidator.php Lazy loads the real service from the container.
FieldUninstallValidator::setStringTranslation function core/modules/field/src/ProxyClass/FieldUninstallValidator.php
FieldUninstallValidator::validate function core/modules/field/src/ProxyClass/FieldUninstallValidator.php Determines the reasons a module can not be uninstalled.

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