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 |
---|---|---|---|
ProjectSecurityData::SECURITY_COVERAGE_ENDING_WARN_DATE_9_4 | constant | core/ |
|
ProjectSecurityData::SECURITY_COVERAGE_ENDING_WARN_DATE_9_5 | constant | core/ |
|
ProjectSecurityData::SECURITY_COVERAGE_END_DATE_9_4 | constant | core/ |
Define constants for versions with security coverage end dates. |
ProjectSecurityData::SECURITY_COVERAGE_END_DATE_9_5 | constant | core/ |
|
ProjectSecurityData::__construct | function | core/ |
Constructs a ProjectSecurityData object. |
ProjectSecurityRequirement | class | core/ |
Class for generating a project's security requirement. |
ProjectSecurityRequirement.php | file | core/ |
|
ProjectSecurityRequirement::$existingMajorMinorVersion | property | core/ |
The existing (currently installed) version in the format [MAJOR].[MINOR]. |
ProjectSecurityRequirement::$nextMajorMinorVersion | property | core/ |
The next version after the installed version in the format [MAJOR].[MINOR]. |
ProjectSecurityRequirement::$projectTitle | property | core/ |
The project title. |
ProjectSecurityRequirement::$securityCoverageInfo | property | core/ |
Security coverage information for the project. |
ProjectSecurityRequirement::createFromProjectDataAndSecurityCoverageInfo | function | core/ |
Creates a ProjectSecurityRequirement object from project data. |
ProjectSecurityRequirement::getDateEndRequirement | function | core/ |
Gets the security coverage requirement based on an end date. |
ProjectSecurityRequirement::getReleaseCycleLink | function | core/ |
Gets a link the release cycle page on drupal.org. |
ProjectSecurityRequirement::getRequirement | function | core/ |
Gets the security coverage requirement, if any. |
ProjectSecurityRequirement::getVersionEndCoverageMessage | function | core/ |
Gets the message for additional minor version security coverage. |
ProjectSecurityRequirement::getVersionEndRequirement | function | core/ |
Gets the requirements based on security coverage until a specific version. |
ProjectSecurityRequirement::getVersionNoSecurityCoverageMessage | function | core/ |
Gets the formatted message for a project with no security coverage. |
ProjectSecurityRequirement::__construct | function | core/ |
Constructs a ProjectSecurityRequirement object. |
Recipe::COMPOSER_PROJECT_TYPE | constant | core/ |
|
ScaffoldFileCollection::$scaffoldFilesByProject | property | composer/ |
Nested list of all scaffold files. |
ScaffoldTest::$projectRoot | property | core/ |
The root of this project. |
ScaffoldTest::testEmptyProject | function | core/ |
Try to scaffold a project that does not scaffold anything. |
ScaffoldTest::testProjectThatScaffoldsEmptyProject | function | core/ |
Try to scaffold a project that allows a project with no scaffold files. |
SecurityAdvisoriesFetcher::getProjectExistingVersion | function | core/ |
Gets the existing project version. |
SecurityAdvisoriesFetcherTest::setExistingProjectVersion | function | core/ |
Sets the existing version of the project. |
SecurityAdvisory::$project | property | core/ |
The project name for the advisory. |
SecurityAdvisory::getProject | function | core/ |
Gets the project associated with the advisory. |
SecurityAdvisory::getProjectType | function | core/ |
Gets the type of project associated with the advisory. |
SymlinkValidatorTest::testSymlinkPointingOutsideProjectRoot | function | core/ |
Tests that relative symlinks cannot point outside the project root. |
system_project_namespace_test.info.yml | file | core/ |
core/modules/system/tests/modules/system_project_namespace_test/system_project_namespace_test.info.yml |
TemplateProjectTestBase | class | core/ |
Base class for tests which create a test site from a core project template. |
TemplateProjectTestBase.php | file | core/ |
|
TemplateProjectTestBase::$metadataServer | property | core/ |
A secondary server instance, to serve XML metadata about available updates. |
TemplateProjectTestBase::$serverErrorLog | property | core/ |
All output that the PHP web server logs to the error buffer. |
TemplateProjectTestBase::$webRoot | property | core/ |
The web root of the test site, relative to the workspace directory. |
TemplateProjectTestBase::addRepository | function | core/ |
Adds a path repository to the test site. |
TemplateProjectTestBase::assertAppliedChangesWereLogged | function | core/ |
Asserts that changes applied during the stage life cycle were logged. |
TemplateProjectTestBase::assertExpectedStageEventsFired | function | core/ |
Asserts stage events were fired in a specific order. |
TemplateProjectTestBase::assertRequestedChangesWereLogged | function | core/ |
Asserts changes requested during the stage life cycle were logged. |
TemplateProjectTestBase::copyCodebase | function | core/ |
Copy the current working codebase into a workspace. |
TemplateProjectTestBase::copyFixtureToTempDirectory | function | core/ |
Copies a fixture directory to a temporary directory and returns its path. |
TemplateProjectTestBase::createTestProject | function | core/ |
Creates a test project from a given template and installs Drupal. |
TemplateProjectTestBase::createVendorRepository | function | core/ |
Creates a Composer repository for all dependencies of the test project. |
TemplateProjectTestBase::formLogin | function | core/ |
Helper that uses Drupal's user/login form to log in. |
TemplateProjectTestBase::getWebRoot | function | core/ |
Returns the full path to the test site's document root. |
TemplateProjectTestBase::installModules | function | core/ |
Installs modules in the UI. |
TemplateProjectTestBase::installQuickStart | function | core/ |
Install a Drupal site using the quick start feature. |
TemplateProjectTestBase::instantiateServer | function | core/ |
Do the work of making a server process. |
TemplateProjectTestBase::makePackageManagerTestApiRequest | function | core/ |
Gets a /package-manager-test-api response. |
Pagination
- Previous page
- Page 5
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.