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
TestMigrateExecutable class core/modules/migrate/tests/src/Kernel/TestMigrateExecutable.php Tests MigrateExecutable.
TestMigrateExecutable class core/modules/migrate/tests/src/Kernel/Plugin/LogTest.php MigrateExecutable test class.
TestMigrateExecutable class core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php Tests MigrateExecutable.
TestMigrateExecutable.php file core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php
TestMigrateExecutable.php file core/modules/migrate/tests/src/Kernel/TestMigrateExecutable.php
TestMigrateExecutable::$sourceIdValues property core/modules/migrate/tests/src/Kernel/Plugin/LogTest.php The configuration values of the source.
TestMigrateExecutable::getIdMap function core/modules/migrate/tests/src/Kernel/TestMigrateExecutable.php
TestMigrateExecutable::getIdMap function core/modules/migrate/tests/src/Kernel/Plugin/LogTest.php Get the ID map from the current migration.
TestMigrateExecutable::getSource function core/modules/migrate/tests/src/Kernel/TestMigrateExecutable.php
TestMigrateExecutable::handleException function core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php
TestMigrateExecutable::setSource function core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php Allows access to set protected source property.
TestMigrateExecutable::setSourceIdValues function core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php Allows access to protected sourceIdValues property.
TestMigrateExecutable::setStringTranslation function core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php Sets the string translation service.
TestMigration class core/modules/migrate/tests/src/Unit/MigrationTest.php Defines the TestMigration class.
TestMigration::setDestinationPlugin function core/modules/migrate/tests/src/Unit/MigrationTest.php Sets the destination Plugin.
TestMigration::setMigrationPluginManager function core/modules/migrate/tests/src/Unit/MigrationTest.php Sets the plugin manager service.
TestMigration::setPluginId function core/modules/migrate/tests/src/Unit/MigrationTest.php Sets the migration ID (machine name).
TestMigration::setRequirements function core/modules/migrate/tests/src/Unit/MigrationTest.php Sets the requirements values.
TestMigration::setSourcePlugin function core/modules/migrate/tests/src/Unit/MigrationTest.php Sets the source Plugin.
TestMigration::__construct function core/modules/migrate/tests/src/Unit/MigrationTest.php Constructs an instance of TestMigration object.
TestMigrationConfigurationTrait class core/modules/migrate_drupal/tests/src/Unit/MigrationConfigurationTraitTest.php Test class that uses the trait we are testing.
TestMigrationMock class core/modules/migrate/tests/src/Unit/MigrationPluginManagerTest.php A mock migration plugin.
TestMigrationMock::$set property core/modules/migrate/tests/src/Unit/MigrationPluginManagerTest.php The values passed into set().
TestMigrationMock::getMigrationDependencies function core/modules/migrate/tests/src/Unit/MigrationPluginManagerTest.php
TestMigrationMock::id function core/modules/migrate/tests/src/Unit/MigrationPluginManagerTest.php
TestMigrationMock::set function core/modules/migrate/tests/src/Unit/MigrationPluginManagerTest.php
TestMigrationMock::__construct function core/modules/migrate/tests/src/Unit/MigrationPluginManagerTest.php TestMigrationMock constructor.
TestMissingDependency class core/modules/system/tests/modules/router_test_directory/src/Controller/TestMissingDependency.php A controller that declares a route but extends a class from a missing module.
TestMissingDependency.php file core/modules/system/tests/modules/router_test_directory/src/Controller/TestMissingDependency.php
TestMissingDependency::build function core/modules/system/tests/modules/router_test_directory/src/Controller/TestMissingDependency.php Builds something.
TestModalController class core/modules/system/tests/modules/pager_test/src/Controller/TestModalController.php Renders a link to open a route in route with a pager in a modal.
TestModalController.php file core/modules/system/tests/modules/pager_test/src/Controller/TestModalController.php
TestModalController::modal function core/modules/system/tests/modules/pager_test/src/Controller/TestModalController.php Renders a link to open pager_test.multiple_pagers in a modal dialog.
TestModuleRequiredByThemeHooks class core/modules/system/tests/themes/test_theme_depending_on_modules/test_module_required_by_theme/src/Hook/TestModuleRequiredByThemeHooks.php Hook implementations for test_module_required_by_theme.
TestModuleRequiredByThemeHooks.php file core/modules/system/tests/themes/test_theme_depending_on_modules/test_module_required_by_theme/src/Hook/TestModuleRequiredByThemeHooks.php
TestModuleRequiredByThemeHooks::systemInfoAlter function core/modules/system/tests/themes/test_theme_depending_on_modules/test_module_required_by_theme/src/Hook/TestModuleRequiredByThemeHooks.php Implements hook_system_info_alter().
TestMultipleFormController class core/modules/block/tests/modules/block_test/src/Controller/TestMultipleFormController.php Controller for block_test module.
TestMultipleFormController.php file core/modules/block/tests/modules/block_test/src/Controller/TestMultipleFormController.php
TestMultipleFormController::testMultipleForms function core/modules/block/tests/modules/block_test/src/Controller/TestMultipleFormController.php
TestMultipleFormsBlock class core/modules/block/tests/modules/block_test/src/Plugin/Block/TestMultipleFormsBlock.php Provides a block with multiple forms.
TestMultipleFormsBlock.php file core/modules/block/tests/modules/block_test/src/Plugin/Block/TestMultipleFormsBlock.php
TestMultipleFormsBlock::build function core/modules/block/tests/modules/block_test/src/Plugin/Block/TestMultipleFormsBlock.php
TestMultiWidthLayoutsTest class core/modules/layout_builder/tests/src/FunctionalJavascript/TestMultiWidthLayoutsTest.php Test the multi-width layout plugins.
TestMultiWidthLayoutsTest.php file core/modules/layout_builder/tests/src/FunctionalJavascript/TestMultiWidthLayoutsTest.php
TestMultiWidthLayoutsTest::$defaultTheme property core/modules/layout_builder/tests/src/FunctionalJavascript/TestMultiWidthLayoutsTest.php
TestMultiWidthLayoutsTest::$modules property core/modules/layout_builder/tests/src/FunctionalJavascript/TestMultiWidthLayoutsTest.php
TestMultiWidthLayoutsTest::assertWidthClassApplied function core/modules/layout_builder/tests/src/FunctionalJavascript/TestMultiWidthLayoutsTest.php Asserts the width class is applied to the first section.
TestMultiWidthLayoutsTest::setUp function core/modules/layout_builder/tests/src/FunctionalJavascript/TestMultiWidthLayoutsTest.php
TestMultiWidthLayoutsTest::testWidthChange function core/modules/layout_builder/tests/src/FunctionalJavascript/TestMultiWidthLayoutsTest.php Tests changing the columns widths of a multi-width section.
TestNodeFormOverride class core/modules/media_library/tests/modules/media_library_test/src/Form/TestNodeFormOverride.php Override NodeForm to test media library form submission semantics.

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