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
MockRouterInterface interface core/tests/Drupal/Tests/Core/Routing/AccessAwareRouterTest.php Interface used in the mocking process of this test.
MockRouterInterface::add function core/tests/Drupal/Tests/Core/Routing/AccessAwareRouterTest.php Function used in the mocking process of this test.
MockService class core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Helper class to test Container::get() method.
MockService::$container property core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php
MockService::$someOtherParameter property core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php
MockService::$someOtherService property core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php
MockService::$someParameter property core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php
MockService::$someProperty property core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php
MockService::getContainer function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Gets the container object.
MockService::getFactoryMethod function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Provides a factory method to get a service.
MockService::getSomeOtherParameter function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Gets the someOtherParameter property.
MockService::getSomeOtherService function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Gets the someOtherService object.
MockService::getSomeParameter function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Gets the someParameter property.
MockService::setContainer function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Sets the container object.
MockService::setOtherConfigParameter function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Sets the someOtherParameter property.
MockService::__construct function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Constructs a MockService object.
MockTestBlock class core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockTestBlock.php Mock implementation of a test block plugin used by Plugin API unit tests.
MockTestBlock.php file core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockTestBlock.php
MockUserLoginBlock class core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockUserLoginBlock.php Mock implementation of a login block plugin used by Plugin API unit tests.
MockUserLoginBlock.php file core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockUserLoginBlock.php
MockUserLoginBlock::$title property core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockUserLoginBlock.php The title to display when rendering this block instance.
MockUserLoginBlock::getTitle function core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockUserLoginBlock.php Returns the title of the block.
MockUserLoginBlock::__construct function core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockUserLoginBlock.php
MockUserNameBlock class core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockUserNameBlock.php Implementation of a user name block plugin used by Plugin API context test.
MockUserNameBlock.php file core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockUserNameBlock.php
MockUserNameBlock::getTitle function core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockUserNameBlock.php Returns the title of the block.
ModalRenderer class core/lib/Drupal/Core/Render/MainContent/ModalRenderer.php Default main content renderer for modal dialog requests.
ModalRenderer.php file core/lib/Drupal/Core/Render/MainContent/ModalRenderer.php
ModalRenderer::renderResponse function core/lib/Drupal/Core/Render/MainContent/ModalRenderer.php
ModalRendererTest class core/modules/system/tests/src/FunctionalJavascript/ModalRendererTest.php Tests that dialog links use different renderer services.
ModalRendererTest.php file core/modules/system/tests/src/FunctionalJavascript/ModalRendererTest.php
ModalRendererTest::$defaultTheme property core/modules/system/tests/src/FunctionalJavascript/ModalRendererTest.php
ModalRendererTest::$modules property core/modules/system/tests/src/FunctionalJavascript/ModalRendererTest.php
ModalRendererTest::testModalRenderer function core/modules/system/tests/src/FunctionalJavascript/ModalRendererTest.php Tests that links respect 'data-dialog-renderer' attribute.
ModalRendererTest::testOpenerInDropbutton function core/modules/system/tests/src/FunctionalJavascript/ModalRendererTest.php Confirm focus management of a dialog openers in a dropbutton.
ModeratedContentController class core/modules/content_moderation/src/Controller/ModeratedContentController.php Defines a controller to list moderated nodes.
ModeratedContentController.php file core/modules/content_moderation/src/Controller/ModeratedContentController.php
ModeratedContentController::nodeListing function core/modules/content_moderation/src/Controller/ModeratedContentController.php Provides the listing page for moderated nodes.
ModeratedContentLocalTaskTest class core/modules/content_moderation/tests/src/Functional/ModeratedContentLocalTaskTest.php Tests moderated content dynamic local task.
ModeratedContentLocalTaskTest.php file core/modules/content_moderation/tests/src/Functional/ModeratedContentLocalTaskTest.php
ModeratedContentLocalTaskTest::$adminUser property core/modules/content_moderation/tests/src/Functional/ModeratedContentLocalTaskTest.php A user to test with.
ModeratedContentLocalTaskTest::$defaultTheme property core/modules/content_moderation/tests/src/Functional/ModeratedContentLocalTaskTest.php
ModeratedContentLocalTaskTest::$modules property core/modules/content_moderation/tests/src/Functional/ModeratedContentLocalTaskTest.php
ModeratedContentLocalTaskTest::setUp function core/modules/content_moderation/tests/src/Functional/ModeratedContentLocalTaskTest.php
ModeratedContentLocalTaskTest::testModeratedContentLocalTask function core/modules/content_moderation/tests/src/Functional/ModeratedContentLocalTaskTest.php Tests the moderated content local task appears.
ModeratedContentViewTest class core/modules/content_moderation/tests/src/Functional/ModeratedContentViewTest.php Tests moderated content administration page functionality.
ModeratedContentViewTest.php file core/modules/content_moderation/tests/src/Functional/ModeratedContentViewTest.php
ModeratedContentViewTest::$adminUser property core/modules/content_moderation/tests/src/Functional/ModeratedContentViewTest.php A user with permission to bypass access content.
ModeratedContentViewTest::$defaultTheme property core/modules/content_moderation/tests/src/Functional/ModeratedContentViewTest.php
ModeratedContentViewTest::$modules property core/modules/content_moderation/tests/src/Functional/ModeratedContentViewTest.php

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