You are here

8 calls to ProjectRelease::createFromArray() in Drupal 9

ProjectReleaseTest::testCreateFromArray in core/modules/update/tests/src/Unit/ProjectReleaseTest.php
Tests creating with valid data.
ProjectReleaseTest::testCreateFromArrayInvalidField in core/modules/update/tests/src/Unit/ProjectReleaseTest.php
Tests exceptions for invalid field types.
ProjectReleaseTest::testCreateFromArrayMissingField in core/modules/update/tests/src/Unit/ProjectReleaseTest.php
Tests exceptions with missing fields.
ProjectReleaseTest::testOptionalFields in core/modules/update/tests/src/Unit/ProjectReleaseTest.php
Tests that optional fields can be omitted.
ProjectSecurityData::getAdditionalSecurityCoveredMinors in core/modules/update/src/ProjectSecurityData.php
Gets the number of additional minor releases with security coverage.
template_preprocess_update_version in core/modules/update/update.report.inc
Prepares variables for update version templates.
UpdateManagerUpdate::buildForm in core/modules/update/src/Form/UpdateManagerUpdate.php
Form constructor.
update_calculate_project_update_status in core/modules/update/update.compare.inc
Calculates the current update status of a specific project.