Search for set

  1. Search 7.x for set
  2. Search 9.5.x for set
  3. Search 8.9.x for set
  4. Search 11.x for set
  5. Other projects
Title Object type File name Summary
RendererDebugTest::setUp function core/tests/Drupal/Tests/Core/Render/RendererDebugTest.php
RendererPlaceholdersTest::setUp function core/tests/Drupal/Tests/Core/Render/RendererPlaceholdersTest.php
RendererPlaceholdersTest::setupThemeManagerForDetails function core/tests/Drupal/Tests/Core/Render/RendererPlaceholdersTest.php
RendererRecursionTest::setUpRenderRecursionComplexElements function core/tests/Drupal/Tests/Core/Render/RendererRecursionTest.php
RendererTest::testRenderSortingWithSetHashSorted function core/tests/Drupal/Tests/Core/Render/RendererTest.php @covers ::render[[api-linebreak]]
@covers ::doRender[[api-linebreak]]
RendererTest::testRenderWithPresetAccess function core/tests/Drupal/Tests/Core/Render/RendererTest.php @covers ::render[[api-linebreak]]
@covers ::doRender[[api-linebreak]]
RendererTestBase::setUp function core/tests/Drupal/Tests/Core/Render/RendererTestBase.php
RendererTestBase::setUpMemoryCache function core/tests/Drupal/Tests/Core/Render/RendererTestBase.php Sets up a memory-based render cache back-end.
RendererTestBase::setUpRequest function core/tests/Drupal/Tests/Core/Render/RendererTestBase.php Sets up a request object on the request stack.
RendererTestBase::setUpUnusedCache function core/tests/Drupal/Tests/Core/Render/RendererTestBase.php Sets up a render cache back-end that is asserted to be never used.
RenderPlaceholderMessageTestController::setAndLogMessage function core/modules/system/tests/modules/render_placeholder_message_test/src/RenderPlaceholderMessageTestController.php #lazy_builder callback; sets and prints a message.
ReplicaKillSwitch::$settings property core/lib/Drupal/Core/Database/ReplicaKillSwitch.php The settings object.
RequestContext::setCompleteBaseUrl function core/lib/Drupal/Core/Routing/RequestContext.php Sets the complete base URL for the Request context.
RequestHandlerTest::setUp function core/modules/rest/tests/src/Kernel/RequestHandlerTest.php
RequestPathTest::setUp function core/tests/Drupal/KernelTests/Core/Plugin/Condition/RequestPathTest.php
RequestSanitizerTest::setUp function core/tests/Drupal/Tests/Core/Security/RequestSanitizerTest.php
RequiredModuleUninstallValidator::setStringTranslation function core/lib/Drupal/Core/ProxyClass/Extension/RequiredModuleUninstallValidator.php
RequiredModuleUninstallValidatorTest::setUp function core/tests/Drupal/Tests/Core/Extension/RequiredModuleUninstallValidatorTest.php
RequirementsTest::setServerSoftware function core/modules/file/tests/src/Kernel/RequirementsTest.php Sets the server software attribute in the request.
RequirementsTest::setUp function core/modules/mysql/tests/src/Functional/RequirementsTest.php
RequirementsTest::writeIsolationLevelSettings function core/modules/mysql/tests/src/Functional/RequirementsTest.php Writes the isolation level in settings.php.
reset-appearance.module.css file 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 file 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 file core/misc/dialog/off-canvas/css/reset.css Reset HTML elements styles for the off-canvas dialog.
reset.pcss.css file core/misc/dialog/off-canvas/css/reset.pcss.css Reset HTML elements styles for the off-canvas dialog.
ResettableStackedRouteMatchInterface interface core/lib/Drupal/Core/Routing/ResettableStackedRouteMatchInterface.php Defines an interface for a resettable stack of route matches.
ResettableStackedRouteMatchInterface.php file core/lib/Drupal/Core/Routing/ResettableStackedRouteMatchInterface.php
ResettableStackedRouteMatchInterface::resetRouteMatch function core/lib/Drupal/Core/Routing/ResettableStackedRouteMatchInterface.php Resets the route match static cache.
ResettableStaticTest class core/tests/Drupal/KernelTests/Core/Bootstrap/ResettableStaticTest.php Tests that drupal_static() and drupal_static_reset() work.
ResettableStaticTest.php file core/tests/Drupal/KernelTests/Core/Bootstrap/ResettableStaticTest.php
ResettableStaticTest::testDrupalStatic function core/tests/Drupal/KernelTests/Core/Bootstrap/ResettableStaticTest.php Tests drupal_static() function.
ResolvedLibraryDefinitionsFilesMatchTest::setUp function core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php
Resource::setDimensions function core/modules/media/src/OEmbed/Resource.php Sets the dimensions.
Resource::setThumbnailDimensions function core/modules/media/src/OEmbed/Resource.php Sets the thumbnail dimensions.
ResourceController::setResource404 function core/modules/media/tests/modules/media_test_oembed/src/Controller/ResourceController.php Maps an asset URL to a 404 response.
ResourceController::setResourceUrl function core/modules/media/tests/modules/media_test_oembed/src/Controller/ResourceController.php Maps an asset URL to a local fixture representing its oEmbed resource.
ResourceFetcherTest::setUp function core/modules/media/tests/src/Functional/ResourceFetcherTest.php
ResourceIdentifierNormalizerTest::setUp function core/modules/jsonapi/tests/src/Unit/Normalizer/ResourceIdentifierNormalizerTest.php
ResourceObjectNormalizationCacher::RESOURCE_CACHE_SUBSET_BASE constant core/modules/jsonapi/src/EventSubscriber/ResourceObjectNormalizationCacher.php Key for the base subset.
ResourceObjectNormalizationCacher::RESOURCE_CACHE_SUBSET_FIELDS constant core/modules/jsonapi/src/EventSubscriber/ResourceObjectNormalizationCacher.php Key for the fields subset.
ResourceObjectNormalizationCacher::set function core/modules/jsonapi/src/EventSubscriber/ResourceObjectNormalizationCacher.php Writes a normalization to cache.
ResourceObjectNormalizationCacher::setRequestStack function core/modules/jsonapi/src/EventSubscriber/ResourceObjectNormalizationCacher.php Sets the request stack.
ResourceObjectNormalizationCacher::setVariationCache function core/modules/jsonapi/src/EventSubscriber/ResourceObjectNormalizationCacher.php Sets the variation cache.
ResourceObjectNormalizerCacherTest::setUp function core/modules/jsonapi/tests/src/Kernel/EventSubscriber/ResourceObjectNormalizerCacherTest.php
ResourceResponseTestTrait trait core/modules/jsonapi/tests/src/Functional/ResourceResponseTestTrait.php Utility methods for handling resource responses.
ResourceResponseTestTrait.php file core/modules/jsonapi/tests/src/Functional/ResourceResponseTestTrait.php
ResourceResponseTestTrait::addOmittedObject function core/modules/jsonapi/tests/src/Functional/ResourceResponseTestTrait.php Add the omitted object to the document or merges it if one already exists.
ResourceResponseTestTrait::collectionHasResourceIdentifier function core/modules/jsonapi/tests/src/Functional/ResourceResponseTestTrait.php Determines if a given resource exists in a list of resources.
ResourceResponseTestTrait::errorsToOmittedObject function core/modules/jsonapi/tests/src/Functional/ResourceResponseTestTrait.php Maps error objects into an omitted object.
ResourceResponseTestTrait::extractLinks function core/modules/jsonapi/tests/src/Functional/ResourceResponseTestTrait.php Extracts links from a document using a list of relationship field names.

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