Search for install
- Search 7.x for install
- Search 9.5.x for install
- Search 10.3.x for install
- Search 11.x for install
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
install_retrieve_file | function | core/ |
Attempts to get a file using a HTTP request and to store it locally. |
install_run_task | function | core/ |
Runs an individual installation task. |
install_run_tasks | function | core/ |
Runs all tasks for the current installation request. |
install_select_language | function | core/ |
Selects which language to use during installation. |
install_select_profile | function | core/ |
Selects which profile to install. |
install_state_defaults | function | core/ |
Returns an array of default settings for the global installation state. |
install_tasks | function | core/ |
Returns a list of all tasks the installer currently knows about. |
install_tasks_to_display | function | core/ |
Returns a list of tasks that should be displayed to the end user. |
install_tasks_to_perform | function | core/ |
Returns a list of tasks to perform during the current installation request. |
INSTALL_TASK_RUN_IF_NOT_COMPLETED | constant | core/ |
Run the task on each installation request until the database is set up. |
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. |
install_write_profile | function | core/ |
Installation task; writes profile to settings.php if possible. |
jsonapi.install | file | core/ |
Module install file. |
jsonapi_install | function | core/ |
Implements hook_install(). |
jsonapi_modules_installed | function | core/ |
Implements hook_modules_installed(). |
KernelTestBase::installConfig | function | core/ |
Installs default configuration for a given list of modules. |
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::installEntitySchema | function | core/ |
Installs the storage schema for a specific entity type. |
KernelTestBase::installSchema | function | core/ |
Installs a specific table from a module schema definition. |
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. |
KernelTestBaseTest::testEnableModulesInstall | function | core/ |
Tests expected installation behavior of enableModules(). |
KernelTestBaseTest::testEnableModulesInstallContainer | function | core/ |
Tests installing modules with DependencyInjection services. |
KernelTestBaseTest::testInstallConfig | function | core/ |
Tests expected behavior of installConfig(). |
KernelTestBaseTest::testInstallEntitySchema | function | core/ |
Tests expected behavior of installEntitySchema(). |
KernelTestBaseTest::testInstallSchema | function | core/ |
Tests expected behavior of installSchema(). |
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/ |
Installs available language configuration overrides for a given langcode. |
LanguageConfigFactoryOverrideInterface::installLanguageOverrides | function | core/ |
Installs available language configuration overrides for a given langcode. |
LanguageConfigOverrideInstallTest | class | core/ |
Ensures the language config overrides can be installed. |
LanguageConfigOverrideInstallTest.php | file | core/ |
|
LanguageConfigOverrideInstallTest::$modules | property | core/ |
Modules to enable. |
LanguageConfigOverrideInstallTest::testLanguageConfigOverrideInstall | function | core/ |
Tests the configuration events are not fired during install of overrides. |
LanguageListModuleInstallTest | class | core/ |
Tests enabling Language if a module exists that calls LanguageManager::getLanguages() during installation. |
LanguageListModuleInstallTest.php | file | core/ |
|
LanguageListModuleInstallTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
LanguageListModuleInstallTest::$modules | property | core/ |
Modules to enable. |
LanguageListModuleInstallTest::testModuleInstallLanguageList | function | core/ |
Tests enabling Language. |
language_modules_installed | function | core/ |
Implements hook_modules_installed(). |
language_modules_uninstalled | function | core/ |
Implements hook_modules_uninstalled(). |
language_test_module_preinstall | 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. |
Pagination
- Previous page
- Page 22
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.