Search for project

  1. Search 7.x for project
  2. Search 9.5.x for project
  3. Search 8.9.x for project
  4. Search 10.3.x for project
  5. Search main for project
  6. Other projects
Title Object type File name Summary
TemplateProjectTestBase::installModules function core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php Installs modules in the UI.
TemplateProjectTestBase::installQuickStart function core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php Install a Drupal site using the quick start feature.
TemplateProjectTestBase::instantiateServer function core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php Do the work of making a server process.
TemplateProjectTestBase::makePackageManagerTestApiRequest function core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php Gets a /package-manager-test-api response.
TemplateProjectTestBase::MAX_EXECUTION_TIME constant core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php The PHP web server's max_execution_time value.
TemplateProjectTestBase::PROJECT_ROOT_RELATIVE constant core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php The project root of the test site, relative to the workspace directory.
TemplateProjectTestBase::providerTemplate function core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php Data provider for tests which use all the core project templates.
TemplateProjectTestBase::runComposer function core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php Runs a Composer command and returns its output.
TemplateProjectTestBase::setReleaseMetadata function core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php Prepares the test site to serve an XML feed of available release metadata.
TemplateProjectTestBase::setUp function core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php
TemplateProjectTestBase::setUpstreamCoreVersion function core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php Sets the version of Drupal core to which the test site will be updated.
TemplateProjectTestBase::tearDown function core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php Invokes the test preconditions assertion after each test run.
TemplateProjectTestBase::unboundCoreConstraints function core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php Changes constraints for core packages to `*`.
TemplateProjectTestBase::visit function core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php Visit a URI on the HTTP server.
TemplateProjectTestBase::visitPackageManagerChangeLog function core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php Visits the 'admin/reports/dblog' and selects Package Manager's change log.
TemplateProjectTestBase::writeSettings function core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php Appends PHP code to the test site's settings.php.
template_preprocess_update_project_status function core/modules/update/update.module Prepares variables for update project status templates.
UnknownPathExcluderTest::createTestProject function core/modules/package_manager/tests/src/Kernel/PathExcluder/UnknownPathExcluderTest.php Creates a test project.
UnknownPathExcluderTest::createTestProjectForTemplate function core/modules/package_manager/tests/src/Kernel/PathExcluder/UnknownPathExcluderTest.php Creates a test project with or without a nested webroot.
UnpackRecipeTest::testComposerCreateProject function core/tests/Drupal/BuildTests/Composer/Plugin/Unpack/Functional/UnpackRecipeTest.php Tests that recipes are unpacked when using `composer create-project`.
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/modules/update/templates/update-project-status.html.twig Default theme implementation for the project status report.
update-project-status.html.twig file core/themes/admin/templates/admin/update-project-status.html.twig Default theme implementation for the project status report.
update-project-status.html.twig file core/themes/default_admin/templates/admin/update-project-status.html.twig Default theme implementation for the project status report.
UpdateCalculateProjectDataTest class core/modules/update/tests/src/Kernel/UpdateCalculateProjectDataTest.php Test the values set in \Drupal\update\UpdateManagerInterface::calculateProjectData().
UpdateCalculateProjectDataTest.php file core/modules/update/tests/src/Kernel/UpdateCalculateProjectDataTest.php
UpdateCalculateProjectDataTest::$client property core/modules/update/tests/src/Kernel/UpdateCalculateProjectDataTest.php The Guzzle HTTP client.
UpdateCalculateProjectDataTest::$modules property core/modules/update/tests/src/Kernel/UpdateCalculateProjectDataTest.php Modules to install.
UpdateCalculateProjectDataTest::providerProjectStatus function core/modules/update/tests/src/Kernel/UpdateCalculateProjectDataTest.php Data provider for testProjectStatus().
UpdateCalculateProjectDataTest::setCoreVersion function core/modules/update/tests/src/Kernel/UpdateCalculateProjectDataTest.php Sets the installed version of core, as known to the Update Status module.
UpdateCalculateProjectDataTest::setReleaseMetadata function core/modules/update/tests/src/Kernel/UpdateCalculateProjectDataTest.php Sets the release metadata file to use when fetching available updates.
UpdateCalculateProjectDataTest::setUp function core/modules/update/tests/src/Kernel/UpdateCalculateProjectDataTest.php
UpdateCalculateProjectDataTest::testProjectStatus function core/modules/update/tests/src/Kernel/UpdateCalculateProjectDataTest.php Tests the project_status of the project.
UpdateCalculator::processProjectInfo function core/modules/update/src/UpdateCalculator.php Determines version and type information for currently installed projects.
UpdateCalculator::updateProjectStatus function core/modules/update/src/UpdateCalculator.php Calculates the current update status of a specific project.
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 projects.
UpdateManager::calculateProjectData function core/modules/update/src/UpdateManager.php Calculates the current update status of all projects on the site.
UpdateManager::getProjects function core/modules/update/src/UpdateManager.php Fetches an array of installed projects.
UpdateManager::projectStorage function core/modules/update/src/UpdateManager.php Retrieves update storage data or empties it.
UpdateManagerInterface::calculateProjectData function core/modules/update/src/UpdateManagerInterface.php Calculates the current update status of all projects on the site.
UpdateManagerInterface::getProjects function core/modules/update/src/UpdateManagerInterface.php Fetches an array of installed projects.
UpdateManagerInterface::projectStorage function core/modules/update/src/UpdateManagerInterface.php Retrieves update storage data or empties it.
UpdateProject class core/modules/update/src/UpdateProject.php Update project information.
UpdateProject.php file core/modules/update/src/UpdateProject.php
UpdateProject::createFromArray function core/modules/update/src/UpdateProject.php Creates a UpdateProject object.
UpdateProject::toArray function core/modules/update/src/UpdateProject.php Creates an array from UpdateProject object.

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