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
ExceptionDetectNeedsInstallSubscriber.php file core/lib/Drupal/Core/EventSubscriber/ExceptionDetectNeedsInstallSubscriber.php
ExceptionDetectNeedsInstallSubscriber::$connection property core/lib/Drupal/Core/EventSubscriber/ExceptionDetectNeedsInstallSubscriber.php The default database connection.
ExceptionDetectNeedsInstallSubscriber::getSubscribedEvents function core/lib/Drupal/Core/EventSubscriber/ExceptionDetectNeedsInstallSubscriber.php Registers the methods in this class that should be listeners.
ExceptionDetectNeedsInstallSubscriber::onException function core/lib/Drupal/Core/EventSubscriber/ExceptionDetectNeedsInstallSubscriber.php Handles errors for this subscriber.
ExceptionDetectNeedsInstallSubscriber::__construct function core/lib/Drupal/Core/EventSubscriber/ExceptionDetectNeedsInstallSubscriber.php Constructs a new ExceptionDetectNeedsInstallSubscriber.
experimental_module_requirements_test.install file core/modules/system/tests/modules/experimental_module_requirements_test/experimental_module_requirements_test.install
ExtendingNonInstalledClass class core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/ExtendingNonInstalledClass.php Plugin annotation

@Plugin(
id = "extending_non_installed_class",
label = "A plugin whose class is extending from a non-installed module class",
color = "pink",
)
ExtendingNonInstalledClass class core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/custom_annotation/ExtendingNonInstalledClass.php This class does not have a plugin attribute or plugin annotation on purpose.
ExtendingNonInstalledClass.php file core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/ExtendingNonInstalledClass.php
ExtendingNonInstalledClass.php file core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/custom_annotation/ExtendingNonInstalledClass.php
ExtendingNonInstalledClass::testMethod function core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/custom_annotation/ExtendingNonInstalledClass.php
ExtensionInstallStorage class core/lib/Drupal/Core/Config/ExtensionInstallStorage.php Storage to access configuration and schema in enabled extensions.
ExtensionInstallStorage.php file core/lib/Drupal/Core/Config/ExtensionInstallStorage.php
ExtensionInstallStorage::$configStorage property core/lib/Drupal/Core/Config/ExtensionInstallStorage.php The active configuration store.
ExtensionInstallStorage::$includeProfile property core/lib/Drupal/Core/Config/ExtensionInstallStorage.php Flag to include the profile in the list of enabled modules.
ExtensionInstallStorage::$installProfile property core/lib/Drupal/Core/Config/ExtensionInstallStorage.php The name of the currently active installation profile.
ExtensionInstallStorage::createCollection function core/lib/Drupal/Core/Config/ExtensionInstallStorage.php Creates a collection on the storage.
ExtensionInstallStorage::getAllFolders function core/lib/Drupal/Core/Config/ExtensionInstallStorage.php Returns a map of all config object names and their folders.
ExtensionInstallStorage::__construct function core/lib/Drupal/Core/Config/ExtensionInstallStorage.php Overrides \Drupal\Core\Config\InstallStorage::__construct().
ExtensionInstallStorageTest class core/tests/Drupal/Tests/Core/Config/ExtensionInstallStorageTest.php @coversDefaultClass \Drupal\Core\Config\ExtensionInstallStorage
@group Config
ExtensionInstallStorageTest.php file core/tests/Drupal/Tests/Core/Config/ExtensionInstallStorageTest.php
ExtensionInstallStorageTest::testCreateCollection function core/tests/Drupal/Tests/Core/Config/ExtensionInstallStorageTest.php @covers ::createCollection
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 Tests field storages and fields deletion during config synchronization.
FieldImportDeleteUninstallTest.php file core/modules/field/tests/src/Kernel/FieldImportDeleteUninstallTest.php
FieldImportDeleteUninstallTest::$modules property core/modules/field/tests/src/Kernel/FieldImportDeleteUninstallTest.php Modules to install.
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 previously deleted fields and storages in 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 Tests deleting field storage when a module in uninstalled 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 install.
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/ProxyClass/FieldUninstallValidator.php Provides a proxy class for \Drupal\field\FieldUninstallValidator.

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