Search for install
- Search 7.x for install
- Search 8.9.x for install
- Search 10.3.x for install
- Search 11.x for install
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
InstallStorage::getCoreNames | function | core/ |
Get all configuration names and folders for Drupal core. |
InstallStorage::getFilePath | function | core/ |
Overrides Drupal\Core\Config\FileStorage::getFilePath(). |
InstallStorage::listAll | function | core/ |
Gets configuration object names starting with a given prefix. |
InstallStorage::rename | function | core/ |
Overrides Drupal\Core\Config\FileStorage::rename(). |
InstallStorage::reset | function | core/ |
Resets the static cache. |
InstallStorage::write | function | core/ |
Overrides Drupal\Core\Config\FileStorage::write(). |
InstallStorage::__construct | function | core/ |
Constructs an InstallStorage object. |
InstallTasksTest | class | core/ |
Tests the MySQL install tasks. |
InstallTasksTest.php | file | core/ |
|
InstallTasksTest::$connection | property | core/ |
A connection object prophecy. |
InstallTasksTest::createTasks | function | core/ |
Creates a Tasks object for testing. |
InstallTasksTest::createTasksNoConnection | function | core/ |
Creates a Tasks object for testing, without connection. |
InstallTasksTest::providerNameAndMinimumVersion | function | core/ |
Provides test data. |
InstallTasksTest::setUp | function | core/ |
|
InstallTasksTest::testNameAndMinimumVersion | function | core/ |
@covers ::minimumVersion @covers ::name @dataProvider providerNameAndMinimumVersion |
InstallTasksTest::testNameWithNoConnection | function | core/ |
@covers ::name |
InstallTest | class | core/ |
@group Build @group TestSiteApplication |
InstallTest | class | core/ |
Tests the installation of modules. |
InstallTest.php | file | core/ |
|
InstallTest.php | file | core/ |
|
InstallTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
InstallTest::$modules | property | core/ |
Modules to enable. |
InstallTest::testEnableUserTwice | function | core/ |
Tests enabling User module once more. |
InstallTest::testGetSchemaAtInstallTime | function | core/ |
Verify that module's schema can be used during module installation. |
InstallTest::testInstall | function | core/ |
|
InstallTest::testModuleNameLength | 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 uninstall. |
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 enable. |
InstallTranslationFilePatternTest::providerInvalidTranslationFiles | function | core/ |
|
InstallTranslationFilePatternTest::providerValidTranslationFiles | function | core/ |
|
InstallTranslationFilePatternTest::setUp | function | core/ |
|
InstallTranslationFilePatternTest::testFilesPatternInvalid | function | core/ |
@dataProvider providerInvalidTranslationFiles |
InstallTranslationFilePatternTest::testFilesPatternValid | function | core/ |
@dataProvider providerValidTranslationFiles |
InstallUninstallTest | class | core/ |
Install/uninstall core module and confirm table creation/deletion. |
InstallUninstallTest.php | file | core/ |
|
InstallUninstallTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
InstallUninstallTest::$modules | property | core/ |
Modules to enable. |
InstallUninstallTest::assertHelp | function | core/ |
Verifies a module's help. |
InstallUninstallTest::assertInstallModuleUpdates | function | core/ |
Asserts the module post update functions after install. |
InstallUninstallTest::assertModuleNotInstalled | function | core/ |
Asserts that a module is not yet installed. |
InstallUninstallTest::assertModuleSuccessfullyInstalled | function | core/ |
Asserts that a module was successfully installed. |
InstallUninstallTest::assertSuccessfulUninstall | function | core/ |
Uninstalls a module and asserts that it was done correctly. |
InstallUninstallTest::assertUninstallModuleUpdates | function | core/ |
Asserts the module post update functions after uninstall. |
InstallUninstallTest::preUninstallForum | function | core/ |
Deletes forum taxonomy terms, so Forum can be uninstalled. |
InstallUninstallTest::testInstallUninstall | function | core/ |
Tests that a fixed set of modules can be installed and uninstalled. |
Pagination
- Previous page
- Page 21
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.