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
MigrateExecutableTest::getMockSource function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Returns a mock migration source instance.
MigrateExecutableTest::setUp function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php
MigrateExecutableTest::setUp function core/modules/migrate/tests/src/Kernel/MigrateExecutableTest.php
MigrateExecutableTest::testImportWithFailingRewind function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests an import with an incomplete rewinding.
MigrateExecutableTest::testImportWithValidRow function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests the import method with a valid row.
MigrateExecutableTest::testImportWithValidRowNoDestinationValues function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests the import method with a valid row.
MigrateExecutableTest::testImportWithValidRowWithDestinationMigrateException function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests the import method with a thrown MigrateException.
MigrateExecutableTest::testImportWithValidRowWithException function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests the import method with a regular Exception being thrown.
MigrateExecutableTest::testImportWithValidRowWithoutDestinationId function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests the import method with a valid row.
MigrateExecutableTest::testImportWithValidRowWithProcesMigrateException function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests the import method with a thrown MigrateException.
MigrateExecutableTest::testMigrateExecutable function core/modules/migrate/tests/src/Kernel/MigrateExecutableTest.php Tests the MigrateExecutable class.
MigrateExecutableTest::testProcessRow function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests the processRow method.
MigrateExecutableTest::testProcessRowEmptyDestination function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests the processRow method.
MigrateExecutableTest::testProcessRowEmptyPipeline function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests the processRow method with an empty pipeline.
MigrateExecutableTest::testProcessRowPipelineException function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests the processRow pipeline exception.
MigrateExternalTranslatedTest class core/modules/migrate/tests/src/Kernel/MigrateExternalTranslatedTest.php Tests migrating non-Drupal translated content.
MigrateExternalTranslatedTest.php file core/modules/migrate/tests/src/Kernel/MigrateExternalTranslatedTest.php
MigrateExternalTranslatedTest::$modules property core/modules/migrate/tests/src/Kernel/MigrateExternalTranslatedTest.php Modules to enable.
MigrateExternalTranslatedTest::setUp function core/modules/migrate/tests/src/Kernel/MigrateExternalTranslatedTest.php
MigrateExternalTranslatedTest::testMigrations function core/modules/migrate/tests/src/Kernel/MigrateExternalTranslatedTest.php Test importing and rolling back our data.
MigrateExternalTranslatedTestSource class core/modules/migrate/tests/modules/migrate_external_translated_test/src/Plugin/migrate/source/MigrateExternalTranslatedTestSource.php A simple migrate source for our tests.
MigrateExternalTranslatedTestSource.php file core/modules/migrate/tests/modules/migrate_external_translated_test/src/Plugin/migrate/source/MigrateExternalTranslatedTestSource.php
MigrateExternalTranslatedTestSource::$import property core/modules/migrate/tests/modules/migrate_external_translated_test/src/Plugin/migrate/source/MigrateExternalTranslatedTestSource.php The data to import.
MigrateExternalTranslatedTestSource::fields function core/modules/migrate/tests/modules/migrate_external_translated_test/src/Plugin/migrate/source/MigrateExternalTranslatedTestSource.php Returns available fields on the source.
MigrateExternalTranslatedTestSource::getIds function core/modules/migrate/tests/modules/migrate_external_translated_test/src/Plugin/migrate/source/MigrateExternalTranslatedTestSource.php Defines the source fields uniquely identifying a source row.
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.
MigrateField class core/modules/migrate_drupal/src/Annotation/MigrateField.php Defines a field plugin annotation object.
MigrateField.php file core/modules/migrate_drupal/src/Annotation/MigrateField.php
MigrateField::$core property core/modules/migrate_drupal/src/Annotation/MigrateField.php The Drupal core version(s) this plugin applies to.
MigrateField::$destination_module property core/modules/migrate_drupal/src/Annotation/MigrateField.php Identifies the system handling the data the destination plugin will write.
MigrateField::$id property core/modules/migrate_drupal/src/Annotation/MigrateField.php The plugin ID.
MigrateField::$source_module property core/modules/migrate_drupal/src/Annotation/MigrateField.php Identifies the system providing the data the field plugin will read.
MigrateField::$type_map property core/modules/migrate_drupal/src/Annotation/MigrateField.php Map of D6 and D7 field types to D8 field type plugin IDs.
MigrateField::$weight property core/modules/migrate_drupal/src/Annotation/MigrateField.php The weight of this plugin relative to other plugins.
MigrateField::__construct function core/modules/migrate_drupal/src/Annotation/MigrateField.php Constructs a Plugin object.
MigrateFieldDeprecationTest class core/tests/Drupal/Tests/Core/Field/MigrateFieldDeprecationTest.php Test trigger_error is fired when deprecated classes are instantiated.
MigrateFieldDeprecationTest.php file core/tests/Drupal/Tests/Core/Field/MigrateFieldDeprecationTest.php
MigrateFieldDeprecationTest::testDeprecatedEmail function core/tests/Drupal/Tests/Core/Field/MigrateFieldDeprecationTest.php Tests trigger_error when an Email object is created.
MigrateFieldDeprecationTest::testDeprecatedEntityReference function core/tests/Drupal/Tests/Core/Field/MigrateFieldDeprecationTest.php Tests trigger_error when an EntityReference object is created.
MigrateFieldDeprecationTest::testDeprecatedNumberField function core/tests/Drupal/Tests/Core/Field/MigrateFieldDeprecationTest.php Tests trigger_error when a NumberField object is created.
MigrateFieldFormatterSettingsTest class core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldFormatterSettingsTest.php Upgrade field formatter settings to entity.display.*.*.yml.
MigrateFieldFormatterSettingsTest class core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldFormatterSettingsTest.php Tests migration of D7 field formatter settings.
MigrateFieldFormatterSettingsTest.php file core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldFormatterSettingsTest.php
MigrateFieldFormatterSettingsTest.php file core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldFormatterSettingsTest.php
MigrateFieldFormatterSettingsTest::$modules property core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldFormatterSettingsTest.php Modules to enable.
MigrateFieldFormatterSettingsTest::$modules property core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldFormatterSettingsTest.php Modules to enable.
MigrateFieldFormatterSettingsTest::assertComponent function core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldFormatterSettingsTest.php Asserts various aspects of a particular component of a view display.
MigrateFieldFormatterSettingsTest::assertComponentNotExists function core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldFormatterSettingsTest.php Asserts that a particular component is NOT included in a display.
MigrateFieldFormatterSettingsTest::assertComponentNotExists function core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldFormatterSettingsTest.php Asserts that a particular component is NOT included in a display.

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