Search for process

  1. Search 7.x for process
  2. Search 9.5.x for process
  3. Search 8.9.x for process
  4. Search 11.x for process
  5. Other projects
Title Object type File name Summary
MigrateProcessErrorMessagesTest::testProcessErrorMessage function core/modules/migrate/tests/src/Kernel/MigrateProcessErrorMessagesTest.php Tests format of map messages saved from plugin exceptions.
MigrateProcessErrorMessagesTest::testSubProcessErrorMessage function core/modules/migrate/tests/src/Kernel/MigrateProcessErrorMessagesTest.php Tests format of map messages saved from sub_process exceptions.
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::isPipelineStopped function core/modules/migrate/src/Plugin/MigrateProcessInterface.php Determines if the pipeline should stop processing.
MigrateProcessInterface::multiple function core/modules/migrate/src/Plugin/MigrateProcessInterface.php Indicates whether the returned value requires multiple handling.
MigrateProcessInterface::reset function core/modules/migrate/src/Plugin/MigrateProcessInterface.php Resets the internal data of a plugin.
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
MigrateSkipProcessException::__construct function core/modules/migrate/src/MigrateSkipProcessException.php
MigrateSkipProcessExceptionTest class core/modules/migrate/tests/src/Unit/Exception/MigrateSkipProcessExceptionTest.php Tests deprecation error on MigrateSkipProcessException.
MigrateSkipProcessExceptionTest.php file core/modules/migrate/tests/src/Unit/Exception/MigrateSkipProcessExceptionTest.php
MigrateSkipProcessExceptionTest::testDeprecation function core/modules/migrate/tests/src/Unit/Exception/MigrateSkipProcessExceptionTest.php Tests a deprecation error is triggered on throw.
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 Gets the normalized process plugin configuration.
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 Gets the normalized process plugin configuration.
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.

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