Search for ip

  1. Search 7.x for ip
  2. Search 9.5.x for ip
  3. Search 10.3.x for ip
  4. Search 11.x for ip
  5. Search main for ip
  6. Other projects
Title Object type File name Summary
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::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::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
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 enable.
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 Test that global prepare hooks can skip rows.
MigrateSourceTest::testPrepareRowMigratePrepareSkip function core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Test that migrate specific prepare hooks can skip rows.
MigrateTermNodeTest::testSkipNonExistentNode function core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeTest.php Tests that term associations are ignored when they belong to nodes which
were not migrated.
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.
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::testMultipleSourceIds function core/modules/migrate/tests/src/Unit/process/MigrationLookupTest.php Tests processing multiple source IDs.
MigrationLookupTest::testNoSkipValid function core/modules/migrate/tests/src/Unit/process/MigrationLookupTest.php Test that valid, but technically empty values are not skipped.
MigrationLookupTest::testSkipInvalid function core/modules/migrate/tests/src/Unit/process/MigrationLookupTest.php Tests that processing is skipped when the input value is invalid.
MigrationLookupTest::testTransformWithStubSkipping function core/modules/migrate/tests/src/Unit/process/MigrationLookupTest.php @covers ::transform[[api-linebreak]]
MigrationTest::testSkipOnEmpty function core/modules/migrate/tests/src/Unit/process/MigrationTest.php Tests that processing is skipped when the input value is empty.
MigrationTest::testTransformWithStubSkipping function core/modules/migrate/tests/src/Unit/process/MigrationTest.php Tests a lookup with no stubbing.
MiniPagerTest class core/modules/views/tests/src/Functional/Plugin/MiniPagerTest.php Tests the mini pager plugin.
MiniPagerTest.php file core/modules/views/tests/src/Functional/Plugin/MiniPagerTest.php
MiniPagerTest::$defaultTheme property core/modules/views/tests/src/Functional/Plugin/MiniPagerTest.php The theme to install as the default for testing.
MiniPagerTest::$modules property core/modules/views/tests/src/Functional/Plugin/MiniPagerTest.php Modules to enable.
MiniPagerTest::$nodes property core/modules/views/tests/src/Functional/Plugin/MiniPagerTest.php Nodes used by the test.
MiniPagerTest::$testViews property core/modules/views/tests/src/Functional/Plugin/MiniPagerTest.php Views used by this test.
MiniPagerTest::setUp function core/modules/views/tests/src/Functional/Plugin/MiniPagerTest.php
MiniPagerTest::testMiniPagerRender function core/modules/views/tests/src/Functional/Plugin/MiniPagerTest.php Tests the rendering of mini pagers.
ModulesListConfirmForm::getDescription function core/modules/system/src/Form/ModulesListConfirmForm.php Returns additional text to display as a description.
ModulesUninstallConfirmForm::getDescription function core/modules/system/src/Form/ModulesUninstallConfirmForm.php Returns additional text to display as a description.
module_handler_test_multiple.info.yml file core/modules/system/tests/modules/module_handler_test_multiple/module_handler_test_multiple.info.yml core/modules/system/tests/modules/module_handler_test_multiple/module_handler_test_multiple.info.yml
module_handler_test_multiple.install file core/modules/system/tests/modules/module_handler_test_multiple/module_handler_test_multiple.install Install, update and uninstall functions for the module_handler_test_multiple module.
module_handler_test_multiple_child.info.yml file core/modules/system/tests/modules/module_handler_test_multiple/module_handler_test_multiple_child/module_handler_test_multiple_child.info.yml core/modules/system/tests/modules/module_handler_test_multiple/module_handler_test_multiple_child/module_handler_test_multiple_child.info.yml
module_handler_test_multiple_child.install file core/modules/system/tests/modules/module_handler_test_multiple/module_handler_test_multiple_child/module_handler_test_multiple_child.install Utility functions for the module_handler_test_multiple_child module.
module_handler_test_multiple_child_install function core/modules/system/tests/modules/module_handler_test_multiple/module_handler_test_multiple_child/module_handler_test_multiple_child.install Implements hook_install().

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