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 10.3.x for ip
  5. Search 11.x for ip
  6. Other projects
Title Object type File name Summary
MigrateBlockedIpsTest::$modules property core/modules/ban/tests/src/Kernel/Migrate/d7/MigrateBlockedIpsTest.php Modules to install.
MigrateBlockedIpsTest::setUp function core/modules/ban/tests/src/Kernel/Migrate/d7/MigrateBlockedIpsTest.php
MigrateBlockedIpsTest::testBlockedIps function core/modules/ban/tests/src/Kernel/Migrate/d7/MigrateBlockedIpsTest.php Tests migration of blocked IPs.
MigrateDrupal6AuditIdsTest::testMultipleMigrationWithoutIdConflicts function core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6AuditIdsTest.php Tests multiple migrations to the same destination with no ID conflicts.
MigrateDrupal7AuditIdsTest::testMultipleMigrationWithoutIdConflicts function core/modules/migrate_drupal/tests/src/Kernel/d7/MigrateDrupal7AuditIdsTest.php Tests multiple migrations to the same destination with no ID conflicts.
MigrateExecutable::processPipeline function core/modules/migrate/src/MigrateExecutable.php Runs a process pipeline.
MigrateExecutableTest::testContinuePipeline function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests a plugin which does not stop the pipeline.
MigrateExecutableTest::testProcessRowEmptyPipeline function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests the processRow method with an empty pipeline.
MigrateExecutableTest::testProcessRowPipelineException function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests the processRow pipeline exception.
MigrateExecutableTest::testStopPipeline function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests a plugin which stops the pipeline.
MigrateFieldInstanceLabelDescriptionTest class core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldInstanceLabelDescriptionTest.php Tests migration of field label and description translations.
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 Modules to install.
MigrateFieldInstanceLabelDescriptionTest::$modules property core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceLabelDescriptionTest.php Modules to install.
MigrateFieldInstanceLabelDescriptionTest::migrateDumpAlter function core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldInstanceLabelDescriptionTest.php Allows tests to alter dumps after they have loaded.
MigrateFieldInstanceLabelDescriptionTest::migrateDumpAlter function core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceLabelDescriptionTest.php Allows tests to alter dumps after they have loaded.
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.
MigrateSkipAllRowsTestHooks class core/modules/migrate/tests/modules/migrate_skip_all_rows_test/src/Hook/MigrateSkipAllRowsTestHooks.php Hook implementations for migrate_skip_all_rows_test.
MigrateSkipAllRowsTestHooks.php file core/modules/migrate/tests/modules/migrate_skip_all_rows_test/src/Hook/MigrateSkipAllRowsTestHooks.php
MigrateSkipAllRowsTestHooks::migratePrepareRow function core/modules/migrate/tests/modules/migrate_skip_all_rows_test/src/Hook/MigrateSkipAllRowsTestHooks.php Implements hook_migrate_prepare_row().
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 Modules to install.
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.

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