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
RedirectResponseSubscriberTest::testRedirectWithOptInExternalUrl function core/tests/Drupal/Tests/Core/EventSubscriber/RedirectResponseSubscriberTest.php @covers ::checkRedirectUrl[[api-linebreak]]
RedirectTest class core/modules/views_ui/tests/src/Functional/RedirectTest.php Tests the redirecting after saving a views.
RedirectTest class core/modules/system/tests/src/Functional/Form/RedirectTest.php Tests form redirection functionality.
RedirectTest.php file core/modules/system/tests/src/Functional/Form/RedirectTest.php
RedirectTest.php file core/modules/views_ui/tests/src/Functional/RedirectTest.php
RedirectTest::$defaultTheme property core/modules/views_ui/tests/src/Functional/RedirectTest.php The theme to install as the default for testing.
RedirectTest::$defaultTheme property core/modules/system/tests/src/Functional/Form/RedirectTest.php The theme to install as the default for testing.
RedirectTest::$modules property core/modules/system/tests/src/Functional/Form/RedirectTest.php Modules to enable.
RedirectTest::$testViews property core/modules/views_ui/tests/src/Functional/RedirectTest.php Views used by this test.
RedirectTest::testRedirect function core/modules/views_ui/tests/src/Functional/RedirectTest.php Tests the redirecting.
RedirectTest::testRedirect function core/modules/system/tests/src/Functional/Form/RedirectTest.php Tests form redirection.
RedirectTest::testRedirectFromErrorPages function core/modules/system/tests/src/Functional/Form/RedirectTest.php Tests form redirection from 404/403 pages with the Block form.
redirect_leading_slashes_subscriber service core/core.services.yml Drupal\Core\EventSubscriber\RedirectLeadingSlashesSubscriber
redirect_response_subscriber service core/core.services.yml Drupal\Core\EventSubscriber\RedirectResponseSubscriber
ReEnableModuleFieldTest class core/modules/field/tests/src/Functional/ReEnableModuleFieldTest.php Tests the behavior of a field module after being disabled and re-enabled.
ReEnableModuleFieldTest.php file core/modules/field/tests/src/Functional/ReEnableModuleFieldTest.php
ReEnableModuleFieldTest::$defaultTheme property core/modules/field/tests/src/Functional/ReEnableModuleFieldTest.php The theme to install as the default for testing.
ReEnableModuleFieldTest::$modules property core/modules/field/tests/src/Functional/ReEnableModuleFieldTest.php Modules to enable.
ReEnableModuleFieldTest::setUp function core/modules/field/tests/src/Functional/ReEnableModuleFieldTest.php
ReEnableModuleFieldTest::testReEnabledField function core/modules/field/tests/src/Functional/ReEnableModuleFieldTest.php Test the behavior of a field module after being disabled and re-enabled.
ReferenceAccessConstraint class core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/ReferenceAccessConstraint.php Entity Reference valid reference constraint.
ReferenceAccessConstraint.php file core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/ReferenceAccessConstraint.php
ReferenceAccessConstraint::$message property core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/ReferenceAccessConstraint.php The default violation message.
ReferenceAccessConstraintValidator class core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/ReferenceAccessConstraintValidator.php Checks if the current user has access to newly referenced entities.
ReferenceAccessConstraintValidator.php file core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/ReferenceAccessConstraintValidator.php
ReferenceAccessConstraintValidator::validate function core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/ReferenceAccessConstraintValidator.php
RefinableCacheableDependencyInterface::addCacheContexts function core/lib/Drupal/Core/Cache/RefinableCacheableDependencyInterface.php Adds cache contexts.
RefinableCacheableDependencyInterface::addCacheTags function core/lib/Drupal/Core/Cache/RefinableCacheableDependencyInterface.php Adds cache tags.
RefinableCacheableDependencyTrait::addCacheContexts function core/lib/Drupal/Core/Cache/RefinableCacheableDependencyTrait.php
RefinableCacheableDependencyTrait::addCacheTags function core/lib/Drupal/Core/Cache/RefinableCacheableDependencyTrait.php
RefinableDependentAccessInterface interface core/modules/block_content/src/Access/RefinableDependentAccessInterface.php An interface to allow adding an access dependency.
RefinableDependentAccessInterface.php file core/modules/block_content/src/Access/RefinableDependentAccessInterface.php
RefinableDependentAccessInterface::addAccessDependency function core/modules/block_content/src/Access/RefinableDependentAccessInterface.php Adds an access dependency into the existing access dependency.
RefinableDependentAccessInterface::setAccessDependency function core/modules/block_content/src/Access/RefinableDependentAccessInterface.php Sets the access dependency.
RefinableDependentAccessTrait trait core/modules/block_content/src/Access/RefinableDependentAccessTrait.php Trait for \Drupal\block_content\Access\RefinableDependentAccessInterface.
RefinableDependentAccessTrait.php file core/modules/block_content/src/Access/RefinableDependentAccessTrait.php
RefinableDependentAccessTrait::$accessDependency property core/modules/block_content/src/Access/RefinableDependentAccessTrait.php The access dependency.
RefinableDependentAccessTrait::addAccessDependency function core/modules/block_content/src/Access/RefinableDependentAccessTrait.php
RefinableDependentAccessTrait::getAccessDependency function core/modules/block_content/src/Access/RefinableDependentAccessTrait.php
RefinableDependentAccessTrait::setAccessDependency function core/modules/block_content/src/Access/RefinableDependentAccessTrait.php
RefinableDependentAccessTraitTestClass class core/modules/block_content/tests/src/Unit/Access/DependentAccessTest.php Test class that implements RefinableDependentAccessInterface.
ReflectionFactory::createInstance function core/lib/Drupal/Component/Plugin/Factory/ReflectionFactory.php Creates a pre-configured instance of a plugin.
ReflectionFactory::getInstanceArguments function core/lib/Drupal/Component/Plugin/Factory/ReflectionFactory.php Inspects the plugin class and build a list of arguments for the constructor.
ReflectionFactoryTest class core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php @group Plugin
@coversDefaultClass \Drupal\Component\Plugin\Factory\ReflectionFactory[[api-linebreak]]
ReflectionFactoryTest.php file core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php Contains \Drupal\Tests\Component\Plugin\Factory\ReflectionFactoryTest.
ReflectionFactoryTest::providerGetInstanceArguments function core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php Data provider for testGetInstanceArguments.
ReflectionFactoryTest::testCreateInstance function core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php @covers ::createInstance[[api-linebreak]]
@dataProvider providerGetInstanceArguments
ReflectionFactoryTest::testGetInstanceArguments function core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php @covers ::getInstanceArguments[[api-linebreak]]
@dataProvider providerGetInstanceArguments
RefreshVariablesTrait trait core/lib/Drupal/Core/Test/RefreshVariablesTrait.php Provides a method to refresh in-memory configuration and state information.
RefreshVariablesTrait.php file core/lib/Drupal/Core/Test/RefreshVariablesTrait.php

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