Search for release
- Search 7.x for release
- Search 9.5.x for release
- Search 8.9.x for release
- Search 11.x for release
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
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::$releases | property | core/ |
Releases as returned by update_get_available(). |
ProjectSecurityData::createFromProjectDataAndReleases | function | core/ |
Creates a ProjectSecurityData object from project data and releases. |
ProjectSecurityRequirement::getReleaseCycleLink | function | core/ |
Gets a link the release cycle page on drupal.org. |
QueueInterface::releaseItem | function | core/ |
Releases an item that the worker could not process. |
TestDatabase::releaseAllTestLocks | function | core/ |
Releases all test locks. |
TestDatabase::releaseLock | function | core/ |
Releases a lock. |
TestSiteReleaseLocksCommand | class | core/ |
Command to release all test site database prefix locks. |
TestSiteReleaseLocksCommand.php | file | core/ |
|
TestSiteReleaseLocksCommand::configure | function | core/ |
|
TestSiteReleaseLocksCommand::execute | function | core/ |
|
TransactionManager::releaseClientSavepoint | function | core/ |
Releases a savepoint on the client transaction. |
TransactionManagerBase::releaseClientSavepoint | function | core/ |
Releases a savepoint on the client transaction. |
UpdateCalculateProjectDataTest::setReleaseMetadata | function | core/ |
Sets the release metadata file to use when fetching available updates. |
UpdateContribTest::testNoReleasesAvailable | function | core/ |
Tests when there is no available release data for a contrib module. |
UpdateContribTest::testRevokedRelease | function | core/ |
Tests messages when a project release is unpublished. |
UpdateContribTest::testUnsupportedRelease | function | core/ |
Tests messages when a project release is marked unsupported. |
UpdateManager::$availableReleasesTempStore | property | core/ |
Update available releases key/value store. |
UpdateProcessor::$availableReleasesTempStore | property | core/ |
Update available releases store. |
UpdateSemverCoreTest::testDevNoReleaseDate | function | core/ |
Tests when a dev release does not have a date. |
UpdateSemverTestBaselineTrait::testRevokedRelease | function | core/ |
Tests messages when a project release is unpublished. |
UpdateSemverTestBaselineTrait::testUnsupportedRelease | function | core/ |
Tests messages when a project release is marked unsupported. |
UpdateTestTrait::mockReleaseHistory | function | core/ |
Sets available release history. |
Pagination
- Previous page
- Page 2
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.