Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 10.3.x for all
- Search 11.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| MigrationInterface::isTrackLastImported | function | core/ |
Checks if the migration should track time of last import. |
| MigrationInterface::label | function | core/ |
Get the plugin label. |
| 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::setTrackLastImported | function | core/ |
Set if the migration should track time of last import. |
| 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 | class | core/ |
Looks up the value of a property based on a previous migration. |
| MigrationLookup.php | file | core/ |
|
| MigrationLookup::$migrateLookup | property | core/ |
The migrate lookup service. |
| MigrationLookup::$migrateStub | property | core/ |
The migrate stub service. |
| MigrationLookup::$migration | property | core/ |
The migration to be executed. |
| MigrationLookup::create | function | core/ |
Creates an instance of the plugin. |
| MigrationLookup::createStubRow | function | core/ |
Create a stub row source for later import as stub data. |
| 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/ |
@coversDefaultClass \Drupal\migrate\Plugin\migrate\process\MigrationLookup[[api-linebreak]] @group migrate |
| MigrationLookupTest.php | file | core/ |
|
| MigrationLookupTest::noSkipValidDataProvider | function | core/ |
Provides data for the NoSkipValid test. |
| MigrationLookupTest::skipInvalidDataProvider | function | core/ |
Provides data for the SkipInvalid test. |
| MigrationLookupTest::successfulLookupDataProvider | function | core/ |
Provides data for the successful lookup test. |
| MigrationLookupTest::testMultipleSourceIds | function | core/ |
Tests processing multiple source IDs. |
| MigrationLookupTest::testNoSkipValid | function | core/ |
Test 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/ |
@covers ::transform[[api-linebreak]] |
| MigrationLookupTest::testTransformWithStubSkipping | function | core/ |
@covers ::transform[[api-linebreak]] |
| MigrationLookupTestCase | class | core/ |
Provides container handling for migration lookup unit tests. |
| MigrationLookupTestCase.php | file | core/ |
|
| MigrationLookupTestCase::$migrateLookup | property | core/ |
The prophecy of the migrate lookup service. |
Pagination
- Previous page
- Page 1008
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.