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
RequirementsInterface.php file core/modules/migrate/src/Plugin/RequirementsInterface.php
RequirementsInterface::checkRequirements function core/modules/migrate/src/Plugin/RequirementsInterface.php Checks if requirements for this plugin are OK.
RequirementsPageTrait trait core/tests/Drupal/Tests/RequirementsPageTrait.php Provides helper methods for the requirements page.
RequirementsPageTrait.php file core/tests/Drupal/Tests/RequirementsPageTrait.php
RequirementsPageTrait::assertErrorSummaries function core/tests/Drupal/Tests/RequirementsPageTrait.php Asserts the given error summaries are present on the page.
RequirementsPageTrait::assertRequirementSummaries function core/tests/Drupal/Tests/RequirementsPageTrait.php Asserts the given requirements section summaries are present on the page.
RequirementsPageTrait::assertWarningSummaries function core/tests/Drupal/Tests/RequirementsPageTrait.php Asserts the given warning summaries are present on the page.
RequirementsPageTrait::continueOnExpectedWarnings function core/tests/Drupal/Tests/RequirementsPageTrait.php Continues installation when the expected warnings are found.
RequirementsPageTrait::updateRequirementsProblem function core/tests/Drupal/Tests/RequirementsPageTrait.php Handles the update requirements page.
RequirementsTest class core/modules/system/tests/src/Kernel/Module/RequirementsTest.php @covers \hook_requirements[[api-linebreak]]
@covers \hook_requirements_alter[[api-linebreak]]
@group Module
RequirementsTest class core/modules/mysql/tests/src/Functional/RequirementsTest.php Tests isolation level warning when the config is set in settings.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 The theme to install as the default for testing.
RequirementsTest::$modules property core/modules/mysql/tests/src/Functional/RequirementsTest.php Modules to enable.
RequirementsTest::$modules property core/modules/system/tests/src/Kernel/Module/RequirementsTest.php Modules to enable.
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::writeIsolationLevelSettings function core/modules/mysql/tests/src/Functional/RequirementsTest.php Writes the isolation level in settings.php.
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/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;
-moz-appearance:…
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;
-moz-appearance:…
reset-appearance.module.css file core/themes/stable/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;
-moz-appearance:…
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.13.2
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://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/modules/system/css/components/resize.module.css Resizable textareas.
resize.module.css file core/themes/stable/css/system/components/resize.module.css Resizable textareas.
resize.module.css file core/themes/stable9/css/system/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 Returns the definition of the operation arguments.
Resize::execute function core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Resize.php Performs the actual manipulation on the image.
Resize::validateArguments function core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Resize.php Validates the arguments.
ResizeImageEffect class core/modules/image/src/Plugin/ImageEffect/ResizeImageEffect.php Resizes an image resource.
ResizeImageEffect.php file core/modules/image/src/Plugin/ImageEffect/ResizeImageEffect.php
ResizeImageEffect::applyEffect function core/modules/image/src/Plugin/ImageEffect/ResizeImageEffect.php Applies an image effect to the image object.

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