Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
RequirementsTest class core/modules/system/tests/src/Kernel/Module/RequirementsTest.php Covers hook_requirements and hook_requirements_alter.
RequirementsTest class core/modules/file/tests/src/Kernel/RequirementsTest.php Tests the file requirements.
RequirementsTest.php file core/modules/file/tests/src/Kernel/RequirementsTest.php
RequirementsTest.php file core/modules/mysql/tests/src/Functional/RequirementsTest.php
RequirementsTest.php file core/modules/system/tests/src/Kernel/Module/RequirementsTest.php
RequirementsTest::$defaultTheme property core/modules/mysql/tests/src/Functional/RequirementsTest.php
RequirementsTest::$modules property core/modules/mysql/tests/src/Functional/RequirementsTest.php
RequirementsTest::$modules property core/modules/file/tests/src/Kernel/RequirementsTest.php Modules to install.
RequirementsTest::$modules property core/modules/system/tests/src/Kernel/Module/RequirementsTest.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::testIsolationLevelWarningNotDisplaying function core/modules/mysql/tests/src/Functional/RequirementsTest.php Test the isolation level warning message on status page.
RequirementsTest::testRequirementsAlter function core/modules/system/tests/src/Kernel/Module/RequirementsTest.php Tests requirements data altering.
RequirementsTest::testUploadRequirements function core/modules/file/tests/src/Kernel/RequirementsTest.php Tests the file upload requirements.
RequirementsTest::writeIsolationLevelSettings function core/modules/mysql/tests/src/Functional/RequirementsTest.php Writes the isolation level in settings.php.
RequirementsTrait trait core/modules/mysql/src/RequirementsTrait.php Runtime requirements trait.
RequirementsTrait.php file core/modules/mysql/src/RequirementsTrait.php
RequirementsTrait::getRuntimeRequirements function core/modules/mysql/src/RequirementsTrait.php Returns runtime requirements.
RequiresComposerTrait trait core/tests/Drupal/TestTools/Extension/RequiresComposerTrait.php Ensures Composer executable is available, skips test otherwise.
RequiresComposerTrait.php file core/tests/Drupal/TestTools/Extension/RequiresComposerTrait.php
RequiresComposerTrait::requiresComposer function core/tests/Drupal/TestTools/Extension/RequiresComposerTrait.php #[BeforeClass]
ReservedWordTest class core/tests/Drupal/KernelTests/Core/Database/ReservedWordTest.php Tests queries that include reserved words.
ReservedWordTest.php file core/tests/Drupal/KernelTests/Core/Database/ReservedWordTest.php
ReservedWordTest::testGroupBy function core/tests/Drupal/KernelTests/Core/Database/ReservedWordTest.php Tests SELECT query with GROUP BY clauses on fields with reserved names.
ReservedWordTest::testSelectReservedWordAliasAllFields function core/tests/Drupal/KernelTests/Core/Database/ReservedWordTest.php Tests SELECT query with all fields from a table with a reserved alias.
ReservedWordTest::testSelectReservedWordAliasCount function core/tests/Drupal/KernelTests/Core/Database/ReservedWordTest.php Tests SELECT count query from a table with a reserved alias.
ReservedWordTest::testSelectReservedWordAliasSpecificFields function core/tests/Drupal/KernelTests/Core/Database/ReservedWordTest.php Tests SELECT query with specific fields from a table with a reserved alias.
ReservedWordTest::testSelectReservedWordTableAllFields function core/tests/Drupal/KernelTests/Core/Database/ReservedWordTest.php Tests SELECT query with all fields from a table with a reserved name.
ReservedWordTest::testSelectReservedWordTableCount function core/tests/Drupal/KernelTests/Core/Database/ReservedWordTest.php Tests SELECT count query from a table with a reserved name.
ReservedWordTest::testSelectReservedWordTableSpecificField function core/tests/Drupal/KernelTests/Core/Database/ReservedWordTest.php Tests SELECT query with a specific field from a table with a reserved name.
reset-appearance.module.css file core/misc/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/themes/stable9/css/core/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.css file core/modules/system/tests/themes/sdc_theme_test/css/reset.css div {
display: block;
}
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.
resizable.css file core/assets/vendor/jquery.ui/themes/base/resizable.css /*!
* jQuery UI Resizable 1.14.1
* 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 class core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Resize.php Defines GD2 resize operation.
resize.module.css file core/misc/components/resize.module.css Resizable textareas.
resize.module.css file core/themes/stable9/css/core/components/resize.module.css Resizable textareas.
Resize.php file core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Resize.php
Resize::arguments function core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Resize.php
Resize::execute function core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Resize.php
Resize::validateArguments function core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Resize.php
ResizeImageEffect class core/modules/image/src/Plugin/ImageEffect/ResizeImageEffect.php Resizes an image resource.

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