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
SectionTest::testGetThirdPartySetting function core/modules/layout_builder/tests/src/Unit/SectionTest.php Tests get third party setting.
SectionTest::testGetThirdPartySettings function core/modules/layout_builder/tests/src/Unit/SectionTest.php Tests get third party settings.
SectionTest::testInsertAfterComponent function core/modules/layout_builder/tests/src/Unit/SectionTest.php Tests insert after component.
SectionTest::testInsertAfterComponentInvalidUuid function core/modules/layout_builder/tests/src/Unit/SectionTest.php Tests insert after component invalid uuid.
SectionTest::testInsertAfterComponentValidUuidRegionMismatch function core/modules/layout_builder/tests/src/Unit/SectionTest.php Tests insert after component valid uuid region mismatch.
SectionTest::testInsertComponent function core/modules/layout_builder/tests/src/Unit/SectionTest.php Tests insert component.
SectionTest::testInsertComponentAppend function core/modules/layout_builder/tests/src/Unit/SectionTest.php Tests insert component append.
SectionTest::testInsertComponentInvalidDelta function core/modules/layout_builder/tests/src/Unit/SectionTest.php Tests insert component invalid delta.
SectionTest::testRemoveComponent function core/modules/layout_builder/tests/src/Unit/SectionTest.php Tests remove component.
SectionTest::testSetThirdPartySetting function core/modules/layout_builder/tests/src/Unit/SectionTest.php Tests set third party setting.
SectionTest::testUnsetThirdPartySetting function core/modules/layout_builder/tests/src/Unit/SectionTest.php Tests unset third party setting.
Secure class core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/Annotation/Secure.php
Secure.php file core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/Annotation/Secure.php
Secure::$roles property core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/Annotation/Secure.php
Secure::__construct function core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/Annotation/Secure.php
SecuredRedirectResponse class core/lib/Drupal/Component/HttpFoundation/SecuredRedirectResponse.php Provides a common base class for safe redirects.
SecuredRedirectResponse.php file core/lib/Drupal/Component/HttpFoundation/SecuredRedirectResponse.php
SecuredRedirectResponse::createFromRedirectResponse function core/lib/Drupal/Component/HttpFoundation/SecuredRedirectResponse.php Copies an existing redirect response into a safe one.
SecuredRedirectResponse::fromResponse function core/lib/Drupal/Component/HttpFoundation/SecuredRedirectResponse.php Copies over the values from the given response.
SecuredRedirectResponse::isSafe function core/lib/Drupal/Component/HttpFoundation/SecuredRedirectResponse.php Returns whether the URL is considered as safe to redirect to.
SecuredRedirectResponse::setTargetUrl function core/lib/Drupal/Component/HttpFoundation/SecuredRedirectResponse.php
SecuredRedirectResponseTest class core/tests/Drupal/Tests/Component/HttpFoundation/SecuredRedirectResponseTest.php Test secure redirect base class.
SecuredRedirectResponseTest.php file core/tests/Drupal/Tests/Component/HttpFoundation/SecuredRedirectResponseTest.php
SecuredRedirectResponseTest::testRedirectCopy function core/tests/Drupal/Tests/Component/HttpFoundation/SecuredRedirectResponseTest.php Tests copying of redirect response.
SecuredRedirectStub class core/tests/Drupal/Tests/Component/HttpFoundation/SecuredRedirectResponseTest.php Test class for safe redirects.
SecuredRedirectStub::isSafe function core/tests/Drupal/Tests/Component/HttpFoundation/SecuredRedirectResponseTest.php
SECURITY.md file ./SECURITY.md Drupal Security Policy
If you discover a security vulnerability in Drupal core or a contributed project
(module, theme, or distribution) keep it confidential and report it to the Drupal security team.
SecurityAdvisoriesFetcher class core/modules/system/src/SecurityAdvisories/SecurityAdvisoriesFetcher.php Defines a service to get security advisories.
SecurityAdvisoriesFetcher.php file core/modules/system/src/SecurityAdvisories/SecurityAdvisoriesFetcher.php
SecurityAdvisoriesFetcher::$config property core/modules/system/src/SecurityAdvisories/SecurityAdvisoriesFetcher.php The 'system.advisories' configuration.
SecurityAdvisoriesFetcher::$extensionLists property core/modules/system/src/SecurityAdvisories/SecurityAdvisoriesFetcher.php Array of extension lists, keyed by extension type.
SecurityAdvisoriesFetcher::$keyValueExpirable property core/modules/system/src/SecurityAdvisories/SecurityAdvisoriesFetcher.php The expirable key/value store for the advisories JSON response.
SecurityAdvisoriesFetcher::$withHttpFallback property core/modules/system/src/SecurityAdvisories/SecurityAdvisoriesFetcher.php Whether to fall back to HTTP if the HTTPS request fails.
SecurityAdvisoriesFetcher::ADVISORIES_JSON_EXPIRABLE_KEY constant core/modules/system/src/SecurityAdvisories/SecurityAdvisoriesFetcher.php The key to use to store the advisories feed response.
SecurityAdvisoriesFetcher::deleteStoredResponse function core/modules/system/src/SecurityAdvisories/SecurityAdvisoriesFetcher.php Deletes the stored JSON feed response, if any.
SecurityAdvisoriesFetcher::doRequest function core/modules/system/src/SecurityAdvisories/SecurityAdvisoriesFetcher.php Makes an HTTPS GET request, with a possible HTTP fallback.
SecurityAdvisoriesFetcher::getMatchingExtensionInfo function core/modules/system/src/SecurityAdvisories/SecurityAdvisoriesFetcher.php Gets the information for an extension affected by the security advisory.
SecurityAdvisoriesFetcher::getProjectExistingVersion function core/modules/system/src/SecurityAdvisories/SecurityAdvisoriesFetcher.php Gets the existing project version.
SecurityAdvisoriesFetcher::getSecurityAdvisories function core/modules/system/src/SecurityAdvisories/SecurityAdvisoriesFetcher.php Gets security advisories that are applicable for the current site.
SecurityAdvisoriesFetcher::isApplicable function core/modules/system/src/SecurityAdvisories/SecurityAdvisoriesFetcher.php Determines if a security advisory is applicable for the current site.
SecurityAdvisoriesFetcher::matchesExistingVersion function core/modules/system/src/SecurityAdvisories/SecurityAdvisoriesFetcher.php Determines if an advisory matches the existing version of a project.
SecurityAdvisoriesFetcher::__construct function core/modules/system/src/SecurityAdvisories/SecurityAdvisoriesFetcher.php
SecurityAdvisoriesFetcherTest class core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php Tests Drupal\system\SecurityAdvisories\SecurityAdvisoriesFetcher.
SecurityAdvisoriesFetcherTest.php file core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php
SecurityAdvisoriesFetcherTest::$errorMessages property core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php The error messages.
SecurityAdvisoriesFetcherTest::$history property core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php History of requests/responses.
SecurityAdvisoriesFetcherTest::$logErrorMessages property core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php The log error log messages.
SecurityAdvisoriesFetcherTest::$modules property core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php
SecurityAdvisoriesFetcherTest::assertServiceAdvisoryLoggedErrors function core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php Asserts the expected error messages were logged.
SecurityAdvisoriesFetcherTest::getAdvisories function core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php Gets the advisories from the 'system.sa_fetcher' service.

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