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
MigrateFilterFormatTest::assertEntity function core/modules/filter/tests/src/Kernel/Migrate/d7/MigrateFilterFormatTest.php Asserts various aspects of a filter format entity.
MigrateFilterFormatTest::migrateDumpAlter function core/modules/filter/tests/src/Kernel/Migrate/d7/MigrateFilterFormatTest.php Allows tests to alter dumps after they have loaded.
MigrateFilterFormatTest::setUp function core/modules/filter/tests/src/Kernel/Migrate/d6/MigrateFilterFormatTest.php
MigrateFilterFormatTest::setUp function core/modules/filter/tests/src/Kernel/Migrate/d7/MigrateFilterFormatTest.php
MigrateFilterFormatTest::testFilterFormat function core/modules/filter/tests/src/Kernel/Migrate/d6/MigrateFilterFormatTest.php Tests the Drupal 6 filter format to Drupal 8 migration.
MigrateFilterFormatTest::testFilterFormat function core/modules/filter/tests/src/Kernel/Migrate/d7/MigrateFilterFormatTest.php Tests the Drupal 7 filter format to Drupal 8 migration.
MigrateFilterSettingsTest class core/modules/filter/tests/src/Kernel/Migrate/d7/MigrateFilterSettingsTest.php Tests migration of Filter's settings to configuration.
MigrateFilterSettingsTest.php file core/modules/filter/tests/src/Kernel/Migrate/d7/MigrateFilterSettingsTest.php
MigrateFilterSettingsTest::$modules property core/modules/filter/tests/src/Kernel/Migrate/d7/MigrateFilterSettingsTest.php Modules to install.
MigrateFilterSettingsTest::setUp function core/modules/filter/tests/src/Kernel/Migrate/d7/MigrateFilterSettingsTest.php
MigrateFilterSettingsTest::testFilterSettings function core/modules/filter/tests/src/Kernel/Migrate/d7/MigrateFilterSettingsTest.php Tests migration of Filter variables to configuration.
MigrateGlobalThemeSettingsTest class core/modules/system/tests/src/Kernel/Migrate/d7/MigrateGlobalThemeSettingsTest.php Tests migration of global theme settings variables to configuration.
MigrateGlobalThemeSettingsTest.php file core/modules/system/tests/src/Kernel/Migrate/d7/MigrateGlobalThemeSettingsTest.php
MigrateGlobalThemeSettingsTest::setUp function core/modules/system/tests/src/Kernel/Migrate/d7/MigrateGlobalThemeSettingsTest.php
MigrateGlobalThemeSettingsTest::testMigrateThemeSettings function core/modules/system/tests/src/Kernel/Migrate/d7/MigrateGlobalThemeSettingsTest.php Tests migration of global theme settings to configuration.
MigrateHooks class core/modules/migrate/src/Hook/MigrateHooks.php Hook implementations for migrate.
MigrateHooks.php file core/modules/migrate/src/Hook/MigrateHooks.php
MigrateHooks::help function core/modules/migrate/src/Hook/MigrateHooks.php Implements hook_help().
MigrateIdMapInterface interface core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Defines an interface for migrate ID mappings.
MigrateIdMapInterface.php file core/modules/migrate/src/Plugin/MigrateIdMapInterface.php
MigrateIdMapInterface::clearMessages function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Clears all messages from the map.
MigrateIdMapInterface::currentDestination function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Looks up the destination identifier currently being iterated.
MigrateIdMapInterface::currentSource function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Looks up the source identifier(s) currently being iterated.
MigrateIdMapInterface::delete function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Deletes the map and message entries for a given source record.
MigrateIdMapInterface::deleteDestination function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Deletes the map and message table entries for a given destination row.
MigrateIdMapInterface::destroy function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Removes any persistent storage used by this map.
MigrateIdMapInterface::errorCount function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Returns the number of items that failed to import.
MigrateIdMapInterface::getMessages function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Retrieves a traversable object of messages related to source records.
MigrateIdMapInterface::getQualifiedMapTableName function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Gets the qualified map table.
MigrateIdMapInterface::getRowByDestination function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Retrieves a row by the destination identifiers.
MigrateIdMapInterface::getRowBySource function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Retrieves a row from the map table based on source identifier values.
MigrateIdMapInterface::getRowsNeedingUpdate function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Retrieves an array of map rows marked as needing update.
MigrateIdMapInterface::importedCount function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Returns the number of imported items in the map.
MigrateIdMapInterface::lookupDestinationIds function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Looks up the destination identifiers corresponding to a source key.
MigrateIdMapInterface::lookupSourceId function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Looks up the source identifier.
MigrateIdMapInterface::messageCount function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Returns the number of messages saved.
MigrateIdMapInterface::prepareUpdate function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Prepares to run a full update.
MigrateIdMapInterface::processedCount function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Returns the number of processed items in the map.
MigrateIdMapInterface::ROLLBACK_DELETE constant core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Indicates that the data for the row is to be deleted.
MigrateIdMapInterface::ROLLBACK_PRESERVE constant core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Indicates that the data for the row is to be preserved.
MigrateIdMapInterface::saveIdMapping function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Saves a mapping from the source identifiers to the destination identifiers.
MigrateIdMapInterface::saveMessage function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Saves a message related to a source record in the migration message table.
MigrateIdMapInterface::setMessage function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Sets the migrate message service.
MigrateIdMapInterface::setUpdate function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Sets a specified record to be updated, if it exists.
MigrateIdMapInterface::STATUS_FAILED constant core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Indicates that the import of the row failed.
MigrateIdMapInterface::STATUS_IGNORED constant core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Indicates that the import of the row was ignored.
MigrateIdMapInterface::STATUS_IMPORTED constant core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Indicates that the import of the row was successful.
MigrateIdMapInterface::STATUS_NEEDS_UPDATE constant core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Indicates that the row needs to be updated.
MigrateIdMapInterface::updateCount function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Returns a count of items which are marked as needing update.
MigrateIdMapMessageEvent class core/modules/migrate/src/Event/MigrateIdMapMessageEvent.php Wraps an ID map message event for event listeners.

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