Search for install

  1. Search 7.x for install
  2. Search 9.5.x for install
  3. Search 10.3.x for install
  4. Search 11.x for install
  5. Other projects
Title Object type File name Summary
InstallProfileDependenciesBcTest class core/tests/Drupal/FunctionalTests/Installer/InstallProfileDependenciesBcTest.php Tests that an install profile with only dependencies works as expected.
InstallProfileDependenciesBcTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallProfileDependenciesBcTest.php
InstallProfileDependenciesBcTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallProfileDependenciesBcTest.php The theme to install as the default for testing.
InstallProfileDependenciesBcTest::$profile property core/tests/Drupal/FunctionalTests/Installer/InstallProfileDependenciesBcTest.php The profile to install as a basis for testing.
InstallProfileDependenciesBcTest::testUninstallingModules function core/tests/Drupal/FunctionalTests/Installer/InstallProfileDependenciesBcTest.php Tests that the install profile BC layer for dependencies key works.
InstallProfileDependenciesTest class core/tests/Drupal/FunctionalTests/Installer/InstallProfileDependenciesTest.php Tests that an install profile can require modules.
InstallProfileDependenciesTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallProfileDependenciesTest.php
InstallProfileDependenciesTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallProfileDependenciesTest.php The theme to install as the default for testing.
InstallProfileDependenciesTest::$profile property core/tests/Drupal/FunctionalTests/Installer/InstallProfileDependenciesTest.php The profile to install as a basis for testing.
InstallProfileDependenciesTest::testUninstallingModules function core/tests/Drupal/FunctionalTests/Installer/InstallProfileDependenciesTest.php Tests that an install profile can require modules.
InstallProfileMismatchException class core/lib/Drupal/Core/Installer/Exception/InstallProfileMismatchException.php Exception thrown if settings.php cannot be written and the chosen profile does not match.
InstallProfileMismatchException.php file core/lib/Drupal/Core/Installer/Exception/InstallProfileMismatchException.php
InstallProfileMismatchException::__construct function core/lib/Drupal/Core/Installer/Exception/InstallProfileMismatchException.php Constructs a new InstallProfileMismatchException exception.
InstallProfileSystemInstall8300Test class core/modules/system/tests/src/Functional/Update/InstallProfileSystemInstall8300Test.php Tests system_update_8300().
InstallProfileSystemInstall8300Test.php file core/modules/system/tests/src/Functional/Update/InstallProfileSystemInstall8300Test.php
InstallProfileSystemInstall8300Test::$defaultTheme property core/modules/system/tests/src/Functional/Update/InstallProfileSystemInstall8300Test.php The theme to install as the default for testing.
InstallProfileSystemInstall8300Test::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/InstallProfileSystemInstall8300Test.php Set database dump files to be used.
InstallProfileSystemInstall8300Test::testUpdate function core/modules/system/tests/src/Functional/Update/InstallProfileSystemInstall8300Test.php Ensures that the system_update_8300() runs as expected.
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.
InstallTest class core/modules/system/tests/src/Functional/Module/InstallTest.php Tests the installation of modules.
InstallTest.php file core/modules/system/tests/src/Functional/Module/InstallTest.php
InstallTest::$defaultTheme property core/modules/system/tests/src/Functional/Module/InstallTest.php The theme to install as the default for testing.
InstallTest::$modules property core/modules/system/tests/src/Functional/Module/InstallTest.php Modules to enable.
InstallTest::testEnableUserTwice function core/modules/system/tests/src/Functional/Module/InstallTest.php Tests enabling User module once more.
InstallTest::testGetSchemaAtInstallTime function core/modules/system/tests/src/Functional/Module/InstallTest.php Verify that drupal_get_schema() can be used during module installation.
InstallTest::testModuleNameLength function core/modules/system/tests/src/Functional/Module/InstallTest.php Tests that an exception is thrown when a module name is too long.
InstallTest::testRequiredModuleSchemaVersions function core/modules/system/tests/src/Functional/Module/InstallTest.php Tests recorded schema versions of early installed modules in the installer.
InstallTest::testUninstallPostUpdateFunctions function core/modules/system/tests/src/Functional/Module/InstallTest.php Ensures that post update functions are removed on uninstall.
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

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