Search for process

  1. Search 7.x for process
  2. Search 9.5.x for process
  3. Search 10.3.x for process
  4. Search 11.x for process
  5. Other projects
Title Object type File name Summary
MigrateFieldPluginManager::processDefinition function core/modules/migrate_drupal/src/Plugin/MigrateFieldPluginManager.php Performs extra processing on plugin definitions.
MigrateIdMapInterface::processedCount function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Returns the number of processed items in the map.
MigrateProcessInterface interface core/modules/migrate/src/Plugin/MigrateProcessInterface.php An interface for migrate process plugins.
MigrateProcessInterface.php file core/modules/migrate/src/Plugin/MigrateProcessInterface.php
MigrateProcessInterface::multiple function core/modules/migrate/src/Plugin/MigrateProcessInterface.php Indicates whether the returned value requires multiple handling.
MigrateProcessInterface::transform function core/modules/migrate/src/Plugin/MigrateProcessInterface.php Performs the associated process.
MigrateProcessPlugin class core/modules/migrate/src/Annotation/MigrateProcessPlugin.php Defines a migration process plugin annotation object.
MigrateProcessPlugin.php file core/modules/migrate/src/Annotation/MigrateProcessPlugin.php
MigrateProcessPlugin::$handle_multiples property core/modules/migrate/src/Annotation/MigrateProcessPlugin.php Whether the plugin handles multiples itself.
MigrateProcessPlugin::$id property core/modules/migrate/src/Annotation/MigrateProcessPlugin.php A unique identifier for the process plugin.
MigrateProcessTestCase class core/modules/migrate/tests/src/Unit/process/MigrateProcessTestCase.php
MigrateProcessTestCase.php file core/modules/migrate/tests/src/Unit/process/MigrateProcessTestCase.php
MigrateProcessTestCase::$migrateExecutable property core/modules/migrate/tests/src/Unit/process/MigrateProcessTestCase.php
MigrateProcessTestCase::$plugin property core/modules/migrate/tests/src/Unit/process/MigrateProcessTestCase.php
MigrateProcessTestCase::$row property core/modules/migrate/tests/src/Unit/process/MigrateProcessTestCase.php
MigrateProcessTestCase::setUp function core/modules/migrate/tests/src/Unit/process/MigrateProcessTestCase.php
MigrateSkipProcessException class core/modules/migrate/src/MigrateSkipProcessException.php This exception is thrown when the rest of the process should be skipped.
MigrateSkipProcessException.php file core/modules/migrate/src/MigrateSkipProcessException.php
MigrateSqlIdMapTest::testProcessedCount function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Tests the number of processed source rows.
MigrateUpgradeImportBatch::$numProcessed property core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php The processed items for one batch of a given migration.
Migration::$process property core/modules/migrate/src/Plugin/Migration.php The configuration describing the process plugins.
Migration::$processPluginManager property core/modules/migrate/src/Plugin/Migration.php The process plugin manager.
Migration::$processPlugins property core/modules/migrate/src/Plugin/Migration.php The cached process plugins.
Migration::allRowsProcessed function core/modules/migrate/src/Plugin/Migration.php Check if all source rows from this migration have been processed.
Migration::getProcess function core/modules/migrate/src/Plugin/Migration.php Get the normalized process pipeline configuration describing the process
plugins.
Migration::getProcessNormalized function core/modules/migrate/src/Plugin/Migration.php Resolve shorthands into a list of plugin configurations.
Migration::getProcessPlugins function core/modules/migrate/src/Plugin/Migration.php Returns the process plugins.
Migration::mergeProcessOfProperty function core/modules/migrate/src/Plugin/Migration.php Merge the process pipeline configuration for a single property.
Migration::setProcess function core/modules/migrate/src/Plugin/Migration.php Allows you to override the entire process configuration.
Migration::setProcessOfProperty function core/modules/migrate/src/Plugin/Migration.php Set the process pipeline configuration for an individual destination field.
MigrationInterface::allRowsProcessed function core/modules/migrate/src/Plugin/MigrationInterface.php Check if all source rows from this migration have been processed.
MigrationInterface::getProcess function core/modules/migrate/src/Plugin/MigrationInterface.php Get the normalized process pipeline configuration describing the process
plugins.
MigrationInterface::getProcessPlugins function core/modules/migrate/src/Plugin/MigrationInterface.php Returns the process plugins.
MigrationInterface::mergeProcessOfProperty function core/modules/migrate/src/Plugin/MigrationInterface.php Merge the process pipeline configuration for a single property.
MigrationInterface::setProcess function core/modules/migrate/src/Plugin/MigrationInterface.php Allows you to override the entire process configuration.
MigrationInterface::setProcessOfProperty function core/modules/migrate/src/Plugin/MigrationInterface.php Set the process pipeline configuration for an individual destination field.
MigrationPluginManager::processDefinition function core/modules/migrate_drupal/src/MigrationPluginManager.php Performs extra processing on plugin definitions.
MigrationProcessTest class core/modules/migrate_drupal/tests/src/Kernel/d6/MigrationProcessTest.php Tests the getProcess() method of all Drupal 6 migrations.
MigrationProcessTest class core/modules/migrate_drupal/tests/src/Kernel/d7/MigrationProcessTest.php Tests the getProcess() method of all Drupal 7 migrations.
MigrationProcessTest.php file core/modules/migrate_drupal/tests/src/Kernel/d6/MigrationProcessTest.php
MigrationProcessTest.php file core/modules/migrate_drupal/tests/src/Kernel/d7/MigrationProcessTest.php
MigrationProcessTest::setUp function core/modules/migrate_drupal/tests/src/Kernel/d6/MigrationProcessTest.php
MigrationProcessTest::setUp function core/modules/migrate_drupal/tests/src/Kernel/d7/MigrationProcessTest.php
MigrationProcessTest::testGetProcess function core/modules/migrate_drupal/tests/src/Kernel/d6/MigrationProcessTest.php Tests that calling getProcess() on a migration does not throw an exception.
MigrationProcessTest::testGetProcess function core/modules/migrate_drupal/tests/src/Kernel/d7/MigrationProcessTest.php Tests that calling getProcess() on a migration does not throw an exception.
MigrationTest::$process_plugin_manager property core/modules/migrate/tests/src/Unit/process/MigrationTest.php
MigrationTest::getProcessPluginsExceptionMessageProvider function core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php Provides data for testing invalid process pipeline.
MigrationTest::testGetProcessPlugins function core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php Tests Migration::getProcessPlugins()
MigrationTest::testGetProcessPluginsException function core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php Tests Migration::getProcessPlugins() throws an exception.
MigrationTest::testGetProcessPluginsExceptionMessage function core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php Tests Migration::getProcessPlugins()

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