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. Search main for _process_
  6. Other projects
Title Object type File name Summary
MigrateExecutable::processRow function core/modules/migrate/src/MigrateExecutable.php Processes a row.
MigrateExecutableInterface::processRow function core/modules/migrate/src/MigrateExecutableInterface.php Processes a row.
MigrateExecutableTest::testProcessRow function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests the processRow method.
MigrateExecutableTest::testProcessRowEmptyDestination function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests the processRow method.
MigrateExecutableTest::testProcessRowEmptyPipeline function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests the processRow method with an empty pipeline.
MigrateExecutableTest::testProcessRowPipelineException function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests the processRow pipeline exception.
MigrateFieldInterface::defineValueProcessPipeline function core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php Apply any custom processing to the field bundle migrations.
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.
MigrateProcess.php file core/modules/migrate/src/Attribute/MigrateProcess.php
MigrateProcess::__construct function core/modules/migrate/src/Attribute/MigrateProcess.php Constructs a migrate process plugin attribute object.
MigrateProcessErrorMessagesTest class core/modules/migrate/tests/src/Kernel/MigrateProcessErrorMessagesTest.php Tests the format of messages from process plugin exceptions.
MigrateProcessErrorMessagesTest.php file core/modules/migrate/tests/src/Kernel/MigrateProcessErrorMessagesTest.php
MigrateProcessErrorMessagesTest::$definition property core/modules/migrate/tests/src/Kernel/MigrateProcessErrorMessagesTest.php The default stub migration definition.
MigrateProcessErrorMessagesTest::$idMap property core/modules/migrate/tests/src/Kernel/MigrateProcessErrorMessagesTest.php A prophesized ID Map.
MigrateProcessErrorMessagesTest::$idMapPluginManager property core/modules/migrate/tests/src/Kernel/MigrateProcessErrorMessagesTest.php A prophesized ID Map Plugin Manager.
MigrateProcessErrorMessagesTest::$modules property core/modules/migrate/tests/src/Kernel/MigrateProcessErrorMessagesTest.php Modules to install.
MigrateProcessErrorMessagesTest::$processPluginManager property core/modules/migrate/tests/src/Kernel/MigrateProcessErrorMessagesTest.php A prophesized Process Plugin Manager.
MigrateProcessErrorMessagesTest::setPluginManagers function core/modules/migrate/tests/src/Kernel/MigrateProcessErrorMessagesTest.php Prepares and sets the prophesized plugin managers.
MigrateProcessErrorMessagesTest::setUp function core/modules/migrate/tests/src/Kernel/MigrateProcessErrorMessagesTest.php
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::$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::getProcessNormalized function core/modules/migrate/src/Plugin/Migration.php Resolve shorthands into a list of plugin configurations.

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