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 |
---|---|---|---|
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/ |
|
MigrateProcessTestCase.php | file | core/ |
|
MigrateProcessTestCase::$migrateExecutable | property | core/ |
|
MigrateProcessTestCase::$plugin | property | core/ |
|
MigrateProcessTestCase::$row | property | core/ |
|
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/ |
Check if all source rows from this migration have been processed. |
Migration::getProcess | function | core/ |
Gets the normalized process plugin configuration. |
Migration::getProcessNormalized | function | core/ |
Resolve shorthands into a list of plugin configurations. |
Migration::getProcessPlugins | function | core/ |
Returns the process plugins. |
Migration::mergeProcessOfProperty | function | core/ |
Merge the process pipeline configuration for a single property. |
Migration::setProcess | function | core/ |
Allows you to override the entire process configuration. |
Migration::setProcessOfProperty | function | core/ |
Set the process pipeline configuration for an individual destination field. |
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. |
MigrationInterface::getProcessPlugins | function | core/ |
Returns the process plugins. |
MigrationInterface::mergeProcessOfProperty | function | core/ |
Merge the process pipeline configuration for a single property. |
MigrationInterface::setProcess | function | core/ |
Allows you to override the entire process configuration. |
MigrationInterface::setProcessOfProperty | function | core/ |
Set the process pipeline configuration for an individual destination field. |
MigrationPluginManager::processDefinition | function | core/ |
Performs extra processing on plugin definitions. |
MigrationProcessTest | class | core/ |
Tests the getProcess() method of all Drupal 6 migrations. |
MigrationProcessTest | class | core/ |
Tests the getProcess() method of all Drupal 7 migrations. |
MigrationProcessTest.php | file | core/ |
|
MigrationProcessTest.php | file | core/ |
|
MigrationProcessTest::setUp | function | core/ |
|
MigrationProcessTest::setUp | function | core/ |
|
MigrationProcessTest::testGetProcess | function | core/ |
Tests that calling getProcess() on a migration does not throw an exception. |
MigrationProcessTest::testGetProcess | function | core/ |
Tests that calling getProcess() on a migration does not throw an exception. |
MigrationTest::getProcessPluginsExceptionMessageProvider | function | core/ |
Provides data for testing invalid process pipeline. |
MigrationTest::testGetProcessPlugins | function | core/ |
Tests Migration::getProcessPlugins() |
MigrationTest::testGetProcessPluginsException | function | core/ |
Tests Migration::getProcessPlugins() throws an exception. |
MigrationTest::testGetProcessPluginsExceptionMessage | function | core/ |
Tests Migration::getProcessPlugins() |
ModifyServiceDefinitionsPass::process | function | core/ |
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.