Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| MigrationInterface::getMigrationDependencies | function | core/ |
Get the dependencies for this migration. |
| MigrationInterface::getMigrationTags | function | core/ |
The migration tags. |
| MigrationInterface::getProcess | function | core/ |
Gets the normalized process plugin configuration. |
| MigrationInterface::getProcessPlugins | function | core/ |
Returns the process plugins. |
| MigrationInterface::getRequirements | function | core/ |
Get a list of required plugin IDs. |
| MigrationInterface::getSourceConfiguration | function | core/ |
Get the source configuration, with at least a 'plugin' key. |
| MigrationInterface::getSourcePlugin | function | core/ |
Returns the initialized source plugin. |
| MigrationInterface::getStatus | function | core/ |
Get the current migration status. |
| MigrationInterface::getStatusLabel | function | core/ |
Retrieve a label for the current status. |
| MigrationInterface::isAuditable | function | core/ |
Indicates if the migration is auditable. |
| MigrationInterface::mergeProcessOfProperty | function | core/ |
Merge the process pipeline configuration for a single property. |
| MigrationInterface::MESSAGE_ERROR | constant | core/ |
Migration error. |
| MigrationInterface::MESSAGE_INFORMATIONAL | constant | core/ |
Migration info. |
| MigrationInterface::MESSAGE_NOTICE | constant | core/ |
Migration notice. |
| MigrationInterface::MESSAGE_WARNING | constant | core/ |
Migration warning. |
| MigrationInterface::RESULT_COMPLETED | constant | core/ |
All records have been processed. |
| MigrationInterface::RESULT_DISABLED | constant | core/ |
This migration is disabled, skipping. |
| MigrationInterface::RESULT_FAILED | constant | core/ |
The process had a fatal error. |
| MigrationInterface::RESULT_INCOMPLETE | constant | core/ |
The process has stopped itself (e.g., the memory limit is approaching). |
| MigrationInterface::RESULT_SKIPPED | constant | core/ |
Dependencies are unfulfilled - skip the process. |
| MigrationInterface::RESULT_STOPPED | constant | core/ |
The process was stopped externally (e.g., via drush migrate-stop). |
| 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. |
| MigrationInterface::setStatus | function | core/ |
Set the current migration status. |
| MigrationInterface::STATUS_DISABLED | constant | core/ |
The migration has been disabled. |
| MigrationInterface::STATUS_IDLE | constant | core/ |
The migration is currently not running. |
| MigrationInterface::STATUS_IMPORTING | constant | core/ |
The migration is currently importing. |
| MigrationInterface::STATUS_ROLLING_BACK | constant | core/ |
The migration is currently being rolled back. |
| MigrationInterface::STATUS_STOPPING | constant | core/ |
The migration is being stopped. |
| MigrationLabelExistTest | class | core/ |
Tests that labels exist for all migrations. |
| MigrationLabelExistTest.php | file | core/ |
|
| MigrationLabelExistTest::testLabelExist | function | core/ |
Tests that labels exist for all migrations. |
| MigrationLookup::$migrateStub | property | core/ |
The migrate stub service. |
| MigrationLookup::isValid | function | core/ |
Determines if the value is valid for lookup. |
| MigrationLookup::skipInvalid | function | core/ |
Skips the migration process entirely if the value is invalid. |
| MigrationLookup::transform | function | core/ |
|
| MigrationLookup::__construct | function | core/ |
Constructs a MigrationLookup object. |
| MigrationLookupTest | class | core/ |
Tests Drupal\migrate\Plugin\migrate\process\MigrationLookup. |
| MigrationLookupTest.php | file | core/ |
|
| MigrationLookupTest::noSkipValidDataProvider | function | core/ |
Provides data for the NoSkipValid test. |
| MigrationLookupTest::providerTestTransformWithStubbing | function | core/ |
Provides data for testTransformWithStubbing(). |
| MigrationLookupTest::skipInvalidDataProvider | function | core/ |
Provides data for the SkipInvalid test. |
| MigrationLookupTest::successfulLookupDataProvider | function | core/ |
Provides data for the successful lookup test. |
| MigrationLookupTest::testMultipleMigrations | function | core/ |
Tests processing multiple migrations and source IDs. |
| MigrationLookupTest::testMultipleSourceIds | function | core/ |
Tests processing multiple source IDs. |
| MigrationLookupTest::testNoSkipValid | function | core/ |
Tests that valid, but technically empty values are not skipped. |
| MigrationLookupTest::testSkipInvalid | function | core/ |
Tests that processing is skipped when the input value is invalid. |
| MigrationLookupTest::testSuccessfulLookup | function | core/ |
Tests a successful lookup. |
| MigrationLookupTest::testTransformWithStubbing | function | core/ |
Tests transform with stubbing. |
| MigrationLookupTest::testTransformWithStubSkipping | function | core/ |
Tests transform with stub skipping. |
Pagination
- Previous page
- Page 963
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.