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
module_test_install function core/modules/system/tests/modules/module_test/module_test.install Implements hook_install().
module_test_load function core/modules/system/tests/modules/module_test/module_test.module Load function used by module_test_hook_dynamic_loading_invoke_all_during_load().
module_test_modules_installed function core/modules/system/tests/modules/module_test/module_test.module Implements hook_modules_installed().
module_test_modules_uninstalled function core/modules/system/tests/modules/module_test/module_test.module Implements hook_modules_uninstalled().
module_test_module_implements_alter function core/modules/system/tests/modules/module_test/module_test.module Implements hook_module_implements_alter().
module_test_post_update_test function core/modules/system/tests/modules/module_test/module_test.post_update.php Test post update function.
module_test_schema function core/modules/system/tests/modules/module_test/module_test.install Implements hook_schema().
module_test_system_info_alter function core/modules/system/tests/modules/module_test/module_test.module Implements hook_system_info_alter().
module_test_test_hook function core/modules/system/tests/modules/module_test/module_test.file.inc Implements hook_test_hook().
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
MonthDate::summaryName function core/modules/views/src/Plugin/views/argument/MonthDate.php
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
MonthDatePluginTest::$modules property core/modules/views/tests/src/Functional/Plugin/MonthDatePluginTest.php Modules to enable.
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
MonthDatePluginTest::testMonthDatePlugin function core/modules/views/tests/src/Functional/Plugin/MonthDatePluginTest.php Tests the Month Date Plugin.
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/bartik/css/classy/components/more-link.css Markup generated by #type 'more_link'.
more-link.css file core/themes/seven/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/themes/classy/css/components/more-link.css Markup generated by #type 'more_link'.
more-link.css file core/profiles/demo_umami/themes/umami/css/components/navigation/more-link/more-link.css This file is used to style the more link.
more-link.css file core/profiles/demo_umami/themes/umami/css/classy/components/more-link.css Markup generated by #type 'more_link'.
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
more_help_page_test.module file core/modules/help/tests/modules/more_help_page_test/more_help_page_test.module More Help Page Test module to test the help blocks.
more_help_page_test_help function core/modules/help/tests/modules/more_help_page_test/more_help_page_test.module Implements hook_help().
more_help_page_test_help_section_info_alter function core/modules/help/tests/modules/more_help_page_test/more_help_page_test.module Implements hook_help_section_info_alter().
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
MoveBlockForm::successfulAjaxSubmit function core/modules/layout_builder/src/Form/MoveBlockForm.php
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

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