Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
module_update_requirements_requirements function core/modules/system/tests/modules/module_update_requirements/module_update_requirements.install Implements hook_requirements()
MonkeysInTheControlRoom class core/modules/system/tests/modules/error_service_test/src/MonkeysInTheControlRoom.php A http middleware designed to cause bedlam.
MonkeysInTheControlRoom.php file core/modules/system/tests/modules/error_service_test/src/MonkeysInTheControlRoom.php
MonkeysInTheControlRoom::$app property core/modules/system/tests/modules/error_service_test/src/MonkeysInTheControlRoom.php The app kernel.
MonkeysInTheControlRoom::$settings property core/modules/system/tests/modules/error_service_test/src/MonkeysInTheControlRoom.php The settings.
MonkeysInTheControlRoom::handle function core/modules/system/tests/modules/error_service_test/src/MonkeysInTheControlRoom.php
MonkeysInTheControlRoom::__construct function core/modules/system/tests/modules/error_service_test/src/MonkeysInTheControlRoom.php MonkeysInTheControlRoom constructor.
MonthDate::summaryArgument function core/modules/views/src/Plugin/views/argument/MonthDate.php Provides the argument to use to link from the summary to the next level.
MonthDate::summaryName function core/modules/views/src/Plugin/views/argument/MonthDate.php Provides the name to use for the summary, defaults to the name field.
MonthDatePluginTest class core/modules/views/tests/src/Functional/Plugin/MonthDatePluginTest.php Tests the Month Date Plugin.
MonthDatePluginTest.php file core/modules/views/tests/src/Functional/Plugin/MonthDatePluginTest.php
MonthDatePluginTest::$defaultTheme property core/modules/views/tests/src/Functional/Plugin/MonthDatePluginTest.php The theme to install as the default for testing.
MonthDatePluginTest::$modules property core/modules/views/tests/src/Functional/Plugin/MonthDatePluginTest.php Modules to install.
MonthDatePluginTest::$node1 property core/modules/views/tests/src/Functional/Plugin/MonthDatePluginTest.php Test node 1.
MonthDatePluginTest::$node2 property core/modules/views/tests/src/Functional/Plugin/MonthDatePluginTest.php Test node 2.
MonthDatePluginTest::$testViews property core/modules/views/tests/src/Functional/Plugin/MonthDatePluginTest.php Views used by this test.
MonthDatePluginTest::setUp function core/modules/views/tests/src/Functional/Plugin/MonthDatePluginTest.php Sets up the test.
MonthDatePluginTest::testMonthDatePlugin function core/modules/views/tests/src/Functional/Plugin/MonthDatePluginTest.php Tests the Month Date Plugin.
more-actions.css file core/themes/default_admin/css/components/more-actions.css Sticky form actions (more actions) styles.
more-actions.pcss.css file core/themes/default_admin/css/components/more-actions.pcss.css Sticky form actions (more actions) styles.
more-link.css file core/themes/claro/css/classy/components/more-link.css Markup generated by #type 'more_link'.
more-link.css file core/themes/starterkit_theme/css/components/more-link.css Markup generated by #type 'more_link'.
more-link.css file core/profiles/demo_umami/themes/umami/css/classy/components/more-link.css Markup generated by #type 'more_link'.
MoreHelpPageTestHooks class core/modules/help/tests/modules/more_help_page_test/src/Hook/MoreHelpPageTestHooks.php Hook implementations for more_help_page_test.
MoreHelpPageTestHooks.php file core/modules/help/tests/modules/more_help_page_test/src/Hook/MoreHelpPageTestHooks.php
MoreHelpPageTestHooks::help function core/modules/help/tests/modules/more_help_page_test/src/Hook/MoreHelpPageTestHooks.php Implements hook_help().
MoreHelpPageTestHooks::helpSectionInfoAlter function core/modules/help/tests/modules/more_help_page_test/src/Hook/MoreHelpPageTestHooks.php Implements hook_help_section_info_alter().
more_actions.css file core/themes/default_admin/migration/css/components/more_actions.css Sticky form actions (more actions) styles.
more_actions.css file core/themes/admin/migration/css/components/more_actions.css :where(*),
:is(#extra-specificity-hack, [data-drupal-admin-styles]) {
.gin-sticky-form-actions {
display: flex;
gap: var(--gin-spacing-xs);
}

.gin-sticky-form-actions > * {
margin: 0 !important;
}

.gin-sticky-form-actions…
more_actions.pcss.css file core/themes/default_admin/migration/css/components/more_actions.pcss.css Sticky form actions (more actions) styles.
more_help_page_test.info.yml file core/modules/help/tests/modules/more_help_page_test/more_help_page_test.info.yml core/modules/help/tests/modules/more_help_page_test/more_help_page_test.info.yml
MoveBlockController::$layoutTempstoreRepository property core/modules/layout_builder/src/Controller/MoveBlockController.php The layout tempstore repository.
MoveBlockController::__construct function core/modules/layout_builder/src/Controller/MoveBlockController.php LayoutController constructor.
MoveBlockForm::$layoutTempstore property core/modules/layout_builder/src/Form/MoveBlockForm.php The Layout Tempstore.
MoveBlockForm::$sectionStorage property core/modules/layout_builder/src/Form/MoveBlockForm.php The section storage.
MoveBlockForm::getComponentsWrapper function core/modules/layout_builder/src/Form/MoveBlockForm.php Ajax callback for the region select element.
MoveBlockForm::getSelectedDelta function core/modules/layout_builder/src/Form/MoveBlockForm.php Gets the selected delta.
MoveBlockForm::getSelectedRegion function core/modules/layout_builder/src/Form/MoveBlockForm.php Gets the selected region.
MoveBlockForm::submitForm function core/modules/layout_builder/src/Form/MoveBlockForm.php Form submission handler.
MoveBlockForm::successfulAjaxSubmit function core/modules/layout_builder/src/Form/MoveBlockForm.php Allows the form to respond to a successful AJAX submission.
MoveBlockForm::__construct function core/modules/layout_builder/src/Form/MoveBlockForm.php Constructs a new MoveBlockForm.
MoveBlockFormTest class core/modules/layout_builder/tests/src/FunctionalJavascript/MoveBlockFormTest.php Tests moving blocks via the form.
MoveBlockFormTest.php file core/modules/layout_builder/tests/src/FunctionalJavascript/MoveBlockFormTest.php
MoveBlockFormTest::$defaultTheme property core/modules/layout_builder/tests/src/FunctionalJavascript/MoveBlockFormTest.php The theme to install as the default for testing.
MoveBlockFormTest::$modules property core/modules/layout_builder/tests/src/FunctionalJavascript/MoveBlockFormTest.php Modules to install.
MoveBlockFormTest::assertBlockTable function core/modules/layout_builder/tests/src/FunctionalJavascript/MoveBlockFormTest.php Asserts the correct block labels appear in the draggable tables.
MoveBlockFormTest::assertRegionBlocksOrder function core/modules/layout_builder/tests/src/FunctionalJavascript/MoveBlockFormTest.php Asserts that blocks are in the correct order for a region.
MoveBlockFormTest::findRowHandle function core/modules/layout_builder/tests/src/FunctionalJavascript/MoveBlockFormTest.php Finds the row handle for a block in the draggable table.
MoveBlockFormTest::moveBlockWithKeyboard function core/modules/layout_builder/tests/src/FunctionalJavascript/MoveBlockFormTest.php Moves a block in the draggable table.
MoveBlockFormTest::openBodyMoveForm function core/modules/layout_builder/tests/src/FunctionalJavascript/MoveBlockFormTest.php Open block for the body field.

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