Files - 10.3.x - drupal

Primary tabs

Title Deprecated File name Namespace Summary
RequeueException.php core/lib/Drupal/Core/Queue/RequeueException.php Drupal\Core\Queue
RequiredConfigDependenciesConstraint.php core/lib/Drupal/Core/Config/Plugin/Validation/Constraint/RequiredConfigDependenciesConstraint.php Drupal\Core\Config\Plugin\Validation\Constraint
RequiredConfigDependenciesConstraintValidator.php core/lib/Drupal/Core/Config/Plugin/Validation/Constraint/RequiredConfigDependenciesConstraintValidator.php Drupal\Core\Config\Plugin\Validation\Constraint
RequiredFieldStorageDefinitionInterface.php core/lib/Drupal/Core/Field/RequiredFieldStorageDefinitionInterface.php Drupal\Core\Field
RequiredModuleUninstallValidator.php core/lib/Drupal/Core/ProxyClass/Extension/RequiredModuleUninstallValidator.php Drupal\Core\ProxyClass\Extension
RequiredModuleUninstallValidator.php core/lib/Drupal/Core/Extension/RequiredModuleUninstallValidator.php Drupal\Core\Extension
RequiredModuleUninstallValidatorTest.php core/tests/Drupal/Tests/Core/Extension/RequiredModuleUninstallValidatorTest.php Drupal\Tests\Core\Extension
RequiredStateMissingException.php core/modules/workflows/src/Exception/RequiredStateMissingException.php Drupal\workflows\Exception
RequiredStatesTest.php core/modules/workflows/tests/src/Kernel/RequiredStatesTest.php Drupal\Tests\workflows\Kernel
RequiredStateTestType.php core/modules/workflows/tests/modules/workflow_type_test/src/Plugin/WorkflowType/RequiredStateTestType.php Drupal\workflow_type_test\Plugin\WorkflowType
requirements1_test.info.yml core/modules/system/tests/modules/requirements1_test/requirements1_test.info.yml core/modules/system/tests/modules/requirements1_test/requirements1_test.info.yml
requirements1_test.install core/modules/system/tests/modules/requirements1_test/requirements1_test.install Install hooks for test module.
requirements1_test.module core/modules/system/tests/modules/requirements1_test/requirements1_test.module Hook implementations for requirements1_test module.
requirements2_test.info.yml core/modules/system/tests/modules/requirements2_test/requirements2_test.info.yml core/modules/system/tests/modules/requirements2_test/requirements2_test.info.yml
RequirementsException.php core/modules/migrate/src/Exception/RequirementsException.php Drupal\migrate\Exception
RequirementsExceptionTest.php core/modules/migrate/tests/src/Unit/Exception/RequirementsExceptionTest.php Drupal\Tests\migrate\Unit\Exception
RequirementsInterface.php core/modules/migrate/src/Plugin/RequirementsInterface.php Drupal\migrate\Plugin
RequirementsPageTrait.php core/tests/Drupal/Tests/RequirementsPageTrait.php Drupal\Tests
RequirementsTest.php core/modules/mysql/tests/src/Functional/RequirementsTest.php Drupal\Tests\mysql\Functional
RequirementsTest.php core/modules/file/tests/src/Kernel/RequirementsTest.php Drupal\Tests\file\Kernel
RequirementsTest.php core/modules/system/tests/src/Kernel/Module/RequirementsTest.php Drupal\Tests\system\Kernel\Module
RequiresComposerTrait.php core/tests/Drupal/TestTools/Extension/RequiresComposerTrait.php Drupal\TestTools\Extension
ReservedWordTest.php core/tests/Drupal/KernelTests/Core/Database/ReservedWordTest.php Drupal\KernelTests\Core\Database
reset-appearance.module.css core/themes/stable9/css/system/components/reset-appearance.module.css /* * @file * Utility class to remove browser styles, especially for button. */ .reset-appearance { margin: 0; padding: 0; border: 0 none; background: transparent; line-height: inherit; -webkit-appearance: none; appearance: none; }
reset-appearance.module.css core/modules/system/css/components/reset-appearance.module.css /* * @file * Utility class to remove browser styles, especially for button. */ .reset-appearance { margin: 0; padding: 0; border: 0 none; background: transparent; line-height: inherit; -webkit-appearance: none; appearance: none; }
reset.css core/misc/dialog/off-canvas/css/reset.css Reset HTML elements styles for the off-canvas dialog.
reset.pcss.css core/misc/dialog/off-canvas/css/reset.pcss.css Reset HTML elements styles for the off-canvas dialog.
ResettableStackedRouteMatchInterface.php core/lib/Drupal/Core/Routing/ResettableStackedRouteMatchInterface.php Drupal\Core\Routing
ResettableStaticTest.php core/tests/Drupal/KernelTests/Core/Bootstrap/ResettableStaticTest.php Drupal\KernelTests\Core\Bootstrap
resizable.css core/assets/vendor/jquery.ui/themes/base/resizable.css /*! * jQuery UI Resizable 1.13.3 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. * https://jquery.org/license */ .ui-resizable { position: relative; } .ui-resizable-handle…
resize.module.css core/modules/system/css/components/resize.module.css Resizable textareas.
resize.module.css core/themes/stable9/css/system/components/resize.module.css Resizable textareas.
Resize.php core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Resize.php Drupal\system\Plugin\ImageToolkit\Operation\gd
ResizeImageEffect.php core/modules/image/src/Plugin/ImageEffect/ResizeImageEffect.php Drupal\image\Plugin\ImageEffect
ResolvedLibraryDefinitionsFilesMatchTest.php core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php Drupal\KernelTests\Core\Asset
Resource.php core/modules/media/src/OEmbed/Resource.php Drupal\media\OEmbed
ResourceBase.php core/modules/rest/src/Plugin/ResourceBase.php Drupal\rest\Plugin
ResourceController.php core/modules/media/tests/modules/media_test_oembed/src/Controller/ResourceController.php Drupal\media_test_oembed\Controller
ResourceException.php core/modules/media/src/OEmbed/ResourceException.php Drupal\media\OEmbed
ResourceFetcher.php core/modules/media/src/OEmbed/ResourceFetcher.php Drupal\media\OEmbed
ResourceFetcherInterface.php core/modules/media/src/OEmbed/ResourceFetcherInterface.php Drupal\media\OEmbed
ResourceFetcherTest.php core/modules/media/tests/src/Unit/ResourceFetcherTest.php Drupal\Tests\media\Unit
ResourceFetcherTest.php core/modules/media/tests/src/Functional/ResourceFetcherTest.php Drupal\Tests\media\Functional
ResourceIdentifier.php core/modules/jsonapi/src/JsonApiResource/ResourceIdentifier.php Drupal\jsonapi\JsonApiResource
ResourceIdentifierInterface.php core/modules/jsonapi/src/JsonApiResource/ResourceIdentifierInterface.php Drupal\jsonapi\JsonApiResource
ResourceIdentifierNormalizer.php core/modules/jsonapi/src/Normalizer/ResourceIdentifierNormalizer.php Drupal\jsonapi\Normalizer
ResourceIdentifierNormalizerTest.php core/modules/jsonapi/tests/src/Unit/Normalizer/ResourceIdentifierNormalizerTest.php Drupal\Tests\jsonapi\Unit\Normalizer
ResourceIdentifierTrait.php core/modules/jsonapi/src/JsonApiResource/ResourceIdentifierTrait.php Drupal\jsonapi\JsonApiResource
ResourceInterface.php core/modules/rest/src/Plugin/ResourceInterface.php Drupal\rest\Plugin
ResourceObject.php core/modules/jsonapi/src/JsonApiResource/ResourceObject.php Drupal\jsonapi\JsonApiResource

Other projects


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