Search for %s

  1. Search 7.x for %s
  2. Search 8.9.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
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 Tests 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
ReferenceBase class core/modules/migrate_drupal/src/Plugin/migrate/field/ReferenceBase.php Base class for Drupal reference fields.
ReferenceBase.php file core/modules/migrate_drupal/src/Plugin/migrate/field/ReferenceBase.php
ReferenceBase::alterFieldInstanceMigration function core/modules/migrate_drupal/src/Plugin/migrate/field/ReferenceBase.php Apply any custom processing to the field instance migration.
ReferenceBase::defineValueProcessPipeline function core/modules/migrate_drupal/src/Plugin/migrate/field/ReferenceBase.php Apply any custom processing to the field bundle migrations.
ReferenceBase::entityId function core/modules/migrate_drupal/src/Plugin/migrate/field/ReferenceBase.php Gets the name of the field property which holds the entity ID.
ReferenceBase::getEntityTypeMigrationId function core/modules/migrate_drupal/src/Plugin/migrate/field/ReferenceBase.php Gets the plugin ID for the reference type migration.
ReferenceBase::getFieldWidgetMap function core/modules/migrate_drupal/src/Plugin/migrate/field/ReferenceBase.php Get a map between D6 and D8 widgets for this field type.
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.
Reflection::getParameterClassName function core/lib/Drupal/Component/Utility/Reflection.php Gets the parameter's class name.
ReflectionClass trait core/lib/Drupal/Component/Annotation/Doctrine/Compatibility/Php8/ReflectionClass.php
ReflectionClass trait core/lib/Drupal/Component/Annotation/Doctrine/Compatibility/Php7/ReflectionClass.php
ReflectionClass.php file core/lib/Drupal/Component/Annotation/Doctrine/Compatibility/Php8/ReflectionClass.php This class is a near-copy of
Doctrine\Common\Reflection\Compatibility\Php8\ReflectionClass, which is part
of the Doctrine project: <http://www.doctrine-project.org>. It was copied
from version 1.2.2.
ReflectionClass.php file core/lib/Drupal/Component/Annotation/Doctrine/Compatibility/ReflectionClass.php This class is a near-copy of
Doctrine\Common\Reflection\Compatibility\ReflectionClass, which is part of
the Doctrine project: <http://www.doctrine-project.org>. It was copied from
version 1.2.2.

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