Search for import
- Search 7.x for import
- Search 9.5.x for import
- Search 10.3.x for import
- Search 11.x for import
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| LocaleUpdateTest::testUpdateImportModeNonCustomized | function | core/ |
Tests translation import and only overwrite non-customized translations. |
| LocaleUpdateTest::testUpdateImportModeNone | function | core/ |
Tests translation import and don't overwrite any translation. |
| LocaleUpdateTest::testUpdateImportSourceLocal | function | core/ |
Tests translation import from local sources. |
| LocaleUpdateTest::testUpdateImportSourceRemote | function | core/ |
Tests translation import from remote sources. |
| locale_translate_batch_import | function | core/ |
Implements callback_batch_operation(). |
| locale_translate_batch_import_files | function | core/ |
Prepare a batch to import all translations. |
| locale_translate_batch_import_save | function | core/ |
Implements callback_batch_operation(). |
| locale_translation_batch_fetch_import | function | core/ |
Implements callback_batch_operation(). |
| MigrateAggregatorFeedTest::testAggregatorFeedImport | function | core/ |
Tests migration of aggregator feeds. |
| MigrateAggregatorFeedTest::testAggregatorFeedImport | function | core/ |
Tests migration of aggregator feeds. |
| MigrateDestinationInterface::import | function | core/ |
Import the row. |
| MigrateEntityContentValidationTest::runImport | function | core/ |
Runs an import of a migration. |
| MigrateEvents::POST_IMPORT | constant | core/ |
Name of the event fired when finishing a migration import operation. |
| MigrateEvents::PRE_IMPORT | constant | core/ |
Name of the event fired when beginning a migration import operation. |
| MigrateEventsTest::postImportEventRecorder | function | core/ |
Reacts to post-import event. |
| MigrateEventsTest::preImportEventRecorder | function | core/ |
Reacts to pre-import event. |
| MigrateExecutable::import | function | core/ |
Performs an import operation - migrate items from source to destination. |
| MigrateExecutableInterface::import | function | core/ |
Performs an import operation - migrate items from source to destination. |
| MigrateExecutableTest::testImportWithFailingRewind | function | core/ |
Tests an import with an incomplete rewinding. |
| MigrateExecutableTest::testImportWithValidRow | function | core/ |
Tests the import method with a valid row. |
| MigrateExecutableTest::testImportWithValidRowNoDestinationValues | function | core/ |
Tests the import method with a valid row. |
| MigrateExecutableTest::testImportWithValidRowWithDestinationMigrateException | function | core/ |
Tests the import method with a thrown MigrateException. |
| MigrateExecutableTest::testImportWithValidRowWithException | function | core/ |
Tests the import method with a regular Exception being thrown. |
| MigrateExecutableTest::testImportWithValidRowWithoutDestinationId | function | core/ |
Tests the import method with a valid row. |
| MigrateExecutableTest::testImportWithValidRowWithProcesMigrateException | function | core/ |
Tests the import method with a thrown MigrateException. |
| MigrateExternalTranslatedTestSource::$import | property | core/ |
The data to import. |
| MigrateIdMapInterface::importedCount | function | core/ |
Returns the number of imported items in the map. |
| MigrateIdMapInterface::STATUS_IMPORTED | constant | core/ |
Indicates that the import of the row was successful. |
| MigrateImportEvent | class | core/ |
Wraps a pre- or post-import event for event listeners. |
| MigrateImportEvent.php | file | core/ |
|
| MigrateImportEventTest | class | core/ |
@coversDefaultClass \Drupal\migrate\Event\MigrateImportEvent[[api-linebreak]] @group migrate |
| MigrateImportEventTest.php | file | core/ |
|
| MigrateImportEventTest::testGetMigration | function | core/ |
Test getMigration method. |
| MigrateImportEventTest::testLogMessage | function | core/ |
Test logging a message. |
| MigrateSqlIdMapTest::testImportedCount | function | core/ |
Tests the imported count method. |
| MigrateUpgradeImportBatch | class | core/ |
Runs a single migration batch. |
| MigrateUpgradeImportBatch.php | file | core/ |
|
| MigrateUpgradeImportBatch::$followUpMigrations | property | core/ |
The follow-up migrations. |
| MigrateUpgradeImportBatch::$listenersAdded | property | core/ |
Ensure we only add the listeners once per request. |
| MigrateUpgradeImportBatch::$maxExecTime | property | core/ |
The maximum length in seconds to allow processing in a request. |
| MigrateUpgradeImportBatch::$messages | property | core/ |
MigrateMessage instance to capture messages during the migration process. |
| MigrateUpgradeImportBatch::$numProcessed | property | core/ |
The processed items for one batch of a given migration. |
| MigrateUpgradeImportBatch::finished | function | core/ |
Callback executed when the Migrate Upgrade Import batch process completes. |
| MigrateUpgradeImportBatch::MESSAGE_LENGTH | constant | core/ |
Maximum number of previous messages to display. |
| MigrateUpgradeImportBatch::onIdMapMessage | function | core/ |
Displays any messages being logged to the ID map. |
| MigrateUpgradeImportBatch::onMapDelete | function | core/ |
Counts up any map delete events. |
| MigrateUpgradeImportBatch::onMapSave | function | core/ |
Counts up any map save events. |
| MigrateUpgradeImportBatch::onPostImport | function | core/ |
Adds follow-up migrations. |
| MigrateUpgradeImportBatch::onPostRowDelete | function | core/ |
Reacts to item deletion. |
| MigrateUpgradeImportBatch::onPostRowSave | function | core/ |
Reacts to item import. |
Pagination
- Previous page
- Page 11
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.