Search for process
- Search 7.x for process
- Search 9.5.x for process
- Search 8.9.x for process
- Search 10.3.x for process
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
MigrateProcess | class | core/ |
Defines a MigrateProcess attribute. |
MigrateProcess.php | file | core/ |
|
MigrateProcess::__construct | function | core/ |
Constructs a migrate process plugin attribute object. |
MigrateProcessErrorMessagesTest | class | core/ |
Tests the format of messages from process plugin exceptions. |
MigrateProcessErrorMessagesTest.php | file | core/ |
|
MigrateProcessErrorMessagesTest::$definition | property | core/ |
The default stub migration definition. |
MigrateProcessErrorMessagesTest::$idMap | property | core/ |
A mock ID Map. |
MigrateProcessErrorMessagesTest::$idMapPluginManager | property | core/ |
A mock ID Map Plugin Manager. |
MigrateProcessErrorMessagesTest::$modules | property | core/ |
|
MigrateProcessErrorMessagesTest::$processPluginManager | property | core/ |
A mock Process Plugin Manager. |
MigrateProcessErrorMessagesTest::setPluginManagers | function | core/ |
Prepares and sets the prophesized plugin managers. |
MigrateProcessErrorMessagesTest::setUp | function | core/ |
|
MigrateProcessErrorMessagesTest::testProcessErrorMessage | function | core/ |
Tests format of map messages saved from plugin exceptions. |
MigrateProcessErrorMessagesTest::testSubProcessErrorMessage | function | core/ |
Tests format of map messages saved from sub_process exceptions. |
MigrateProcessInterface | interface | core/ |
An interface for migrate process plugins. |
MigrateProcessInterface.php | file | core/ |
|
MigrateProcessInterface::isPipelineStopped | function | core/ |
Determines if the pipeline should stop processing. |
MigrateProcessInterface::multiple | function | core/ |
Indicates whether the returned value requires multiple handling. |
MigrateProcessInterface::reset | function | core/ |
Resets the internal data of a plugin. |
MigrateProcessInterface::transform | function | core/ |
Performs the associated process. |
MigrateProcessPlugin | class | core/ |
Defines a migration process plugin annotation object. |
MigrateProcessPlugin.php | file | core/ |
|
MigrateProcessPlugin::$handle_multiples | property | core/ |
Whether the plugin handles multiples itself. |
MigrateProcessPlugin::$id | property | core/ |
A unique identifier for the process plugin. |
MigrateProcessTestCase | class | core/ |
Base class for the Migrate module migrate process unit tests. |
MigrateProcessTestCase.php | file | core/ |
|
MigrateProcessTestCase::$migrateExecutable | property | core/ |
The migration executable or a mock. |
MigrateProcessTestCase::$plugin | property | core/ |
The migration process plugin. |
MigrateProcessTestCase::$row | property | core/ |
A mock of a process row. |
MigrateProcessTestCase::setUp | function | core/ |
|
MigrateSkipProcessException | class | core/ |
This exception is thrown when the rest of the process should be skipped. |
MigrateSkipProcessException.php | file | core/ |
|
MigrateSkipProcessException::__construct | function | core/ |
|
MigrateSkipProcessExceptionTest | class | core/ |
Tests deprecation error on MigrateSkipProcessException. |
MigrateSkipProcessExceptionTest.php | file | core/ |
|
MigrateSkipProcessExceptionTest::testDeprecation | function | core/ |
Tests a deprecation error is triggered on throw. |
MigrateSqlIdMapTest::testProcessedCount | function | core/ |
Tests the number of processed source rows. |
MigrateUpgradeImportBatch::$numProcessed | property | core/ |
The processed items for one batch of a given migration. |
Migration::$process | property | core/ |
The configuration describing the process plugins. |
Migration::$processPluginManager | property | core/ |
The process plugin manager. |
Migration::$processPlugins | property | core/ |
The cached process plugins. |
Migration::allRowsProcessed | function | core/ |
|
Migration::getProcess | function | core/ |
|
Migration::getProcessNormalized | function | core/ |
Resolve shorthands into a list of plugin configurations. |
Migration::getProcessPlugins | function | core/ |
|
Migration::mergeProcessOfProperty | function | core/ |
|
Migration::setProcess | function | core/ |
|
Migration::setProcessOfProperty | function | core/ |
|
MigrationInterface::allRowsProcessed | function | core/ |
Check if all source rows from this migration have been processed. |
MigrationInterface::getProcess | function | core/ |
Gets the normalized process plugin configuration. |
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.