Search for project
- Search 7.x for project
- Search 9.5.x for project
- Search 8.9.x for project
- Search 10.3.x for project
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
ProjectInfoTest::providerInstalledVersionSafe | function | core/ |
Data provider for ::testInstalledVersionSafe(). |
ProjectInfoTest::testGetInstallableReleases | function | core/ |
@covers ::getInstallableReleases |
ProjectInfoTest::testGetSupportedBranches | function | core/ |
@covers ::getSupportedBranches |
ProjectInfoTest::testInstalledVersionSafe | function | core/ |
Tests checking if the currently installed version of a project is safe. |
ProjectInfoTest::testNewProject | function | core/ |
Tests a project that is not in the codebase. |
ProjectInfoTest::testNotPublishedProject | function | core/ |
Tests a project with a status other than "published". |
ProjectRelease | class | core/ |
Provides a project release value object. |
ProjectRelease.php | file | core/ |
|
ProjectRelease::$coreCompatibilityMessage | property | core/ |
The core compatibility message or NULL if not set. |
ProjectRelease::$coreCompatible | property | core/ |
Whether the release is compatible with the site's Drupal core version. |
ProjectRelease::$date | property | core/ |
The release date as a Unix timestamp or NULL if no date was set. |
ProjectRelease::$downloadUrl | property | core/ |
The download URL or NULL if none is available. |
ProjectRelease::$published | property | core/ |
Whether the release is published. |
ProjectRelease::$releaseTypes | property | core/ |
The release types or NULL if not set. |
ProjectRelease::$releaseUrl | property | core/ |
The URL for the release. |
ProjectRelease::$version | property | core/ |
The release version. |
ProjectRelease::createFromArray | function | core/ |
Creates a ProjectRelease instance from an array. |
ProjectRelease::getCoreCompatibilityMessage | function | core/ |
Gets the core compatibility message for the site's version of Drupal core. |
ProjectRelease::getDate | function | core/ |
Gets the release date if set. |
ProjectRelease::getDownloadUrl | function | core/ |
Gets the download URL of the release. |
ProjectRelease::getReleaseUrl | function | core/ |
Gets the URL of the release. |
ProjectRelease::getVersion | function | core/ |
Gets the project version. |
ProjectRelease::isCoreCompatible | function | core/ |
Determines whether release is compatible the site's version of Drupal core. |
ProjectRelease::isInsecure | function | core/ |
Determines if the release is insecure. |
ProjectRelease::isPublished | function | core/ |
Determines if the release is published. |
ProjectRelease::isReleaseType | function | core/ |
Determines if the release is matches a type. |
ProjectRelease::isSecurityRelease | function | core/ |
Determines if the release is a security release. |
ProjectRelease::isUnsupported | function | core/ |
Determines if the release is unsupported. |
ProjectRelease::validateReleaseData | function | core/ |
Validates the project release data. |
ProjectRelease::__construct | function | core/ |
Constructs a ProjectRelease object. |
ProjectReleaseTest | class | core/ |
@coversDefaultClass \Drupal\update\ProjectRelease |
ProjectReleaseTest.php | file | core/ |
|
ProjectReleaseTest::getValidData | function | core/ |
Gets valid data for a project release. |
ProjectReleaseTest::providerCreateFromArray | function | core/ |
Data provider for testCreateFromArray(). |
ProjectReleaseTest::providerCreateFromArrayInvalidField | function | core/ |
Data provider for testCreateFromArrayInvalidField(). |
ProjectReleaseTest::providerCreateFromArrayMissingField | function | core/ |
Data provider for testCreateFromArrayMissingField(). |
ProjectReleaseTest::testCreateFromArray | function | core/ |
Tests creating with valid data. |
ProjectReleaseTest::testCreateFromArrayInvalidField | function | core/ |
Tests exceptions for invalid field types. |
ProjectReleaseTest::testCreateFromArrayMissingField | function | core/ |
Tests exceptions with missing fields. |
ProjectReleaseTest::testOptionalFields | function | core/ |
Tests that optional fields can be omitted. |
ProjectSecurityData | class | core/ |
Calculates a project's security coverage information. |
ProjectSecurityData.php | file | core/ |
|
ProjectSecurityData::$existingVersion | property | core/ |
The existing (currently installed) version of the project. |
ProjectSecurityData::$releases | property | core/ |
Releases as returned by update_get_available(). |
ProjectSecurityData::CORE_MINORS_WITH_SECURITY_COVERAGE | constant | core/ |
The number of minor versions of Drupal core that receive security coverage. |
ProjectSecurityData::createFromProjectDataAndReleases | function | core/ |
Creates a ProjectSecurityData object from project data and releases. |
ProjectSecurityData::getAdditionalSecurityCoveredMinors | function | core/ |
Gets the number of additional minor releases with security coverage. |
ProjectSecurityData::getCoverageInfo | function | core/ |
Gets the security coverage information for a project. |
ProjectSecurityData::getSecurityCoverageUntilVersion | function | core/ |
Gets the release the current minor will receive security coverage until. |
ProjectSecurityData::getSemanticMinorVersion | function | core/ |
Gets the minor version for a semantic version string. |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.