Search for id

  1. Search 7.x for id
  2. Search 9.5.x for id
  3. Search 8.9.x for id
  4. Search 10.3.x for id
  5. Other projects
Title Object type File name Summary
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.
MigrateIdMapMessageEvent.php file core/modules/migrate/src/Event/MigrateIdMapMessageEvent.php
MigrateIdMapMessageEvent::$level property core/modules/migrate/src/Event/MigrateIdMapMessageEvent.php Message severity.
MigrateIdMapMessageEvent::$message property core/modules/migrate/src/Event/MigrateIdMapMessageEvent.php Message to be logged.
MigrateIdMapMessageEvent::$migration property core/modules/migrate/src/Event/MigrateIdMapMessageEvent.php Migration entity.
MigrateIdMapMessageEvent::$sourceIdValues property core/modules/migrate/src/Event/MigrateIdMapMessageEvent.php Array of values uniquely identifying the source row.
MigrateIdMapMessageEvent::getLevel function core/modules/migrate/src/Event/MigrateIdMapMessageEvent.php Gets the severity level of the message.
MigrateIdMapMessageEvent::getMessage function core/modules/migrate/src/Event/MigrateIdMapMessageEvent.php Gets the message to be logged.
MigrateIdMapMessageEvent::getMigration function core/modules/migrate/src/Event/MigrateIdMapMessageEvent.php Gets the migration entity.
MigrateIdMapMessageEvent::getSourceIdValues function core/modules/migrate/src/Event/MigrateIdMapMessageEvent.php Gets the source ID values.
MigrateIdMapMessageEvent::__construct function core/modules/migrate/src/Event/MigrateIdMapMessageEvent.php Constructs a post-save event object.
MigrateImageCacheTest::testInvalidCropValues function core/modules/image/tests/src/Kernel/Migrate/d6/MigrateImageCacheTest.php Tests that missing action's causes failures.
MigrateLookupTest::providerExceptionOnMigrationNotFound function core/modules/migrate/tests/src/Unit/MigrateLookupTest.php Provides data for testExceptionOnMigrationNotFound.
MigrateLookupTest::providerExceptionOnMultipleMigrationsNotFound function core/modules/migrate/tests/src/Unit/MigrateLookupTest.php Provides data for testExceptionOnMultipleMigrationsNotFound.
MigrateLookupTest::testInvalidIdLookup function core/modules/migrate/tests/src/Kernel/MigrateLookupTest.php Tests an invalid lookup.
MigrateLookupTest::testLookupWithStringIds function core/modules/migrate/tests/src/Kernel/MigrateLookupTest.php Tests a lookup with string source ids.
MigrateLookupTest::testMultipleSourceIds function core/modules/migrate/tests/src/Kernel/MigrateLookupTest.php Tests lookups with multiple source ids.
MigrateMapDeleteEvent::$sourceId property core/modules/migrate/src/Event/MigrateMapDeleteEvent.php Array of source ID fields.
MigrateMapDeleteEvent::getSourceId function core/modules/migrate/src/Event/MigrateMapDeleteEvent.php Gets the source ID of the item being removed from the map.
MigrateMessageControllerTest::$migrationIds property core/modules/migrate_drupal_ui/tests/src/Functional/MigrateMessageControllerTest.php Migration IDs.
MigrateMessageTestBase::$migrationIds property core/modules/migrate/tests/src/Functional/MigrateMessageTestBase.php Migration IDs.
MigrateMissingDatabaseSource::getIds function core/modules/migrate/tests/modules/migrate_missing_database_test/src/Plugin/migrate/source/MigrateMissingDatabaseSource.php
MigratePostRowSaveEvent::$destinationIdValues property core/modules/migrate/src/Event/MigratePostRowSaveEvent.php The row's destination ID.
MigratePostRowSaveEvent::getDestinationIdValues function core/modules/migrate/src/Event/MigratePostRowSaveEvent.php Gets the destination ID values.
MigratePostRowSaveEventTest::testGetDestinationIdValues function core/modules/migrate/tests/src/Unit/Event/MigratePostRowSaveEventTest.php Tests getDestinationIdValues method.
MigrateProcessErrorMessagesTest::$idMap property core/modules/migrate/tests/src/Kernel/MigrateProcessErrorMessagesTest.php A mock ID Map.
MigrateProcessErrorMessagesTest::$idMapPluginManager property core/modules/migrate/tests/src/Kernel/MigrateProcessErrorMessagesTest.php A mock ID Map Plugin Manager.
MigrateProcessPlugin::$id property core/modules/migrate/src/Annotation/MigrateProcessPlugin.php A unique identifier for the process plugin.
MigrateRowDeleteEvent::$destinationIdValues property core/modules/migrate/src/Event/MigrateRowDeleteEvent.php Values representing the destination ID.
MigrateRowDeleteEvent::getDestinationIdValues function core/modules/migrate/src/Event/MigrateRowDeleteEvent.php Gets the destination ID values.
MigrateSource::$id property core/modules/migrate/src/Annotation/MigrateSource.php A unique identifier for the process plugin.
MigrateSource::getProvider function core/modules/migrate/src/Annotation/MigrateSource.php Gets the name of the provider of the annotated class.
MigrateSource::getProviders function core/modules/migrate/src/Annotation/MigrateSource.php Gets the provider names of the annotated class.
MigrateSource::setProviders function core/modules/migrate/src/Annotation/MigrateSource.php Sets the provider names of the annotated class.
MigrateSourceInterface::getIds function core/modules/migrate/src/Plugin/MigrateSourceInterface.php Defines the source fields uniquely identifying a source row.
MigrateSourceTest::$sourceIds property core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Test source ids.
MigrateSourceTestBase::providerSource function core/modules/migrate/tests/src/Kernel/MigrateSourceTestBase.php Provides source data for ::testSource.
MigrateSourceWithAnnotations::getIds function core/modules/migrate/tests/modules/migrate_source_annotation_bc_test/src/Plugin/migrate/source/MigrateSourceWithAnnotations.php
MigrateSourceWithAnnotationsMultipleProviders class core/modules/migrate/tests/modules/migrate_source_annotation_bc_test/src/Plugin/migrate/source/MigrateSourceWithAnnotationsMultipleProviders.php A migration source plugin with annotations and multiple providers.
MigrateSourceWithAnnotationsMultipleProviders.php file core/modules/migrate/tests/modules/migrate_source_annotation_bc_test/src/Plugin/migrate/source/MigrateSourceWithAnnotationsMultipleProviders.php
MigrateSourceWithAnnotationsMultipleProviders::__toString function core/modules/migrate/tests/modules/migrate_source_annotation_bc_test/src/Plugin/migrate/source/MigrateSourceWithAnnotationsMultipleProviders.php
MigrateSqlIdMapEnsureTablesTest class core/modules/migrate/tests/src/Unit/MigrateSqlIdMapEnsureTablesTest.php Tests the SQL ID map plugin ensureTables() method.

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