Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Search main for all
  6. Other projects
Title Object type File name Summary
MTimeProtectedFileStorageBase::setUp function core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageBase.php
MTimeProtectedFileStorageBase::testCRUD function core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageBase.php Tests basic load/save/delete operations.
MTimeProtectedFileStorageBase::testSecurity function core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageBase.php Tests the security of the MTimeProtectedFileStorage implementation.
MTimeProtectedFileStorageTest class core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageTest.php Tests the MTimeProtectedFileStorage implementation.
MTimeProtectedFileStorageTest.php file core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageTest.php
MTimeProtectedFileStorageTest::$expected property core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageTest.php The expected test results for the security test.
MTimeProtectedFileStorageTest::$storageClass property core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageTest.php The PHP storage class to test.
MultiFormTest class core/tests/Drupal/FunctionalJavascriptTests/Ajax/MultiFormTest.php Tests that AJAX-enabled forms work when multiple instances of the same form
are on a page.
MultiFormTest.php file core/tests/Drupal/FunctionalJavascriptTests/Ajax/MultiFormTest.php
MultiFormTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Ajax/MultiFormTest.php The theme to install as the default for testing.
MultiFormTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/Ajax/MultiFormTest.php Modules to enable.
MultiFormTest::assertNoDuplicateIds function core/tests/Drupal/FunctionalJavascriptTests/Ajax/MultiFormTest.php Asserts that each HTML ID is used for just a single element on the page.
MultiFormTest::setUp function core/tests/Drupal/FunctionalJavascriptTests/Ajax/MultiFormTest.php
MultiFormTest::testMultiForm function core/tests/Drupal/FunctionalJavascriptTests/Ajax/MultiFormTest.php Tests that pages with the 'node_page_form' included twice work correctly.
MultiItemsFieldHandlerInterface interface core/modules/views/src/Plugin/views/field/MultiItemsFieldHandlerInterface.php Defines a field handler which renders multiple items per row.
MultiItemsFieldHandlerInterface.php file core/modules/views/src/Plugin/views/field/MultiItemsFieldHandlerInterface.php
MultiItemsFieldHandlerInterface::getItems function core/modules/views/src/Plugin/views/field/MultiItemsFieldHandlerInterface.php Gets an array of items for the field.
MultiItemsFieldHandlerInterface::renderItems function core/modules/views/src/Plugin/views/field/MultiItemsFieldHandlerInterface.php Render all items in this field together.
MultiItemsFieldHandlerInterface::render_item function core/modules/views/src/Plugin/views/field/MultiItemsFieldHandlerInterface.php Renders a single item of a row.
MultilingualReviewPageTest class core/modules/migrate_drupal_ui/tests/src/Functional/d6/MultilingualReviewPageTest.php Tests migrate upgrade review page for Drupal 6.
MultilingualReviewPageTest class core/modules/migrate_drupal_ui/tests/src/Functional/d7/MultilingualReviewPageTest.php Tests migrate upgrade review page for Drupal 7.
MultilingualReviewPageTest.php file core/modules/migrate_drupal_ui/tests/src/Functional/d6/MultilingualReviewPageTest.php
MultilingualReviewPageTest.php file core/modules/migrate_drupal_ui/tests/src/Functional/d7/MultilingualReviewPageTest.php
MultilingualReviewPageTest::$modules property core/modules/migrate_drupal_ui/tests/src/Functional/d6/MultilingualReviewPageTest.php Modules to enable.
MultilingualReviewPageTest::$modules property core/modules/migrate_drupal_ui/tests/src/Functional/d7/MultilingualReviewPageTest.php Modules to enable.
MultilingualReviewPageTest::getAvailablePaths function core/modules/migrate_drupal_ui/tests/src/Functional/d6/MultilingualReviewPageTest.php Gets the available upgrade paths.
MultilingualReviewPageTest::getAvailablePaths function core/modules/migrate_drupal_ui/tests/src/Functional/d7/MultilingualReviewPageTest.php Gets the available upgrade paths.
MultilingualReviewPageTest::getMissingPaths function core/modules/migrate_drupal_ui/tests/src/Functional/d6/MultilingualReviewPageTest.php Gets the missing upgrade paths.
MultilingualReviewPageTest::getMissingPaths function core/modules/migrate_drupal_ui/tests/src/Functional/d7/MultilingualReviewPageTest.php Gets the missing upgrade paths.
MultilingualReviewPageTest::getSourceBasePath function core/modules/migrate_drupal_ui/tests/src/Functional/d6/MultilingualReviewPageTest.php Gets the source base path for the concrete test.
MultilingualReviewPageTest::getSourceBasePath function core/modules/migrate_drupal_ui/tests/src/Functional/d7/MultilingualReviewPageTest.php Gets the source base path for the concrete test.
MultilingualReviewPageTest::setUp function core/modules/migrate_drupal_ui/tests/src/Functional/d6/MultilingualReviewPageTest.php
MultilingualReviewPageTest::setUp function core/modules/migrate_drupal_ui/tests/src/Functional/d7/MultilingualReviewPageTest.php
MultilingualReviewPageTestBase class core/modules/migrate_drupal_ui/tests/src/Functional/MultilingualReviewPageTestBase.php Provides a base class for testing the review step of the Upgrade form.
MultilingualReviewPageTestBase.php file core/modules/migrate_drupal_ui/tests/src/Functional/MultilingualReviewPageTestBase.php
MultilingualReviewPageTestBase::$edits property core/modules/migrate_drupal_ui/tests/src/Functional/MultilingualReviewPageTestBase.php An array suitable for drupalPostForm().
MultilingualReviewPageTestBase::$modules property core/modules/migrate_drupal_ui/tests/src/Functional/MultilingualReviewPageTestBase.php Modules to enable.
MultilingualReviewPageTestBase::getEntityCounts function core/modules/migrate_drupal_ui/tests/src/Functional/MultilingualReviewPageTestBase.php Gets the expected number of entities per entity type after migration.
MultilingualReviewPageTestBase::getEntityCountsIncremental function core/modules/migrate_drupal_ui/tests/src/Functional/MultilingualReviewPageTestBase.php Gets expected number of entities per entity after incremental migration.
MultilingualReviewPageTestBase::prepare function core/modules/migrate_drupal_ui/tests/src/Functional/MultilingualReviewPageTestBase.php Performs preparation for the form tests.
MultilingualReviewPageTestBase::testMigrateUpgradeReviewPage function core/modules/migrate_drupal_ui/tests/src/Functional/MultilingualReviewPageTestBase.php Tests the migrate upgrade review form.
MultipleBlockFormTest class core/tests/Drupal/KernelTests/Core/Block/MultipleBlockFormTest.php Tests that blocks can have multiple forms.
MultipleBlockFormTest.php file core/tests/Drupal/KernelTests/Core/Block/MultipleBlockFormTest.php
MultipleBlockFormTest::$modules property core/tests/Drupal/KernelTests/Core/Block/MultipleBlockFormTest.php Modules to enable.
MultipleBlockFormTest::testMultipleForms function core/tests/Drupal/KernelTests/Core/Block/MultipleBlockFormTest.php Tests that blocks can have multiple forms.
MultipleDistributionsProfileTest class core/tests/Drupal/FunctionalTests/Installer/MultipleDistributionsProfileTest.php Tests multiple distribution profile support.
MultipleDistributionsProfileTest.php file core/tests/Drupal/FunctionalTests/Installer/MultipleDistributionsProfileTest.php
MultipleDistributionsProfileTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/MultipleDistributionsProfileTest.php The theme to install as the default for testing.
MultipleDistributionsProfileTest::$info property core/tests/Drupal/FunctionalTests/Installer/MultipleDistributionsProfileTest.php The distribution profile info.
MultipleDistributionsProfileTest::prepareEnvironment function core/tests/Drupal/FunctionalTests/Installer/MultipleDistributionsProfileTest.php Prepares the current environment for running the test.

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