Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search main for all
  6. Other projects
Title Object type File name Summary
MigrateSearchSettingsTest::$modules property core/modules/search/tests/src/Kernel/Migrate/d6/MigrateSearchSettingsTest.php Modules to install.
MigrateSearchSettingsTest::$modules property core/modules/search/tests/src/Kernel/Migrate/d7/MigrateSearchSettingsTest.php Modules to install.
MigrateSearchSettingsTest::setUp function core/modules/search/tests/src/Kernel/Migrate/d6/MigrateSearchSettingsTest.php
MigrateSearchSettingsTest::setUp function core/modules/search/tests/src/Kernel/Migrate/d7/MigrateSearchSettingsTest.php
MigrateSearchSettingsTest::testSearchSettings function core/modules/search/tests/src/Kernel/Migrate/d6/MigrateSearchSettingsTest.php Tests migration of search variables to search.settings.yml.
MigrateSearchSettingsTest::testSearchSettings function core/modules/search/tests/src/Kernel/Migrate/d7/MigrateSearchSettingsTest.php Tests the migration of Search's variables to configuration.
MigrateShortcutSetTest class core/modules/shortcut/tests/src/Kernel/Migrate/d7/MigrateShortcutSetTest.php Test shortcut_set migration to ShortcutSet entities.
MigrateShortcutSetTest.php file core/modules/shortcut/tests/src/Kernel/Migrate/d7/MigrateShortcutSetTest.php
MigrateShortcutSetTest::$modules property core/modules/shortcut/tests/src/Kernel/Migrate/d7/MigrateShortcutSetTest.php Modules to install.
MigrateShortcutSetTest::assertEntity function core/modules/shortcut/tests/src/Kernel/Migrate/d7/MigrateShortcutSetTest.php Asserts various aspects of a shortcut set entity.
MigrateShortcutSetTest::setUp function core/modules/shortcut/tests/src/Kernel/Migrate/d7/MigrateShortcutSetTest.php
MigrateShortcutSetTest::testShortcutSetMigration function core/modules/shortcut/tests/src/Kernel/Migrate/d7/MigrateShortcutSetTest.php Tests the shortcut set migration.
MigrateShortcutSetUsersTest class core/modules/shortcut/tests/src/Kernel/Migrate/d7/MigrateShortcutSetUsersTest.php Test shortcut_set_users migration.
MigrateShortcutSetUsersTest.php file core/modules/shortcut/tests/src/Kernel/Migrate/d7/MigrateShortcutSetUsersTest.php
MigrateShortcutSetUsersTest::$modules property core/modules/shortcut/tests/src/Kernel/Migrate/d7/MigrateShortcutSetUsersTest.php Modules to install.
MigrateShortcutSetUsersTest::setUp function core/modules/shortcut/tests/src/Kernel/Migrate/d7/MigrateShortcutSetUsersTest.php
MigrateShortcutSetUsersTest::testShortcutSetUsersMigration function core/modules/shortcut/tests/src/Kernel/Migrate/d7/MigrateShortcutSetUsersTest.php Tests the shortcut set migration.
MigrateShortcutStubTest class core/modules/shortcut/tests/src/Kernel/Migrate/MigrateShortcutStubTest.php Test stub creation for shortcut entities.
MigrateShortcutStubTest.php file core/modules/shortcut/tests/src/Kernel/Migrate/MigrateShortcutStubTest.php
MigrateShortcutStubTest::$modules property core/modules/shortcut/tests/src/Kernel/Migrate/MigrateShortcutStubTest.php Modules to install.
MigrateShortcutStubTest::setUp function core/modules/shortcut/tests/src/Kernel/Migrate/MigrateShortcutStubTest.php
MigrateShortcutStubTest::testStub function core/modules/shortcut/tests/src/Kernel/Migrate/MigrateShortcutStubTest.php Tests creation of shortcut stubs.
MigrateShortcutTest class core/modules/shortcut/tests/src/Kernel/Migrate/d7/MigrateShortcutTest.php Test shortcut menu links migration to Shortcut entities.
MigrateShortcutTest.php file core/modules/shortcut/tests/src/Kernel/Migrate/d7/MigrateShortcutTest.php
MigrateShortcutTest::$modules property core/modules/shortcut/tests/src/Kernel/Migrate/d7/MigrateShortcutTest.php Modules to install.
MigrateShortcutTest::assertEntity function core/modules/shortcut/tests/src/Kernel/Migrate/d7/MigrateShortcutTest.php Asserts various aspects of a shortcut entity.
MigrateShortcutTest::setUp function core/modules/shortcut/tests/src/Kernel/Migrate/d7/MigrateShortcutTest.php
MigrateShortcutTest::testShortcutMigration function core/modules/shortcut/tests/src/Kernel/Migrate/d7/MigrateShortcutTest.php Tests the shortcut migration.
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.
MigrateSource class core/modules/migrate/src/Annotation/MigrateSource.php Defines a migration source plugin annotation object.
MigrateSource class core/modules/migrate/src/Attribute/MigrateSource.php Defines a MigrateSource attribute.
MigrateSource.php file core/modules/migrate/src/Attribute/MigrateSource.php
MigrateSource.php file core/modules/migrate/src/Annotation/MigrateSource.php

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