Search for install
- Search 7.x for install
- Search 9.5.x for install
- Search 8.9.x for install
- Search 10.3.x for install
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
INSTALL_TASK_RUN_IF_REACHED | constant | core/ |
Run the task on each installation request that reaches it. |
INSTALL_TASK_SKIP | constant | core/ |
Do not run the task during the current installation request. |
install_verify_completed_task | function | core/ |
Verifies and returns the last installation task that was completed. |
install_verify_database_ready | function | core/ |
Verify that the database is ready (no existing Drupal installation). |
install_verify_database_settings | function | core/ |
Verifies that settings.php specifies a valid database connection. |
install_verify_requirements | function | core/ |
Verifies the requirements for installing Drupal. |
jsonapi.install | file | core/ |
Module install file. |
JsonapiHooks::modulesInstalled | function | core/ |
Implements hook_modules_installed(). |
jsonapi_install | function | core/ |
Implements hook_install(). |
KernelTestBase::installConfig | function | core/ |
Installs default configuration for a given list of modules. |
KernelTestBase::installEntitySchema | function | core/ |
Installs the storage schema for a specific entity type. |
KernelTestBase::installSchema | function | core/ |
Installs database tables from a module schema definition. |
KernelTestBase::setInstallProfile | function | core/ |
Sets the install profile and rebuilds the container to update it. |
KeyValueContentEntityStorageTest::testUninstall | function | core/ |
Tests uninstallation of a module that does not use the SQL entity storage. |
language.install | file | core/ |
Update functions for Language module. |
LanguageConfigFactoryOverride::installLanguageOverrides | function | core/ |
|
LanguageConfigFactoryOverrideInterface::installLanguageOverrides | function | core/ |
Installs available language configuration overrides for a given langcode. |
LanguageConfigInstallOverrideExistingTest | class | core/ |
Ensures the language config is installed but not altered on install. |
LanguageConfigInstallOverrideExistingTest.php | file | core/ |
|
LanguageConfigInstallOverrideExistingTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
LanguageConfigInstallOverrideExistingTest::$profile | property | core/ |
The profile to install as a basis for testing. |
LanguageConfigInstallOverrideExistingTest::testLanguageConfigInstallOverrideExisting | function | core/ |
Tests when language config is installed existing config is not overridden. |
LanguageConfigOverrideInstallTest | class | core/ |
Ensures the language config overrides can be installed. |
LanguageConfigOverrideInstallTest.php | file | core/ |
|
LanguageConfigOverrideInstallTest::$modules | property | core/ |
Modules to install. |
LanguageConfigOverrideInstallTest::testLanguageConfigOverrideInstall | function | core/ |
Tests the configuration events are not fired during install of overrides. |
LanguageHooks::modulesInstalled | function | core/ |
Implements hook_modules_installed(). |
LanguageListModuleInstallTest | class | core/ |
Tests that the language list is not empty when language is installed. |
LanguageListModuleInstallTest.php | file | core/ |
|
LanguageListModuleInstallTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
LanguageListModuleInstallTest::$modules | property | core/ |
Modules to install. |
LanguageListModuleInstallTest::testModuleInstallLanguageList | function | core/ |
Tests enabling Language. |
LanguageTestHooks::modulePreinstall | function | core/ |
Implements hook_module_preinstall(). |
LayoutBuilderCompatibilityTestBase::installLayoutBuilder | function | core/ |
Installs the Layout Builder. |
LayoutBuilderInstallTest | class | core/ |
Ensures that Layout Builder and core EntityViewDisplays are compatible. |
LayoutBuilderInstallTest.php | file | core/ |
|
LayoutBuilderInstallTest::testCompatibility | function | core/ |
Tests the compatibility of Layout Builder with existing entity displays. |
LayoutBuilderLocalTaskTest::testLocalTaskLayoutBuilderInstalledCacheability | function | core/ |
Tests the cacheability of local tasks with Layout Builder module installed. |
layout_builder.install | file | core/ |
Contains install and update functions for Layout Builder. |
layout_builder_install | function | core/ |
Implements hook_install(). |
layout_discovery.install | file | core/ |
Install, update, and uninstall functions for the Layout Discovery module. |
LazyRouteProviderInstallTest | class | core/ |
@group routing |
LazyRouteProviderInstallTest.php | file | core/ |
|
LazyRouteProviderInstallTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
LazyRouteProviderInstallTest::$modules | property | core/ |
Modules to install. |
LazyRouteProviderInstallTest::testInstallation | function | core/ |
Tests that the lazy route provider is used during a module install. |
LazyRouteProviderInstallTestHooks | class | core/ |
Hook implementations for lazy_route_provider_install_test. |
LazyRouteProviderInstallTestHooks.php | file | core/ |
|
LazyRouteProviderInstallTestHooks::menuLinksDiscoveredAlter | function | core/ |
Implements hook_menu_links_discovered_alter(). |
lazy_route_provider_install_test.info.yml | file | core/ |
core/modules/system/tests/modules/lazy_route_provider_install_test/lazy_route_provider_install_test.info.yml |
Pagination
- Previous page
- Page 25
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.