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