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 |
|---|---|---|---|
| InstallStorage::delete | function | core/ |
Overrides Drupal\Core\Config\FileStorage::delete(). |
| InstallStorage::deleteAll | function | core/ |
Overrides Drupal\Core\Config\FileStorage::deleteAll(). |
| InstallStorage::exists | function | core/ |
Returns whether a configuration object exists. |
| InstallStorage::getAllFolders | function | core/ |
Returns a map of all config object names and their folders. |
| InstallStorage::getComponentFolder | function | core/ |
Get folder inside each component that contains the files. |
| InstallStorage::getComponentNames | function | core/ |
Get all configuration names and folders for a list of modules or themes. |
| InstallStorage::getCoreFolder | function | core/ |
Get folder inside Drupal core that contains the files. |
| 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/ |
Tests name and minimum version. |
| InstallTasksTest::testNameWithNoConnection | function | core/ |
Tests name with no connection. |
| InstallTest | class | core/ |
Tests. |
| InstallTest | class | core/ |
Tests the installation of modules. |
| 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::providerInvalidTranslationFiles | function | core/ |
|
| InstallTranslationFilePatternTest::providerValidTranslationFiles | function | core/ |
|
| InstallTranslationFilePatternTest::setUp | function | core/ |
|
| InstallTranslationFilePatternTest::testFilesPatternInvalid | function | core/ |
Tests files pattern invalid. |
| InstallTranslationFilePatternTest::testFilesPatternValid | function | core/ |
Tests files pattern valid. |
| 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_class_requirements | function | core/ |
Checks a module or profile requirements. |
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.