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
InstallConfiguratorTest::testDependenciesAreAutomaticallyIncluded function core/tests/Drupal/KernelTests/Core/Recipe/InstallConfiguratorTest.php Tests the modules and themes to be installed.
installed.php file core/modules/package_manager/tests/fixtures/fake_site/vendor/composer/installed.php
InstalledPackage class core/modules/package_manager/src/InstalledPackage.php A value object that represents an installed Composer package.
InstalledPackage.php file core/modules/package_manager/src/InstalledPackage.php
InstalledPackage::createFromArray function core/modules/package_manager/src/InstalledPackage.php Create an installed package object from an array.
InstalledPackage::getProjectName function core/modules/package_manager/src/InstalledPackage.php Returns the Drupal project name for this package.
InstalledPackage::scanForProjectName function core/modules/package_manager/src/InstalledPackage.php Scans a given path to determine the Drupal project name.
InstalledPackage::__construct function core/modules/package_manager/src/InstalledPackage.php Constructs an InstalledPackage object.
InstalledPackagesList class core/modules/package_manager/src/InstalledPackagesList.php Defines a class to list installed Composer packages.
InstalledPackagesList.php file core/modules/package_manager/src/InstalledPackagesList.php
InstalledPackagesList::append function core/modules/package_manager/src/InstalledPackagesList.php
InstalledPackagesList::exchangeArray function core/modules/package_manager/src/InstalledPackagesList.php
InstalledPackagesList::getCorePackageList function core/modules/package_manager/src/InstalledPackagesList.php Returns the canonical names of the supported core packages.
InstalledPackagesList::getCorePackages function core/modules/package_manager/src/InstalledPackagesList.php Returns a list of installed core packages.
InstalledPackagesList::getPackageByDrupalProjectName function core/modules/package_manager/src/InstalledPackagesList.php Returns the package for a given Drupal project name, if it is installed.
InstalledPackagesList::getPackagesNotIn function core/modules/package_manager/src/InstalledPackagesList.php Returns the packages that are in this list, but not in another.
InstalledPackagesList::getPackagesWithDifferentVersionsIn function core/modules/package_manager/src/InstalledPackagesList.php Returns the packages which have a different version in another list.
InstalledPackagesList::offsetGet function core/modules/package_manager/src/InstalledPackagesList.php
InstalledPackagesList::offsetSet function core/modules/package_manager/src/InstalledPackagesList.php
InstalledPackagesList::offsetUnset function core/modules/package_manager/src/InstalledPackagesList.php
InstalledPackagesListTest class core/modules/package_manager/tests/src/Unit/InstalledPackagesListTest.php @coversDefaultClass \Drupal\package_manager\InstalledPackagesList[[api-linebreak]]
InstalledPackagesListTest class core/modules/package_manager/tests/src/Kernel/InstalledPackagesListTest.php @coversDefaultClass \Drupal\package_manager\InstalledPackagesList[[api-linebreak]]
InstalledPackagesListTest.php file core/modules/package_manager/tests/src/Unit/InstalledPackagesListTest.php
InstalledPackagesListTest.php file core/modules/package_manager/tests/src/Kernel/InstalledPackagesListTest.php
InstalledPackagesListTest::testCorePackages function core/modules/package_manager/tests/src/Unit/InstalledPackagesListTest.php @covers ::getCorePackages[[api-linebreak]]
InstalledPackagesListTest::testImmutability function core/modules/package_manager/tests/src/Unit/InstalledPackagesListTest.php @covers ::offsetSet[[api-linebreak]]
@covers ::offsetUnset[[api-linebreak]]
@covers ::append[[api-linebreak]]
@covers ::exchangeArray[[api-linebreak]]
InstalledPackagesListTest::testPackageByDrupalProjectName function core/modules/package_manager/tests/src/Kernel/InstalledPackagesListTest.php @covers \Drupal\package_manager\InstalledPackage::getProjectName[[api-linebreak]]
@covers ::getPackageByDrupalProjectName[[api-linebreak]]
InstalledPackagesListTest::testPackageComparison function core/modules/package_manager/tests/src/Unit/InstalledPackagesListTest.php @covers ::getPackagesNotIn[[api-linebreak]]
@covers ::getPackagesWithDifferentVersionsIn[[api-linebreak]]
InstalledPackagesListTrait trait core/modules/package_manager/tests/src/Traits/InstalledPackagesListTrait.php A trait for comparing InstalledPackagesList objects.
InstalledPackagesListTrait.php file core/modules/package_manager/tests/src/Traits/InstalledPackagesListTrait.php
InstalledPackagesListTrait::assertPackageListsEqual function core/modules/package_manager/tests/src/Traits/InstalledPackagesListTrait.php Asserts that 2 installed package lists are equal.
InstalledPackageTest class core/modules/package_manager/tests/src/Unit/InstalledPackageTest.php @coversDefaultClass \Drupal\package_manager\InstalledPackage[[api-linebreak]]
InstalledPackageTest.php file core/modules/package_manager/tests/src/Unit/InstalledPackageTest.php
InstalledPackageTest::testMetapackageWithAPath function core/modules/package_manager/tests/src/Unit/InstalledPackageTest.php @covers ::createFromArray[[api-linebreak]]
InstalledPackageTest::testPathResolution function core/modules/package_manager/tests/src/Unit/InstalledPackageTest.php @covers ::createFromArray[[api-linebreak]]
InstallerAccessPolicy class core/lib/Drupal/Core/Installer/InstallerAccessPolicy.php Grants user 1 an all access pass during install.
InstallerAccessPolicy.php file core/lib/Drupal/Core/Installer/InstallerAccessPolicy.php
InstallerAccessPolicy::calculatePermissions function core/lib/Drupal/Core/Installer/InstallerAccessPolicy.php Calculates the permissions for an account within a given scope.
InstallerAccessPolicy::getPersistentCacheContexts function core/lib/Drupal/Core/Installer/InstallerAccessPolicy.php Gets the persistent cache contexts.
InstallerBrokenDatabaseCredentialsTest class core/tests/Drupal/FunctionalTests/Installer/InstallerBrokenDatabaseCredentialsTest.php Tests the installer with incorrect connection info in settings.php.
InstallerBrokenDatabaseCredentialsTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerBrokenDatabaseCredentialsTest.php
InstallerBrokenDatabaseCredentialsTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallerBrokenDatabaseCredentialsTest.php The theme to install as the default for testing.
InstallerBrokenDatabaseCredentialsTest::prepareEnvironment function core/tests/Drupal/FunctionalTests/Installer/InstallerBrokenDatabaseCredentialsTest.php Prepares the current environment for running the test.
InstallerBrokenDatabaseCredentialsTest::setUpSettings function core/tests/Drupal/FunctionalTests/Installer/InstallerBrokenDatabaseCredentialsTest.php Installer step: Configure settings.
InstallerBrokenDatabaseCredentialsTest::setUpSite function core/tests/Drupal/FunctionalTests/Installer/InstallerBrokenDatabaseCredentialsTest.php Final installer step: Configure site.
InstallerBrokenDatabaseCredentialsTest::testRequirementsProblem function core/tests/Drupal/FunctionalTests/Installer/InstallerBrokenDatabaseCredentialsTest.php Tests the expected requirements problem.
InstallerBrokenDatabasePortSettingsTest class core/tests/Drupal/FunctionalTests/Installer/InstallerBrokenDatabasePortSettingsTest.php Tests the installer with incorrect connection info in settings.php.
InstallerBrokenDatabasePortSettingsTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerBrokenDatabasePortSettingsTest.php
InstallerBrokenDatabasePortSettingsTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallerBrokenDatabasePortSettingsTest.php The theme to install as the default for testing.
InstallerBrokenDatabasePortSettingsTest::prepareEnvironment function core/tests/Drupal/FunctionalTests/Installer/InstallerBrokenDatabasePortSettingsTest.php Prepares the current environment for running the test.

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