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
RssResponseRelativeUrlFilter class core/lib/Drupal/Core/EventSubscriber/RssResponseRelativeUrlFilter.php Subscribes to filter RSS responses, to make relative URIs absolute.
RssResponseRelativeUrlFilter.php file core/lib/Drupal/Core/EventSubscriber/RssResponseRelativeUrlFilter.php
RssResponseRelativeUrlFilter::getSubscribedEvents function core/lib/Drupal/Core/EventSubscriber/RssResponseRelativeUrlFilter.php
RssResponseRelativeUrlFilter::onResponse function core/lib/Drupal/Core/EventSubscriber/RssResponseRelativeUrlFilter.php Converts relative URLs to absolute URLs.
RssResponseRelativeUrlFilter::transformRootRelativeUrlsToAbsolute function core/lib/Drupal/Core/EventSubscriber/RssResponseRelativeUrlFilter.php Converts all root-relative URLs to absolute URLs in RSS markup.
RssResponseRelativeUrlFilterTest class core/tests/Drupal/Tests/Core/EventSubscriber/RssResponseRelativeUrlFilterTest.php Tests Drupal\Core\EventSubscriber\RssResponseRelativeUrlFilter.
RssResponseRelativeUrlFilterTest.php file core/tests/Drupal/Tests/Core/EventSubscriber/RssResponseRelativeUrlFilterTest.php
RssResponseRelativeUrlFilterTest::providerTestOnResponse function core/tests/Drupal/Tests/Core/EventSubscriber/RssResponseRelativeUrlFilterTest.php
RssResponseRelativeUrlFilterTest::testOnResponse function core/tests/Drupal/Tests/Core/EventSubscriber/RssResponseRelativeUrlFilterTest.php Tests on response.
RssTest class core/modules/taxonomy/tests/src/Functional/RssTest.php Tests the taxonomy RSS display.
RssTest class core/modules/taxonomy/tests/src/Kernel/RssTest.php Tests the taxonomy RSS display.
RssTest.php file core/modules/taxonomy/tests/src/Kernel/RssTest.php
RssTest.php file core/modules/taxonomy/tests/src/Functional/RssTest.php
RssTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/RssTest.php The theme to install as the default for testing.
RssTest::$fieldName property core/modules/taxonomy/tests/src/Functional/RssTest.php Name of the taxonomy term reference field.
RssTest::$fieldName property core/modules/taxonomy/tests/src/Kernel/RssTest.php Name of the taxonomy term reference field.
RssTest::$modules property core/modules/taxonomy/tests/src/Kernel/RssTest.php
RssTest::$modules property core/modules/taxonomy/tests/src/Functional/RssTest.php Modules to install.
RssTest::$vocabulary property core/modules/taxonomy/tests/src/Functional/RssTest.php Vocabulary for testing.
RssTest::$vocabulary property core/modules/taxonomy/tests/src/Kernel/RssTest.php Vocabulary for testing.
RssTest::setUp function core/modules/taxonomy/tests/src/Kernel/RssTest.php
RssTest::setUp function core/modules/taxonomy/tests/src/Functional/RssTest.php
RssTest::testTaxonomyRss function core/modules/taxonomy/tests/src/Functional/RssTest.php Tests that terms added to nodes are displayed in core RSS feed.
RssTest::testTaxonomyRss function core/modules/taxonomy/tests/src/Kernel/RssTest.php Tests that terms added to nodes are displayed in core RSS feed.
RsyncValidator class core/modules/package_manager/src/Validator/RsyncValidator.php Checks that rsync is available.
RsyncValidator.php file core/modules/package_manager/src/Validator/RsyncValidator.php
RsyncValidator::getSubscribedEvents function core/modules/package_manager/src/Validator/RsyncValidator.php
RsyncValidator::validate function core/modules/package_manager/src/Validator/RsyncValidator.php Checks that rsync is available.
RsyncValidator::__construct function core/modules/package_manager/src/Validator/RsyncValidator.php
RsyncValidatorTest class core/modules/package_manager/tests/src/Kernel/RsyncValidatorTest.php Tests Rsync Validator.
RsyncValidatorTest.php file core/modules/package_manager/tests/src/Kernel/RsyncValidatorTest.php
RsyncValidatorTest::$executableFinder property core/modules/package_manager/tests/src/Kernel/RsyncValidatorTest.php The mocked executable finder.
RsyncValidatorTest::register function core/modules/package_manager/tests/src/Kernel/RsyncValidatorTest.php
RsyncValidatorTest::setUp function core/modules/package_manager/tests/src/Kernel/RsyncValidatorTest.php
RsyncValidatorTest::testPreCreateFailsIfRsyncNotFound function core/modules/package_manager/tests/src/Kernel/RsyncValidatorTest.php Tests that the stage cannot be created if rsync is selected, but not found.
RsyncValidatorTest::testRsyncNotNeededForDirectWrite function core/modules/package_manager/tests/src/Kernel/RsyncValidatorTest.php Tests that the presence of rsync is not checked in direct-write mode.
run-tests.sh file core/scripts/run-tests.sh Script for running tests on DrupalCI.
RunnerVersion class core/tests/Drupal/TestTools/PhpUnitCompatibility/RunnerVersion.php Helper class to determine information about running PHPUnit version.
RunnerVersion.php file core/tests/Drupal/TestTools/PhpUnitCompatibility/RunnerVersion.php
RunnerVersion::getMajor function core/tests/Drupal/TestTools/PhpUnitCompatibility/RunnerVersion.php Returns the major version of the PHPUnit runner being used.
RunnerVersion::__construct function core/tests/Drupal/TestTools/PhpUnitCompatibility/RunnerVersion.php This class should not be instantiated.
RunTimeRequirementsTest class core/modules/system/tests/src/Kernel/System/RunTimeRequirementsTest.php Tests the effectiveness of hook_runtime_requirements().
RunTimeRequirementsTest.php file core/modules/system/tests/src/Kernel/System/RunTimeRequirementsTest.php
RunTimeRequirementsTest::$modules property core/modules/system/tests/src/Kernel/System/RunTimeRequirementsTest.php
RunTimeRequirementsTest::testRuntimeRequirements function core/modules/system/tests/src/Kernel/System/RunTimeRequirementsTest.php Tests hook_runtime_requirements() and hook_runtime_requirements_alter().
safe-triangle.css file core/modules/navigation/css/components/safe-triangle.css /*
* DO NOT EDIT THIS FILE.
* See the following change record for more information,
* https://www.drupal.org/node/3084859
* @preserve
*/
:is(#extra-specificity-hack, [data-drupal-admin-styles]) {
[data-has-safe-triangle] {
safe-triangle.pcss.css file core/modules/navigation/css/components/safe-triangle.pcss.css :is(#extra-specificity-hack, [data-drupal-admin-styles]) {
[data-has-safe-triangle] {
--safe-triangle-cursor-y: 100px;
--safe-triangle-cursor-x: 100px;
--safe-triangle-submenu-start-x: var(--admin-toolbar-sidebar-width);
SafeMarkupTestMarkup class core/tests/Drupal/KernelTests/Core/Theme/TwigMarkupInterfaceTest.php Implements MarkupInterface without implementing \Countable.
SafeMarkupTestMarkup::create function core/tests/Drupal/KernelTests/Core/Theme/TwigMarkupInterfaceTest.php Overrides MarkupTrait::create() to allow creation with empty strings.
SameModuleChild class core/tests/fixtures/TestTools/drupal_debug_classloader_test_classes.php Fixture: child in the same module as the parent.

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