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 |
---|---|---|---|
InstallProfileUninstallValidator::setStringTranslation | function | core/ |
|
InstallProfileUninstallValidator::validate | function | core/ |
Determines the reasons a module can not be uninstalled. |
InstallProfileUninstallValidator::validate | function | core/ |
Determines the reasons a module can not be uninstalled. |
InstallProfileUninstallValidator::__construct | function | core/ |
Constructs a ProxyClass Drupal proxy object. |
InstallProfileUninstallValidator::__construct | function | core/ |
|
InstallStorage | class | core/ |
Storage used by the Drupal installer. |
InstallStorage.php | file | core/ |
|
InstallStorage::$directory | property | core/ |
The directory to scan in each extension to scan for files. |
InstallStorage::$folders | property | core/ |
Folder map indexed by configuration name. |
InstallStorage::CONFIG_INSTALL_DIRECTORY | constant | core/ |
Extension sub-directory containing default configuration for installation. |
InstallStorage::CONFIG_OPTIONAL_DIRECTORY | constant | core/ |
Extension sub-directory containing optional configuration for installation. |
InstallStorage::CONFIG_SCHEMA_DIRECTORY | constant | core/ |
Extension sub-directory containing configuration schema. |
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/ |
@covers ::minimumVersion @covers ::name @dataProvider providerNameAndMinimumVersion |
InstallTasksTest::testNameWithNoConnection | function | core/ |
@covers ::name |
InstallTest | class | core/ |
Tests the installation of modules. |
InstallTest | class | core/ |
@group Build @group TestSiteApplication |
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. |
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.