Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
RssFields::render function core/modules/views/src/Plugin/views/row/RssFields.php Render a row object. This usually passes through to a theme template
of some form, but not always.
RssFields::validate function core/modules/views/src/Plugin/views/row/RssFields.php Validate that the plugin is correct and can be saved.
RssFieldsTest class core/modules/views/tests/src/Kernel/Plugin/RssFieldsTest.php Tests \Drupal\views\Plugin\views\row\RssFields.
RssFieldsTest.php file core/modules/views/tests/src/Kernel/Plugin/RssFieldsTest.php
RssFieldsTest::$modules property core/modules/views/tests/src/Kernel/Plugin/RssFieldsTest.php Modules to enable.
RssFieldsTest::$testViews property core/modules/views/tests/src/Kernel/Plugin/RssFieldsTest.php Views to be enabled.
RssFieldsTest::setUp function core/modules/views/tests/src/Kernel/Plugin/RssFieldsTest.php
RssFieldsTest::testLink function core/modules/views/tests/src/Kernel/Plugin/RssFieldsTest.php Tests correct processing of link fields.
RssPluginBase class core/modules/views/src/Plugin/views/row/RssPluginBase.php Base class for Views RSS row plugins.
RssPluginBase.php file core/modules/views/src/Plugin/views/row/RssPluginBase.php
RssPluginBase::$deprecatedProperties property core/modules/views/src/Plugin/views/row/RssPluginBase.php
RssPluginBase::$entityDisplayRepository property core/modules/views/src/Plugin/views/row/RssPluginBase.php The entity display repository.
RssPluginBase::$entityTypeId property core/modules/views/src/Plugin/views/row/RssPluginBase.php The ID of the entity type for which this is an RSS row plugin.
RssPluginBase::$entityTypeManager property core/modules/views/src/Plugin/views/row/RssPluginBase.php The entity manager.
RssPluginBase::buildOptionsForm function core/modules/views/src/Plugin/views/row/RssPluginBase.php Provide a form for setting options.
RssPluginBase::buildOptionsForm_summary_options function core/modules/views/src/Plugin/views/row/RssPluginBase.php Return the main options, which are shown in the summary title.
RssPluginBase::calculateDependencies function core/modules/views/src/Plugin/views/row/RssPluginBase.php Calculates dependencies for the configured plugin.
RssPluginBase::create function core/modules/views/src/Plugin/views/row/RssPluginBase.php Creates an instance of the plugin.
RssPluginBase::defineOptions function core/modules/views/src/Plugin/views/row/RssPluginBase.php Information about options for all kinds of purposes will be held here.
RssPluginBase::__construct function core/modules/views/src/Plugin/views/row/RssPluginBase.php Constructs a RssPluginBase object.
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 @coversDefaultClass \Drupal\Core\EventSubscriber\RssResponseRelativeUrlFilter[[api-linebreak]]
@group event_subscriber
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 @dataProvider providerTestOnResponse
RssTest class core/modules/taxonomy/tests/src/Functional/RssTest.php Ensure that data added as terms appears in RSS feeds if "RSS Category" format
is selected.
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::$modules property core/modules/taxonomy/tests/src/Functional/RssTest.php Modules to enable.
RssTest::$vocabulary property core/modules/taxonomy/tests/src/Functional/RssTest.php Vocabulary for testing.
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.
run-tests.sh file core/scripts/run-tests.sh This script runs Drupal tests from command line.
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.
SafeMarkup class core/lib/Drupal/Component/Utility/SafeMarkup.php Contains deprecated functionality related to sanitization of markup.
SafeMarkup.php file core/lib/Drupal/Component/Utility/SafeMarkup.php
SafeMarkup::checkPlain function core/lib/Drupal/Component/Utility/SafeMarkup.php Encodes special characters in a plain-text string for display as HTML.
SafeMarkup::format function core/lib/Drupal/Component/Utility/SafeMarkup.php Formats a string for HTML display by replacing variable placeholders.
SafeMarkup::isSafe function core/lib/Drupal/Component/Utility/SafeMarkup.php Checks if a string is safe to output.
SafeMarkupTest class core/tests/Drupal/Tests/Component/Utility/SafeMarkupTest.php Tests marking strings as safe.
SafeMarkupTest.php file core/tests/Drupal/Tests/Component/Utility/SafeMarkupTest.php Contains \Drupal\Tests\Component\Utility\SafeMarkupTest.
SafeMarkupTest::providerCheckPlain function core/tests/Drupal/Tests/Component/Utility/SafeMarkupTest.php Data provider for testCheckPlain() and testHtmlEscapedText().

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