Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| SecurityAdvisoriesFetcherTest.php | file | core/ |
|
| SecurityAdvisoriesFetcherTest::$errorMessages | property | core/ |
The error messages. |
| SecurityAdvisoriesFetcherTest::$history | property | core/ |
History of requests/responses. |
| SecurityAdvisoriesFetcherTest::$logErrorMessages | property | core/ |
The log error log messages. |
| SecurityAdvisoriesFetcherTest::$modules | property | core/ |
Modules to install. |
| SecurityAdvisoriesFetcherTest::assertServiceAdvisoryLoggedErrors | function | core/ |
Asserts the expected error messages were logged. |
| SecurityAdvisoriesFetcherTest::getAdvisories | function | core/ |
Gets the advisories from the 'system.sa_fetcher' service. |
| SecurityAdvisoriesFetcherTest::log | function | core/ |
|
| SecurityAdvisoriesFetcherTest::providerIgnoreAdvisories | function | core/ |
Data provider for testIgnoreAdvisories(). |
| SecurityAdvisoriesFetcherTest::providerShowAdvisories | function | core/ |
Data provider for testShowAdvisories(). |
| SecurityAdvisoriesFetcherTest::setExistingProjectVersion | function | core/ |
Sets the existing version of the project. |
| SecurityAdvisoriesFetcherTest::setFeedItems | function | core/ |
Sets the feed items to be returned for the test. |
| SecurityAdvisoriesFetcherTest::setTestFeedResponses | function | core/ |
Sets test feed responses. |
| SecurityAdvisoriesFetcherTest::setUp | function | core/ |
|
| SecurityAdvisoriesFetcherTest::testIgnoreAdvisories | function | core/ |
Tests advisories that should be ignored. |
| SecurityAdvisoriesFetcherTest::testIntervalConfigUpdate | function | core/ |
Tests that the stored advisories response is deleted on interval decrease. |
| SecurityAdvisoriesFetcherTest::testInvalidJsonResponse | function | core/ |
Tests that invalid JSON feed responses are not stored. |
| SecurityAdvisoriesFetcherTest::testNoHttpFallback | function | core/ |
Tests no http fallback. |
| SecurityAdvisoriesFetcherTest::testShowAdvisories | function | core/ |
Tests contrib advisories that should be displayed. |
| SecurityAdvisory | class | core/ |
Provides a security advisory value object. |
| SecurityAdvisory.php | file | core/ |
|
| SecurityAdvisory::$insecureVersions | property | core/ |
The currently insecure versions of the project. |
| SecurityAdvisory::$isPsa | property | core/ |
Whether this advisory is a PSA instead of another type of advisory. |
| SecurityAdvisory::$project | property | core/ |
The project name for the advisory. |
| SecurityAdvisory::$title | property | core/ |
The title of the advisory. |
| SecurityAdvisory::$type | property | core/ |
The project type for the advisory. |
| SecurityAdvisory::$url | property | core/ |
The URL to the advisory. |
| SecurityAdvisory::createFromArray | function | core/ |
Creates a SecurityAdvisories instance from an array. |
| SecurityAdvisory::getInsecureVersions | function | core/ |
Gets the currently insecure versions of the project. |
| SecurityAdvisory::getProject | function | core/ |
Gets the project associated with the advisory. |
| SecurityAdvisory::getProjectType | function | core/ |
Gets the type of project associated with the advisory. |
| SecurityAdvisory::getTitle | function | core/ |
Gets the title. |
| SecurityAdvisory::getUrl | function | core/ |
Gets the URL to the security advisory. |
| SecurityAdvisory::isCoreAdvisory | function | core/ |
Whether the security advisory is for core or not. |
| SecurityAdvisory::isPsa | function | core/ |
Whether the security advisory is a public service announcement or not. |
| SecurityAdvisory::validateAdvisoryData | function | core/ |
Validates the security advisory data. |
| SecurityAdvisory::__construct | function | core/ |
Constructs a SecurityAdvisories object. |
| SecurityAdvisoryTest | class | core/ |
Tests Drupal\system\SecurityAdvisories\SecurityAdvisory. |
| SecurityAdvisoryTest | class | core/ |
Tests of security advisories functionality. |
| SecurityAdvisoryTest.php | file | core/ |
|
| SecurityAdvisoryTest.php | file | core/ |
|
| SecurityAdvisoryTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| SecurityAdvisoryTest::$invalidJsonEndpoint | property | core/ |
A test PSA endpoint that returns invalid JSON. |
| SecurityAdvisoryTest::$modules | property | core/ |
Modules to install. |
| SecurityAdvisoryTest::$nonWorkingEndpoint | property | core/ |
A non-working test PSA endpoint. |
| SecurityAdvisoryTest::$tempStore | property | core/ |
The key/value store. |
| SecurityAdvisoryTest::$user | property | core/ |
A user with permission to administer site configuration and updates. |
| SecurityAdvisoryTest::$workingEndpointMixed | property | core/ |
A test PSA endpoint that will display both PSA and non-PSA advisories. |
| SecurityAdvisoryTest::$workingEndpointNonPsaOnly | property | core/ |
A test PSA endpoint that will only display non-PSA advisories. |
| SecurityAdvisoryTest::$workingEndpointPsaOnly | property | core/ |
A test PSA endpoint that will only display PSA advisories. |
Pagination
- Previous page
- Page 1243
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.