Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
SecurityAdvisoriesFetcherTest::log function core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php
SecurityAdvisoriesFetcherTest::providerIgnoreAdvisories function core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php Data provider for testIgnoreAdvisories().
SecurityAdvisoriesFetcherTest::providerShowAdvisories function core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php Data provider for testShowAdvisories().
SecurityAdvisoriesFetcherTest::setExistingProjectVersion function core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php Sets the existing version of the project.
SecurityAdvisoriesFetcherTest::setFeedItems function core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php Sets the feed items to be returned for the test.
SecurityAdvisoriesFetcherTest::setTestFeedResponses function core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php Sets test feed responses.
SecurityAdvisoriesFetcherTest::setUp function core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php
SecurityAdvisoriesFetcherTest::testHttpFallback function core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php Tests http fallback.
SecurityAdvisoriesFetcherTest::testIgnoreAdvisories function core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php Tests advisories that should be ignored.
SecurityAdvisoriesFetcherTest::testIntervalConfigUpdate function core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php Tests that the stored advisories response is deleted on interval decrease.
SecurityAdvisoriesFetcherTest::testInvalidJsonResponse function core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php Tests that invalid JSON feed responses are not stored.
SecurityAdvisoriesFetcherTest::testNoHttpFallback function core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php Tests no http fallback.
SecurityAdvisoriesFetcherTest::testShowAdvisories function core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php Tests contrib advisories that should be displayed.
SecurityAdvisory class core/modules/system/src/SecurityAdvisories/SecurityAdvisory.php Provides a security advisory value object.
SecurityAdvisory.php file core/modules/system/src/SecurityAdvisories/SecurityAdvisory.php
SecurityAdvisory::$insecureVersions property core/modules/system/src/SecurityAdvisories/SecurityAdvisory.php The currently insecure versions of the project.
SecurityAdvisory::$isPsa property core/modules/system/src/SecurityAdvisories/SecurityAdvisory.php Whether this advisory is a PSA instead of another type of advisory.
SecurityAdvisory::$project property core/modules/system/src/SecurityAdvisories/SecurityAdvisory.php The project name for the advisory.
SecurityAdvisory::$title property core/modules/system/src/SecurityAdvisories/SecurityAdvisory.php The title of the advisory.
SecurityAdvisory::$type property core/modules/system/src/SecurityAdvisories/SecurityAdvisory.php The project type for the advisory.
SecurityAdvisory::$url property core/modules/system/src/SecurityAdvisories/SecurityAdvisory.php The URL to the advisory.
SecurityAdvisory::createFromArray function core/modules/system/src/SecurityAdvisories/SecurityAdvisory.php Creates a SecurityAdvisories instance from an array.
SecurityAdvisory::getInsecureVersions function core/modules/system/src/SecurityAdvisories/SecurityAdvisory.php Gets the currently insecure versions of the project.
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.
SecurityAdvisory::getTitle function core/modules/system/src/SecurityAdvisories/SecurityAdvisory.php Gets the title.
SecurityAdvisory::getUrl function core/modules/system/src/SecurityAdvisories/SecurityAdvisory.php Gets the URL to the security advisory.
SecurityAdvisory::isCoreAdvisory function core/modules/system/src/SecurityAdvisories/SecurityAdvisory.php Whether the security advisory is for core or not.
SecurityAdvisory::isPsa function core/modules/system/src/SecurityAdvisories/SecurityAdvisory.php Whether the security advisory is a public service announcement or not.
SecurityAdvisory::validateAdvisoryData function core/modules/system/src/SecurityAdvisories/SecurityAdvisory.php Validates the security advisory data.
SecurityAdvisory::__construct function core/modules/system/src/SecurityAdvisories/SecurityAdvisory.php Constructs a SecurityAdvisories object.
SecurityAdvisoryTest class core/modules/system/tests/src/Unit/SecurityAdvisories/SecurityAdvisoryTest.php Tests Drupal\system\SecurityAdvisories\SecurityAdvisory.
SecurityAdvisoryTest class core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php Tests of security advisories functionality.
SecurityAdvisoryTest.php file core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php
SecurityAdvisoryTest.php file core/modules/system/tests/src/Unit/SecurityAdvisories/SecurityAdvisoryTest.php
SecurityAdvisoryTest::$defaultTheme property core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php
SecurityAdvisoryTest::$invalidJsonEndpoint property core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php A test PSA endpoint that returns invalid JSON.
SecurityAdvisoryTest::$modules property core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php
SecurityAdvisoryTest::$nonWorkingEndpoint property core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php A non-working test PSA endpoint.
SecurityAdvisoryTest::$tempStore property core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php The key/value store.
SecurityAdvisoryTest::$user property core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php A user with permission to administer site configuration and updates.
SecurityAdvisoryTest::$workingEndpointMixed property core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php A test PSA endpoint that will display both PSA and non-PSA advisories.
SecurityAdvisoryTest::$workingEndpointNonPsaOnly property core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php A test PSA endpoint that will only display non-PSA advisories.
SecurityAdvisoryTest::$workingEndpointPsaOnly property core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php A test PSA endpoint that will only display PSA advisories.
SecurityAdvisoryTest::assertAdminPageLinks function core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php Asserts the correct links appear on an admin page.
SecurityAdvisoryTest::assertAdvisoriesNotDisplayed function core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php Asserts that security advisory links are not shown on admin pages.
SecurityAdvisoryTest::assertServiceAdvisoryLoggedErrors function core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php Asserts the expected error messages were logged on the system logger.
SecurityAdvisoryTest::assertStatusReportLinks function core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php Asserts the correct links appear on the status report page.
SecurityAdvisoryTest::getValidData function core/modules/system/tests/src/Unit/SecurityAdvisories/SecurityAdvisoryTest.php Gets valid data for a security advisory.
SecurityAdvisoryTest::providerCreateFromArray function core/modules/system/tests/src/Unit/SecurityAdvisories/SecurityAdvisoryTest.php Data provider for testCreateFromArray().

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