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
EntityLastInstalledSchemaRepositoryInterface::getLastInstalledFieldStorageDefinitions function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php Gets the entity type's most recently installed field storage definitions.
EntityLastInstalledSchemaRepositoryInterface::setLastInstalledDefinition function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php Stores the entity type definition in the application state.
EntityLastInstalledSchemaRepositoryInterface::setLastInstalledFieldStorageDefinition function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php Stores the field storage definition in the application state.
EntityLastInstalledSchemaRepositoryInterface::setLastInstalledFieldStorageDefinitions function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php Puts the entity type's field storage definitions in the application state.
EntitySchemaSubscriber::$entityLastInstalledSchemaRepository property core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php The last installed schema definitions.
EntityTestDefinitionSubscriber::$entityLastInstalledSchemaRepository property core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php The last installed schema repository.
EntityTypeListener::$entityLastInstalledSchemaRepository property core/lib/Drupal/Core/Entity/EntityTypeListener.php The entity last installed schema repository.
EntityTypeManager::$entityLastInstalledSchemaRepository property core/lib/Drupal/Core/Entity/EntityTypeManager.php The entity last installed schema repository.
EntityTypeManagerTest::$entityLastInstalledSchemaRepository property core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php The entity last installed schema repository.
entity_test.entity_test_bundle.install_test.yml file core/modules/system/tests/modules/entity_test_install/config/optional/entity_test.entity_test_bundle.install_test.yml core/modules/system/tests/modules/entity_test_install/config/optional/entity_test.entity_test_bundle.install_test.yml
entity_test.entity_test_bundle.install_test.yml file core/profiles/tests/testing_config_overrides/config/install/entity_test.entity_test_bundle.install_test.yml core/profiles/tests/testing_config_overrides/config/install/entity_test.entity_test_bundle.install_test.yml
entity_test.entity_test_bundle.install_test2.yml file core/modules/system/tests/modules/entity_test_install/config/optional/entity_test.entity_test_bundle.install_test2.yml core/modules/system/tests/modules/entity_test_install/config/optional/entity_test.entity_test_bundle.install_test2.yml
entity_test.install file core/modules/system/tests/modules/entity_test/entity_test.install
entity_test_install function core/modules/system/tests/modules/entity_test/entity_test.install Implements hook_install().
entity_test_install.info.yml file core/modules/system/tests/modules/entity_test_install/entity_test_install.info.yml core/modules/system/tests/modules/entity_test_install/entity_test_install.info.yml
EquivalentUpdateTest::testModuleUninstall function core/modules/system/tests/src/Functional/UpdateSystem/EquivalentUpdateTest.php Tests that module uninstall removes skipped update information.
equivalent_update_test.install file core/modules/system/tests/modules/equivalent_update_test/equivalent_update_test.install
exception.needs_installer service core/core.services.yml Drupal\Core\EventSubscriber\ExceptionDetectNeedsInstallSubscriber
ExceptionDetectNeedsInstallSubscriber class core/lib/Drupal/Core/EventSubscriber/ExceptionDetectNeedsInstallSubscriber.php Exception handler to determine if an exception indicates an uninstalled site.
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.
ExecutableFinderTest::testComposerInstalledInProject function core/modules/package_manager/tests/src/Unit/ExecutableFinderTest.php Tests that the executable finder tries to use a local copy of Composer.
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 Provides an empty test method for testing.
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 Tests Drupal\Core\Config\ExtensionInstallStorage.
ExtensionInstallStorageTest.php file core/tests/Drupal/Tests/Core/Config/ExtensionInstallStorageTest.php
ExtensionInstallStorageTest::testCreateCollection function core/tests/Drupal/Tests/Core/Config/ExtensionInstallStorageTest.php Tests create collection.
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 Tests get all installed info.
ExtensionStreamTest::testWrappersAfterModuleUninstall function core/tests/Drupal/KernelTests/Core/StreamWrapper/ExtensionStreamTest.php Tests stream wrappers after module uninstall.
ExtensionStreamTest::testWrappersAfterThemeUninstall function core/tests/Drupal/KernelTests/Core/StreamWrapper/ExtensionStreamTest.php Tests stream wrappers after theme uninstall.
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.

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