Search for project

  1. Search 7.x for project
  2. Search 8.9.x for project
  3. Search 10.3.x for project
  4. Search 11.x for project
  5. Other projects
Title Object type File name Summary
ProjectSecurityRequirement class core/modules/update/src/ProjectSecurityRequirement.php Class for generating a project's security requirement.
ProjectSecurityRequirement.php file core/modules/update/src/ProjectSecurityRequirement.php
ProjectSecurityRequirement::$existingMajorMinorVersion property core/modules/update/src/ProjectSecurityRequirement.php The existing (currently installed) version in the format [MAJOR].[MINOR].
ProjectSecurityRequirement::$nextMajorMinorVersion property core/modules/update/src/ProjectSecurityRequirement.php The next version after the installed version in the format [MAJOR].[MINOR].
ProjectSecurityRequirement::$projectTitle property core/modules/update/src/ProjectSecurityRequirement.php The project title.
ProjectSecurityRequirement::$securityCoverageInfo property core/modules/update/src/ProjectSecurityRequirement.php Security coverage information for the project.
ProjectSecurityRequirement::createFromProjectDataAndSecurityCoverageInfo function core/modules/update/src/ProjectSecurityRequirement.php Creates a ProjectSecurityRequirement object from project data.
ProjectSecurityRequirement::getDateEndRequirement function core/modules/update/src/ProjectSecurityRequirement.php Gets the security coverage requirement based on an end date.
ProjectSecurityRequirement::getReleaseCycleLink function core/modules/update/src/ProjectSecurityRequirement.php Gets a link the release cycle page on drupal.org.
ProjectSecurityRequirement::getRequirement function core/modules/update/src/ProjectSecurityRequirement.php Gets the security coverage requirement, if any.
ProjectSecurityRequirement::getVersionEndCoverageMessage function core/modules/update/src/ProjectSecurityRequirement.php Gets the message for additional minor version security coverage.
ProjectSecurityRequirement::getVersionEndRequirement function core/modules/update/src/ProjectSecurityRequirement.php Gets the requirements based on security coverage until a specific version.
ProjectSecurityRequirement::getVersionNoSecurityCoverageMessage function core/modules/update/src/ProjectSecurityRequirement.php Gets the formatted message for a project with no security coverage.
ProjectSecurityRequirement::__construct function core/modules/update/src/ProjectSecurityRequirement.php Constructs a ProjectSecurityRequirement object.
ScaffoldFileCollection::$scaffoldFilesByProject property composer/Plugin/Scaffold/Operations/ScaffoldFileCollection.php Nested list of all scaffold files.
ScaffoldTest::$projectRoot property core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php The root of this project.
ScaffoldTest::testEmptyProject function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php Try to scaffold a project that does not scaffold anything.
ScaffoldTest::testProjectThatScaffoldsEmptyProject function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php Try to scaffold a project that allows a project with no scaffold files.
SecurityAdvisoriesFetcher::getProjectExistingVersion function core/modules/system/src/SecurityAdvisories/SecurityAdvisoriesFetcher.php Gets the existing project version.
SecurityAdvisoriesFetcherTest::setExistingProjectVersion function core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php Sets the existing version of the project.
SecurityAdvisory::$project property core/modules/system/src/SecurityAdvisories/SecurityAdvisory.php The project name for the advisory.
SecurityAdvisory::getProject function core/modules/system/src/SecurityAdvisories/SecurityAdvisory.php Gets the project associated with the advisory.
SecurityAdvisory::getProjectType function core/modules/system/src/SecurityAdvisories/SecurityAdvisory.php Gets the type of project associated with the advisory.
system_project_namespace_test.info.yml file core/modules/system/tests/modules/system_project_namespace_test/system_project_namespace_test.info.yml core/modules/system/tests/modules/system_project_namespace_test/system_project_namespace_test.info.yml
template_preprocess_update_project_status function core/modules/update/update.report.inc Prepares variables for update project status templates.
update-project-status.html.twig file core/themes/stable9/templates/admin/update-project-status.html.twig Theme override for the project status report.
update-project-status.html.twig file core/themes/stable/templates/admin/update-project-status.html.twig Theme override for the project status report.
update-project-status.html.twig file core/modules/update/templates/update-project-status.html.twig Default theme implementation for the project status report.
UpdateContribTest::$updateProject property core/modules/update/tests/src/Functional/UpdateContribTest.php The project that is being tested.
UpdateFetcher::fetchProjectData function core/modules/update/src/UpdateFetcher.php Retrieves the project information.
UpdateFetcherInterface::fetchProjectData function core/modules/update/src/UpdateFetcherInterface.php Retrieves the project information.
UpdateFetcherTest::$testProject property core/modules/update/tests/src/Unit/UpdateFetcherTest.php A test project to fetch with.
UpdateManager::$projects property core/modules/update/src/UpdateManager.php An array of installed and enabled projects.
UpdateManager::getProjects function core/modules/update/src/UpdateManager.php Fetches an array of installed and enabled projects.
UpdateManager::projectStorage function core/modules/update/src/UpdateManager.php Retrieves update storage data or empties it.
UpdateManagerInterface::getProjects function core/modules/update/src/UpdateManagerInterface.php Fetches an array of installed and enabled projects.
UpdateManagerInterface::projectStorage function core/modules/update/src/UpdateManagerInterface.php Retrieves update storage data or empties it.
Updater::getProjectName function core/lib/Drupal/Core/Updater/Updater.php Gets the name of the project directory (basename).
Updater::getProjectTitle function core/lib/Drupal/Core/Updater/Updater.php Returns the project name from a Drupal info file.
UpdaterInterface::getProjectName function core/lib/Drupal/Core/Updater/UpdaterInterface.php Returns the system name of the project.
UpdaterTest::testGetProjectTitleWithChild function core/tests/Drupal/KernelTests/Core/Updater/UpdaterTest.php Tests project and child project showing correct title.
UpdateSemverContribTest::$projectTitle property core/modules/update/tests/src/Functional/UpdateSemverContribTest.php The title of the project being tested.
UpdateSemverContribTest::$updateProject property core/modules/update/tests/src/Functional/UpdateSemverContribTest.php The project that is being tested.
UpdateSemverContribTest::setProjectInstalledVersion function core/modules/update/tests/src/Functional/UpdateSemverContribTest.php Sets the project installed version.
UpdateSemverCoreTest::$projectTitle property core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php The title of the project being tested.
UpdateSemverCoreTest::$updateProject property core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php The project that is being tested.
UpdateSemverCoreTest::setProjectInstalledVersion function core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php Sets the version to x.x.x when no project-specific mapping is defined.
UpdateSemverTestBase::$projectTitle property core/modules/update/tests/src/Functional/UpdateSemverTestBase.php The title of the project being tested.
UpdateSemverTestBase::setProjectInstalledVersion function core/modules/update/tests/src/Functional/UpdateSemverTestBase.php Sets the project installed version.
UpdateTestBase::$updateProject property core/modules/update/tests/src/Functional/UpdateTestBase.php The project that is being tested.

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