Search for install

  1. Search 7.x for install
  2. Search 9.5.x for install
  3. Search 8.9.x for install
  4. Search 10.3.x for install
  5. Other projects
Title Object type File name Summary
InstallProfileUninstallValidator::getExtensionDiscovery function core/lib/Drupal/Core/Extension/InstallProfileUninstallValidator.php Gets an extension discovery object that ignores the install profile.
InstallProfileUninstallValidator::validate function core/lib/Drupal/Core/Extension/InstallProfileUninstallValidator.php Determines the reasons a module can not be uninstalled.
InstallProfileUninstallValidator::__construct function core/lib/Drupal/Core/Extension/InstallProfileUninstallValidator.php
InstallStorage class core/lib/Drupal/Core/Config/InstallStorage.php Storage used by the Drupal installer.
InstallStorage.php file core/lib/Drupal/Core/Config/InstallStorage.php
InstallStorage::$directory property core/lib/Drupal/Core/Config/InstallStorage.php The directory to scan in each extension to scan for files.
InstallStorage::$folders property core/lib/Drupal/Core/Config/InstallStorage.php Folder map indexed by configuration name.
InstallStorage::CONFIG_INSTALL_DIRECTORY constant core/lib/Drupal/Core/Config/InstallStorage.php Extension sub-directory containing default configuration for installation.
InstallStorage::CONFIG_OPTIONAL_DIRECTORY constant core/lib/Drupal/Core/Config/InstallStorage.php Extension sub-directory containing optional configuration for installation.
InstallStorage::CONFIG_SCHEMA_DIRECTORY constant core/lib/Drupal/Core/Config/InstallStorage.php Extension sub-directory containing configuration schema.
InstallStorage::delete function core/lib/Drupal/Core/Config/InstallStorage.php Overrides Drupal\Core\Config\FileStorage::delete().
InstallStorage::deleteAll function core/lib/Drupal/Core/Config/InstallStorage.php Overrides Drupal\Core\Config\FileStorage::deleteAll().
InstallStorage::exists function core/lib/Drupal/Core/Config/InstallStorage.php Returns whether a configuration object exists.
InstallStorage::getAllFolders function core/lib/Drupal/Core/Config/InstallStorage.php Returns a map of all config object names and their folders.
InstallStorage::getComponentFolder function core/lib/Drupal/Core/Config/InstallStorage.php Get folder inside each component that contains the files.
InstallStorage::getComponentNames function core/lib/Drupal/Core/Config/InstallStorage.php Get all configuration names and folders for a list of modules or themes.
InstallStorage::getCoreFolder function core/lib/Drupal/Core/Config/InstallStorage.php Get folder inside Drupal core that contains the files.
InstallStorage::getCoreNames function core/lib/Drupal/Core/Config/InstallStorage.php Get all configuration names and folders for Drupal core.
InstallStorage::getFilePath function core/lib/Drupal/Core/Config/InstallStorage.php Overrides Drupal\Core\Config\FileStorage::getFilePath().
InstallStorage::listAll function core/lib/Drupal/Core/Config/InstallStorage.php Gets configuration object names starting with a given prefix.
InstallStorage::rename function core/lib/Drupal/Core/Config/InstallStorage.php Overrides Drupal\Core\Config\FileStorage::rename().
InstallStorage::reset function core/lib/Drupal/Core/Config/InstallStorage.php Resets the static cache.
InstallStorage::write function core/lib/Drupal/Core/Config/InstallStorage.php Overrides Drupal\Core\Config\FileStorage::write().
InstallStorage::__construct function core/lib/Drupal/Core/Config/InstallStorage.php Constructs an InstallStorage object.
InstallTasksTest class core/modules/mysql/tests/src/Unit/InstallTasksTest.php Tests the MySQL install tasks.
InstallTasksTest.php file core/modules/mysql/tests/src/Unit/InstallTasksTest.php
InstallTasksTest::$connection property core/modules/mysql/tests/src/Unit/InstallTasksTest.php A connection object prophecy.
InstallTasksTest::createTasks function core/modules/mysql/tests/src/Unit/InstallTasksTest.php Creates a Tasks object for testing.
InstallTasksTest::createTasksNoConnection function core/modules/mysql/tests/src/Unit/InstallTasksTest.php Creates a Tasks object for testing, without connection.
InstallTasksTest::providerNameAndMinimumVersion function core/modules/mysql/tests/src/Unit/InstallTasksTest.php Provides test data.
InstallTasksTest::setUp function core/modules/mysql/tests/src/Unit/InstallTasksTest.php
InstallTasksTest::testNameAndMinimumVersion function core/modules/mysql/tests/src/Unit/InstallTasksTest.php @covers ::minimumVersion
@covers ::name
@dataProvider providerNameAndMinimumVersion
InstallTasksTest::testNameWithNoConnection function core/modules/mysql/tests/src/Unit/InstallTasksTest.php @covers ::name
InstallTest class core/tests/Drupal/BuildTests/TestSiteApplication/InstallTest.php @group Build
@group TestSiteApplication
InstallTest class core/modules/system/tests/src/Kernel/Module/InstallTest.php Tests the installation of modules.
InstallTest.php file core/modules/system/tests/src/Kernel/Module/InstallTest.php
InstallTest.php file core/tests/Drupal/BuildTests/TestSiteApplication/InstallTest.php
InstallTest::$moduleInstaller property core/modules/system/tests/src/Kernel/Module/InstallTest.php The module installer service.
InstallTest::setUp function core/modules/system/tests/src/Kernel/Module/InstallTest.php
InstallTest::testEnableUserTwice function core/modules/system/tests/src/Kernel/Module/InstallTest.php Tests enabling User module once more.
InstallTest::testGetSchemaAtInstallTime function core/modules/system/tests/src/Kernel/Module/InstallTest.php Verify that drupal_get_schema() can be used during module installation.
InstallTest::testInstall function core/tests/Drupal/BuildTests/TestSiteApplication/InstallTest.php
InstallTest::testInstallModuleSameNameAsTheme function core/modules/system/tests/src/Kernel/Module/InstallTest.php Tests installing a module with the same name as an enabled theme.
InstallTest::testModuleNameLength function core/modules/system/tests/src/Kernel/Module/InstallTest.php Tests that an exception is thrown when a module name is too long.
InstallTest::testModuleNameLengthWithoutDependencyCheck function core/modules/system/tests/src/Kernel/Module/InstallTest.php Tests that an exception is thrown when a module name is too long.
InstallTest::testRequiredModuleSchemaVersions function core/modules/system/tests/src/Kernel/Module/InstallTest.php Tests recorded schema versions of early installed modules in the installer.
InstallTest::testUninstallPostUpdateFunctions function core/modules/system/tests/src/Kernel/Module/InstallTest.php Ensures that post update functions are removed on uninstallation.
InstallTranslationFilePatternTest class core/modules/system/tests/src/Kernel/Installer/InstallTranslationFilePatternTest.php Tests for installer language support.
InstallTranslationFilePatternTest.php file core/modules/system/tests/src/Kernel/Installer/InstallTranslationFilePatternTest.php
InstallTranslationFilePatternTest::$filePatternMethod property core/modules/system/tests/src/Kernel/Installer/InstallTranslationFilePatternTest.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.