Search for ip

  1. Search 7.x for ip
  2. Search 9.5.x for ip
  3. Search 8.9.x for ip
  4. Search 11.x for ip
  5. Search main for ip
  6. Other projects
Title Object type File name Summary
MigrateFieldInstanceLabelDescriptionTest class core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceLabelDescriptionTest.php Tests migration field label and description i18n translations.
MigrateFieldInstanceLabelDescriptionTest.php file core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldInstanceLabelDescriptionTest.php
MigrateFieldInstanceLabelDescriptionTest.php file core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceLabelDescriptionTest.php
MigrateFieldInstanceLabelDescriptionTest::$modules property core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldInstanceLabelDescriptionTest.php
MigrateFieldInstanceLabelDescriptionTest::$modules property core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceLabelDescriptionTest.php
MigrateFieldInstanceLabelDescriptionTest::migrateDumpAlter function core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldInstanceLabelDescriptionTest.php
MigrateFieldInstanceLabelDescriptionTest::migrateDumpAlter function core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceLabelDescriptionTest.php
MigrateFieldInstanceLabelDescriptionTest::setUp function core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldInstanceLabelDescriptionTest.php
MigrateFieldInstanceLabelDescriptionTest::setUp function core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceLabelDescriptionTest.php
MigrateFieldInstanceLabelDescriptionTest::testFieldInstanceLabelDescriptionTranslationMigration function core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldInstanceLabelDescriptionTest.php Tests migration of field label and description translations.
MigrateFieldInstanceLabelDescriptionTest::testFieldInstanceLabelDescriptionTranslationMigration function core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceLabelDescriptionTest.php Tests migration of file variables to file.settings.yml.
MigrateFieldInterface::defineValueProcessPipeline function core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php Apply any custom processing to the field bundle migrations.
MigrateLookupTest::providerExceptionOnMultipleMigrationsNotFound function core/modules/migrate/tests/src/Unit/MigrateLookupTest.php Provides data for testExceptionOnMultipleMigrationsNotFound.
MigrateLookupTest::testExceptionOnMultipleMigrationsNotFound function core/modules/migrate/tests/src/Unit/MigrateLookupTest.php Tests message logged when multiple migrations are not found.
MigrateLookupTest::testMultipleMigrationLookup function core/modules/migrate/tests/src/Kernel/MigrateLookupTest.php Tests looking up against multiple migrations at once.
MigrateLookupTest::testMultipleSourceIds function core/modules/migrate/tests/src/Kernel/MigrateLookupTest.php Tests lookups with multiple source ids.
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.
MigrateProcessPlugin::$handle_multiples property core/modules/migrate/src/Annotation/MigrateProcessPlugin.php Whether the plugin handles multiples itself.
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.
MigrateSkipRowException class core/modules/migrate/src/MigrateSkipRowException.php This exception is thrown when a row should be skipped.
MigrateSkipRowException.php file core/modules/migrate/src/MigrateSkipRowException.php
MigrateSkipRowException::$saveToMap property core/modules/migrate/src/MigrateSkipRowException.php Whether to record the skip in the map table, or skip silently.
MigrateSkipRowException::getSaveToMap function core/modules/migrate/src/MigrateSkipRowException.php Whether the thrower wants to record this skip in the map table.
MigrateSkipRowException::__construct function core/modules/migrate/src/MigrateSkipRowException.php Constructs a MigrateSkipRowException object.
MigrateSkipRowTest class core/modules/migrate/tests/src/Kernel/MigrateSkipRowTest.php Tests row skips triggered during hook_migrate_prepare_row().
MigrateSkipRowTest.php file core/modules/migrate/tests/src/Kernel/MigrateSkipRowTest.php
MigrateSkipRowTest::$modules property core/modules/migrate/tests/src/Kernel/MigrateSkipRowTest.php
MigrateSkipRowTest::testPrepareRowSkip function core/modules/migrate/tests/src/Kernel/MigrateSkipRowTest.php Tests migration interruptions.
MigrateSourceTest::testPrepareRowGlobalPrepareSkip function core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Tests that global prepare hooks can skip rows.
MigrateSourceTest::testPrepareRowMigratePrepareSkip function core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Tests that migrate specific prepare hooks can skip rows.
MigrateTermNodeTest::testSkipNonExistentNode function core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeTest.php Tests that term relationships are ignored for un-migrated nodes.
MigrateUploadEntityDisplayTest::testSkipNonExistentNodeType function core/modules/file/tests/src/Kernel/Migrate/d6/MigrateUploadEntityDisplayTest.php Tests that entity displays are ignored appropriately.
MigrateUploadEntityFormDisplayTest::testSkipNonExistentNodeType function core/modules/file/tests/src/Kernel/Migrate/d6/MigrateUploadEntityFormDisplayTest.php Tests that entity displays are ignored appropriately.
MigrateVocabularyEntityDisplayTest::testSkipNonExistentNodeType function core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityDisplayTest.php Tests that vocabulary displays are ignored appropriately.
MigrateVocabularyEntityFormDisplayTest::testSkipNonExistentNodeType function core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityFormDisplayTest.php Tests that vocabulary displays are ignored appropriately.
MigrateVocabularyFieldInstanceTest::testSkipNonExistentNodeType function core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyFieldInstanceTest.php Tests that vocabulary field instances are ignored appropriately.
migrate_skip_all_rows_test.info.yml file core/modules/migrate/tests/modules/migrate_skip_all_rows_test/migrate_skip_all_rows_test.info.yml core/modules/migrate/tests/modules/migrate_skip_all_rows_test/migrate_skip_all_rows_test.info.yml
migrate_skip_all_rows_test.module file core/modules/migrate/tests/modules/migrate_skip_all_rows_test/migrate_skip_all_rows_test.module Tests the migration source plugin prepareRow() exception.
migrate_skip_all_rows_test_migrate_prepare_row function core/modules/migrate/tests/modules/migrate_skip_all_rows_test/migrate_skip_all_rows_test.module Implements hook_migrate_prepare_row().
MigrationInterface::RESULT_SKIPPED constant core/modules/migrate/src/Plugin/MigrationInterface.php Dependencies are unfulfilled - skip the process.
MigrationLookup::skipInvalid function core/modules/migrate/src/Plugin/migrate/process/MigrationLookup.php Skips the migration process entirely if the value is invalid.
MigrationLookupTest::noSkipValidDataProvider function core/modules/migrate/tests/src/Unit/process/MigrationLookupTest.php Provides data for the NoSkipValid test.
MigrationLookupTest::skipInvalidDataProvider function core/modules/migrate/tests/src/Unit/process/MigrationLookupTest.php Provides data for the SkipInvalid test.
MigrationLookupTest::testMultipleMigrations function core/modules/migrate/tests/src/Unit/process/MigrationLookupTest.php Tests processing multiple migrations and source IDs.

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