Search for install
- Search 7.x for install
- Search 9.5.x for install
- Search 8.9.x for install
- Search 11.x for install
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| InstallTest.php | file | core/ |
|
| InstallTest.php | file | core/ |
|
| InstallTest::$moduleInstaller | property | core/ |
The module installer service. |
| InstallTest::setUp | function | core/ |
|
| InstallTest::testEnableUserTwice | function | core/ |
Tests enabling User module once more. |
| InstallTest::testGetSchemaAtInstallTime | function | core/ |
Verify that drupal_get_schema() can be used during module installation. |
| InstallTest::testInstall | function | core/ |
|
| InstallTest::testInstallModuleSameNameAsTheme | function | core/ |
Tests installing a module with the same name as an enabled theme. |
| InstallTest::testModuleNameLength | function | core/ |
Tests that an exception is thrown when a module name is too long. |
| InstallTest::testModuleNameLengthWithoutDependencyCheck | function | core/ |
Tests that an exception is thrown when a module name is too long. |
| InstallTest::testRequiredModuleSchemaVersions | function | core/ |
Tests recorded schema versions of early installed modules in the installer. |
| InstallTest::testUninstallPostUpdateFunctions | function | core/ |
Ensures that post update functions are removed on uninstallation. |
| InstallTranslationFilePatternTest | class | core/ |
Tests for installer language support. |
| InstallTranslationFilePatternTest.php | file | core/ |
|
| InstallTranslationFilePatternTest::$filePatternMethod | property | core/ |
|
| InstallTranslationFilePatternTest::$fileTranslation | property | core/ |
|
| InstallTranslationFilePatternTest::$modules | property | core/ |
Modules to install. |
| InstallTranslationFilePatternTest::providerInvalidTranslationFiles | function | core/ |
|
| InstallTranslationFilePatternTest::providerValidTranslationFiles | function | core/ |
|
| InstallTranslationFilePatternTest::setUp | function | core/ |
|
| InstallTranslationFilePatternTest::testFilesPatternInvalid | function | core/ |
@dataProvider providerInvalidTranslationFiles |
| InstallTranslationFilePatternTest::testFilesPatternValid | function | core/ |
@dataProvider providerValidTranslationFiles |
| install_base_system | function | core/ |
Installation task; install the base functionality Drupal needs to bootstrap. |
| install_begin_request | function | core/ |
Begins an installation request, modifying the installation state as needed. |
| install_bootstrap_full | function | core/ |
Performs a full bootstrap of Drupal during installation. |
| install_check_localization_server | function | core/ |
Checks if the localization server can be contacted. |
| install_check_requirements | function | core/ |
Checks installation requirements and reports any errors. |
| install_check_translations | function | core/ |
Checks installation requirements and reports any errors. |
| install_config_download_translations | function | core/ |
Replaces install_download_translation() during configuration installs. |
| install_config_import_batch | function | core/ |
Creates a batch for the config importer to process. |
| install_config_revert_install_changes | function | core/ |
Reverts configuration if hook_install() implementations have made changes. |
| install_core_entity_type_definitions | function | core/ |
Installs entity type definitions provided by core. |
| install_database_errors | function | core/ |
Checks a database connection and returns any errors. |
| install_display_output | function | core/ |
Displays themed installer output and ends the page request. |
| install_display_requirements | function | core/ |
Displays installation requirements. |
| install_download_additional_translations_operations | function | core/ |
Prepares the system for import and downloads additional translations. |
| install_download_translation | function | core/ |
Download a translation file for the selected language. |
| install_drupal | function | core/ |
Installs Drupal either interactively or via an array of passed-in settings. |
| install_find_translations | function | core/ |
Finds all .po files that are useful to the installer. |
| install_finished | function | core/ |
Performs final installation steps and displays a 'finished' page. |
| install_finish_translations | function | core/ |
Finishes importing files at end of installation. |
| install_form_test.info.yml | file | core/ |
core/modules/system/tests/modules/install_form_test/install_form_test.info.yml |
| install_form_test.routing.yml | file | core/ |
core/modules/system/tests/modules/install_form_test/install_form_test.routing.yml |
| install_full_redirect_url | function | core/ |
Returns the complete URL redirected to during an installation request. |
| install_get_form | function | core/ |
Builds and processes a form for the installer environment. |
| install_goto | function | core/ |
Sends the user to a different installer page. |
| install_import_translations | function | core/ |
Imports languages via a batch process during installation. |
| install_install_profile | function | core/ |
Installs the install profile. |
| install_load_profile | function | core/ |
Loads information about the chosen profile during installation. |
| install_profile_info | function | core/ |
Retrieves information about an installation profile from its .info.yml file. |
Pagination
- Previous page
- Page 23
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.