Search for import

  1. Search 7.x for import
  2. Search 8.9.x for import
  3. Search 10.3.x for import
  4. Search 11.x for import
  5. Other projects
Title Object type File name Summary
MigrateImportEventTest::testLogMessage function core/modules/migrate/tests/src/Unit/Event/MigrateImportEventTest.php Tests logging a message.
MigrateSqlIdMapTest::testImportedCount function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Tests the imported count method.
MigrateUpgradeImportBatch class core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php Runs a single migration batch.
MigrateUpgradeImportBatch.php file core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php
MigrateUpgradeImportBatch::$followUpMigrations property core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php The follow-up migrations.
MigrateUpgradeImportBatch::$listenersAdded property core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php Ensure we only add the listeners once per request.
MigrateUpgradeImportBatch::$maxExecTime property core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php The maximum length in seconds to allow processing in a request.
MigrateUpgradeImportBatch::$messages property core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php MigrateMessage instance to capture messages during the migration process.
MigrateUpgradeImportBatch::$numProcessed property core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php The processed items for one batch of a given migration.
MigrateUpgradeImportBatch::finished function core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php Callback executed when the Migrate Upgrade Import batch process completes.
MigrateUpgradeImportBatch::MESSAGE_LENGTH constant core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php Maximum number of previous messages to display.
MigrateUpgradeImportBatch::onIdMapMessage function core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php Displays any messages being logged to the ID map.
MigrateUpgradeImportBatch::onMapDelete function core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php Counts up any map delete events.
MigrateUpgradeImportBatch::onMapSave function core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php Counts up any map save events.
MigrateUpgradeImportBatch::onPostImport function core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php Adds follow-up migrations.
MigrateUpgradeImportBatch::onPostRowDelete function core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php Reacts to item deletion.
MigrateUpgradeImportBatch::onPostRowSave function core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php Reacts to item import.
MigrateUpgradeImportBatch::run function core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php Runs a single migrate batch import.
Migration::$trackLastImported property core/modules/migrate/src/Plugin/Migration.php Track time of last import if TRUE.
Migration::getTrackLastImported function core/modules/migrate/src/Plugin/Migration.php If true, track time of last import.
Migration::isTrackLastImported function core/modules/migrate/src/Plugin/Migration.php Checks if the migration should track time of last import.
Migration::setTrackLastImported function core/modules/migrate/src/Plugin/Migration.php Set if the migration should track time of last import.
MigrationInterface::getTrackLastImported function core/modules/migrate/src/Plugin/MigrationInterface.php If true, track time of last import.
MigrationInterface::isTrackLastImported function core/modules/migrate/src/Plugin/MigrationInterface.php Checks if the migration should track time of last import.
MigrationInterface::setTrackLastImported function core/modules/migrate/src/Plugin/MigrationInterface.php Set if the migration should track time of last import.
MigrationInterface::STATUS_IMPORTING constant core/modules/migrate/src/Plugin/MigrationInterface.php The migration is currently importing.
MigrationTest::testGetTrackLastImported function core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php Tests Migration::getTrackLastImported()
ModuleRequiredByThemesUninstallValidator::validateConfigImport function core/lib/Drupal/Core/ProxyClass/Extension/ModuleRequiredByThemesUninstallValidator.php Determines reasons a module can not be uninstalled prior to config import.
ModuleRequiredByThemesUninstallValidator::validateConfigImport function core/lib/Drupal/Core/Extension/ModuleRequiredByThemesUninstallValidator.php Determines reasons a module can not be uninstalled prior to config import.
node.type.import.yml file core/modules/node/tests/modules/node_test_config/sync/node.type.import.yml core/modules/node/tests/modules/node_test_config/sync/node.type.import.yml
node.type.sql_import_node.yml file core/modules/migrate/tests/modules/migrate_high_water_test/config/install/node.type.sql_import_node.yml core/modules/migrate/tests/modules/migrate_high_water_test/config/install/node.type.sql_import_node.yml
NodeCounter::import function core/modules/statistics/src/Plugin/migrate/destination/NodeCounter.php Import the row.
NodeImportChangeTest class core/modules/node/tests/src/Kernel/Config/NodeImportChangeTest.php Change content types during config create method invocation.
NodeImportChangeTest.php file core/modules/node/tests/src/Kernel/Config/NodeImportChangeTest.php
NodeImportChangeTest::$modules property core/modules/node/tests/src/Kernel/Config/NodeImportChangeTest.php Modules to enable.
NodeImportChangeTest::setUp function core/modules/node/tests/src/Kernel/Config/NodeImportChangeTest.php Set the default field storage backend for fields created during tests.
NodeImportChangeTest::testImportChange function core/modules/node/tests/src/Kernel/Config/NodeImportChangeTest.php Tests importing an updated content type.
NodeImportCreateTest class core/modules/node/tests/src/Kernel/Config/NodeImportCreateTest.php Create content types during config create method invocation.
NodeImportCreateTest.php file core/modules/node/tests/src/Kernel/Config/NodeImportCreateTest.php
NodeImportCreateTest::$modules property core/modules/node/tests/src/Kernel/Config/NodeImportCreateTest.php Modules to enable.
NodeImportCreateTest::setUp function core/modules/node/tests/src/Kernel/Config/NodeImportCreateTest.php Set the default field storage backend for fields created during tests.
NodeImportCreateTest::testImportCreate function core/modules/node/tests/src/Kernel/Config/NodeImportCreateTest.php Tests creating a content type during config import.
NodeImportCreateTest::testImportCreateDefault function core/modules/node/tests/src/Kernel/Config/NodeImportCreateTest.php Tests creating a content type during default config import.
NodeSaveTest::testImport function core/modules/node/tests/src/Functional/NodeSaveTest.php Checks whether custom node IDs are saved properly during an import operation.
NodeTranslationMigrateSubscriber::onPostImport function core/modules/node/src/EventSubscriber/NodeTranslationMigrateSubscriber.php Set the node_translation_redirect state to enable the redirections.
NullDestination::import function core/modules/migrate/src/Plugin/migrate/destination/NullDestination.php Import the row.
NullIdMap::importedCount function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php Returns the number of imported items in the map.
OptionsFloatFieldImportTest class core/modules/options/tests/src/Functional/OptionsFloatFieldImportTest.php Tests option fields can be updated and created through config synchronization.
OptionsFloatFieldImportTest.php file core/modules/options/tests/src/Functional/OptionsFloatFieldImportTest.php
OptionsFloatFieldImportTest::$defaultTheme property core/modules/options/tests/src/Functional/OptionsFloatFieldImportTest.php The theme to install as the default for testing.

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