Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 10.3.x for to
  5. Search 11.x for to
  6. Other projects
Title Object type File name Summary
MetadataBubblingUrlGeneratorTest::testUrlBubbleableMetadataBubbling function core/tests/Drupal/Tests/Core/Render/MetadataBubblingUrlGeneratorTest.php Tests bubbling of cacheable metadata for URLs.
MigrateCustomBlockContentTranslationTest class core/modules/block_content/tests/src/Kernel/Migrate/d6/MigrateCustomBlockContentTranslationTest.php Tests migration of i18n content block strings.
MigrateCustomBlockContentTranslationTest class core/modules/block_content/tests/src/Kernel/Migrate/d7/MigrateCustomBlockContentTranslationTest.php Tests migration of i18n content block strings.
MigrateCustomBlockContentTranslationTest.php file core/modules/block_content/tests/src/Kernel/Migrate/d6/MigrateCustomBlockContentTranslationTest.php
MigrateCustomBlockContentTranslationTest.php file core/modules/block_content/tests/src/Kernel/Migrate/d7/MigrateCustomBlockContentTranslationTest.php
MigrateCustomBlockContentTranslationTest::$modules property core/modules/block_content/tests/src/Kernel/Migrate/d6/MigrateCustomBlockContentTranslationTest.php Modules to install.
MigrateCustomBlockContentTranslationTest::$modules property core/modules/block_content/tests/src/Kernel/Migrate/d7/MigrateCustomBlockContentTranslationTest.php Modules to install.
MigrateCustomBlockContentTranslationTest::setUp function core/modules/block_content/tests/src/Kernel/Migrate/d6/MigrateCustomBlockContentTranslationTest.php
MigrateCustomBlockContentTranslationTest::setUp function core/modules/block_content/tests/src/Kernel/Migrate/d7/MigrateCustomBlockContentTranslationTest.php
MigrateCustomBlockContentTranslationTest::testCustomBlockContentTranslation function core/modules/block_content/tests/src/Kernel/Migrate/d6/MigrateCustomBlockContentTranslationTest.php Tests the Drupal 6 i18n content block strings to Drupal 8 migration.
MigrateCustomBlockContentTranslationTest::testCustomBlockContentTranslation function core/modules/block_content/tests/src/Kernel/Migrate/d7/MigrateCustomBlockContentTranslationTest.php Tests the Drupal 7 i18n content block strings to Drupal 8 migration.
MigrateCustomBlockTest class core/modules/block_content/tests/src/Kernel/Migrate/d7/MigrateCustomBlockTest.php Tests migration of content blocks.
MigrateCustomBlockTest.php file core/modules/block_content/tests/src/Kernel/Migrate/d7/MigrateCustomBlockTest.php
MigrateCustomBlockTest::$modules property core/modules/block_content/tests/src/Kernel/Migrate/d7/MigrateCustomBlockTest.php Modules to install.
MigrateCustomBlockTest::setUp function core/modules/block_content/tests/src/Kernel/Migrate/d7/MigrateCustomBlockTest.php
MigrateCustomBlockTest::testCustomBlockMigration function core/modules/block_content/tests/src/Kernel/Migrate/d7/MigrateCustomBlockTest.php Tests migration of content blocks from Drupal 7 to Drupal 8.
MigrateEntityContentBaseTest::$storage property core/modules/migrate/tests/src/Kernel/MigrateEntityContentBaseTest.php The storage for entity_test_mul.
MigrateExecutableTest::testStopPipeline function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests a plugin which stops the pipeline.
MigrateExternalTranslatedTestSource::initializeIterator function core/modules/migrate/tests/modules/migrate_external_translated_test/src/Plugin/migrate/source/MigrateExternalTranslatedTestSource.php Initializes the iterator with the source data.
MigrateExternalTranslatedTestSource::__toString function core/modules/migrate/tests/modules/migrate_external_translated_test/src/Plugin/migrate/source/MigrateExternalTranslatedTestSource.php Allows class to decide how it will react when it is treated like a string.
MigrateFieldInstanceTest::testMigrateFieldIntoUnknownNodeType function core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldInstanceTest.php Tests migrating fields into non-existent content types.
MigrateMessageController::addFilterToQuery function core/modules/migrate/src/Controller/MigrateMessageController.php Adds a filter to the query for migrate message administration.
MigrateMessageControllerTest::testOverview function core/modules/migrate/tests/src/Functional/MigrateMessageControllerTest.php Tests the overview page for migrate messages.
MigrateMessageControllerTest::testOverview function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateMessageControllerTest.php Tests the overview page for migrate messages.
MigrateNodeCompleteTest::$nodeStorage property core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeCompleteTest.php The entity storage for node.
MigrateNodeCompleteTest::$nodeStorage property core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeCompleteTest.php The entity storage for node.
MigrateNodeRevisionTest::$nodeStorage property core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeRevisionTest.php The entity storage for node.
MigrateNodeRevisionTest::$nodeStorage property core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeRevisionTest.php The entity storage for node.
MigrateNodeSettingsTest::testAggregatorSettings function core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeSettingsTest.php Tests migration of node variables to node.settings config object.
MigrateProcessInterface::isPipelineStopped function core/modules/migrate/src/Plugin/MigrateProcessInterface.php Determines if the pipeline should stop processing.
MigrateSkipRowException::$saveToMap property core/modules/migrate/src/MigrateSkipRowException.php Whether to record the skip in the map table, or skip silently.
MigrateSkipRowException::getSaveToMap function core/modules/migrate/src/MigrateSkipRowException.php Whether the thrower wants to record this skip in the map table.
MigrateSourceInterface::__toString function core/modules/migrate/src/Plugin/MigrateSourceInterface.php Allows class to decide how it will react when it is treated like a string.
MigrateSourceTest::testOutdatedHighwater function core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Tests that an outdated highwater mark does not cause a row to be imported.
MigrateSourceWithAnnotations::initializeIterator function core/modules/migrate/tests/modules/migrate_source_annotation_bc_test/src/Plugin/migrate/source/MigrateSourceWithAnnotations.php Initializes the iterator with the source data.
MigrateSourceWithAnnotations::__toString function core/modules/migrate/tests/modules/migrate_source_annotation_bc_test/src/Plugin/migrate/source/MigrateSourceWithAnnotations.php Allows class to decide how it will react when it is treated like a string.
MigrateSourceWithAnnotationsMultipleProviders::__toString function core/modules/migrate/tests/modules/migrate_source_annotation_bc_test/src/Plugin/migrate/source/MigrateSourceWithAnnotationsMultipleProviders.php Allows class to decide how it will react when it is treated like a string.
MigrateSqlIdMapTest::testIterators function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Tests all the iterator methods in one swing.
MigrateTestBase::stopCollectingMessages function core/modules/migrate/tests/src/Kernel/MigrateTestBase.php Stop collecting messages.
MigrateUpgradeExecuteTestBase::useTestMailCollector function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeExecuteTestBase.php Helper to set the test mail collector in settings.php.
MigrateUpgradeFormBase::$store property core/modules/migrate_drupal_ui/src/Form/MigrateUpgradeFormBase.php Private temporary storage.
MigrationConfigurationTrait::$configFactory property core/modules/migrate_drupal/src/MigrationConfigurationTrait.php The config factory service.
MigrationConfigurationTrait::getConfigFactory function core/modules/migrate_drupal/src/MigrationConfigurationTrait.php Gets the config factory service.
MigrationInterface::RESULT_STOPPED constant core/modules/migrate/src/Plugin/MigrationInterface.php The process was stopped externally (e.g., via drush migrate-stop).
MigrationInterface::STATUS_STOPPING constant core/modules/migrate/src/Plugin/MigrationInterface.php The migration is being stopped.
MigrationPluginManager::$configFactory property core/modules/migrate_drupal/src/MigrationPluginManager.php The config factory service.
MigrationTest::testMigrationDependenciesInConstructor function core/modules/migrate/tests/src/Unit/MigrationTest.php Tests checking migration dependencies in the constructor.
MimeTypeMapFactory class core/lib/Drupal/Core/File/MimeType/MimeTypeMapFactory.php Factory for creating the MIME type map.
MimeTypeMapFactory.php file core/lib/Drupal/Core/File/MimeType/MimeTypeMapFactory.php
MimeTypeMapFactory::create function core/lib/Drupal/Core/File/MimeType/MimeTypeMapFactory.php Creates an instance of the MIME type map and dispatches the load event.

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